1
0
Fork 0
1Panel-Appstore/apps/hexo
pooneyy 00cadf9c2c
Update Apps
2025-07-03 11:40:55 +08:00
..
latest Merge branch 'arch3rPro-1Panel-Appstore/only-apps' into patch/localApps 2025-07-01 13:04:57 +08:00
main Merge arch3rPro/1Panel-Appstore into localApps 2025-06-15 21:57:32 +08:00
stable-25-05-01 Update Apps 2025-06-16 09:55:21 +08:00
taskbjorn-latest feat:格式化yaml文件 2024-12-12 21:27:56 +08:00
README.md Update Apps 2025-07-03 11:40:55 +08:00
README_en.md Merge arch3rPro/1Panel-Appstore into localApps 2025-06-15 21:57:32 +08:00
data.yml feat:格式化yaml文件 2024-12-12 21:27:56 +08:00
logo.png 精简提交历史记录 2023-11-09 19:15:01 +08:00

README_en.md

Hexo logo

Hexo

A fast, simple & powerful blog framework, powered by Node.js.

Website | Documentation | Installation Guide | Contribution Guide | Code of Conduct | API | Twitter

Features

  • Blazing fast generating
  • Support for GitHub Flavored Markdown and most Octopress plugins
  • One-command deploy to GitHub Pages, Heroku, etc.
  • Powerful API for limitless extensibility
  • Hundreds of themes & plugins

Quick Start

Install Hexo

$ npm install hexo-cli -g

Install with brew on macOS and Linux:

$ brew install hexo

Setup your blog

$ hexo init blog
$ cd blog

Start the server

$ hexo server

Create a new post

$ hexo new "Hello Hexo"

Generate static files

$ hexo generate

More Information