1
0
Fork 0
1Panel-Appstore/apps/hexo
pooneyy 9779122311
feat(apps): add structured label field to all application configurations
- add nested label field with en and zh translations for all parameters
- maintain existing labelEn and labelZh fields for backward compatibility
- apply consistent internationalization structure across all apps
- improve localization support for multi-language user interfaces
2025-11-06 23:35:02 +08:00
..
latest feat(apps): add structured label field to all application configurations 2025-11-06 23:35:02 +08:00
main feat(apps): add structured label field to all application configurations 2025-11-06 23:35:02 +08:00
stable-25-05-01 feat(apps): add structured label field to all application configurations 2025-11-06 23:35:02 +08:00
taskbjorn-latest feat(apps): add structured label field to all application configurations 2025-11-06 23:35:02 +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(apps): add description field to all application data files 2025-11-06 22:24:44 +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