Hello World!
Welcome to Hexo! This is your very first post. Check documentation for more info. If you get any problems when using Hexo, you can find the answer in troubleshooting or you can ask me on GitHub.
Quick StartCreate a new post1$ hexo new "My New Post"
More info: Writing
Run server1$ hexo server
More info: Server
Generate static files1$ hexo generate
More info: Generating
Deploy to remote sites1$ hexo deploy
More info: Deployment
POST TEMPLATE
写法 解释title 【必需】文章标题date 【必需】文章创建日期updated 【可选】文章更新日期tags 【可选】文章标签categories 【可选】文章分类keywords 【可选】文章关键字description 【可选】文章描述top_img 【可选】文章顶部图片cover 【可选】文章缩略图(如果没有设置top_img,文章页顶部将显示缩略图,可设为false/图片地址/留空)comments 【可选】显示文章评论模块(默认 true)toc 【可选】显示文章TOC(默认为设置中toc的enable配置)toc_number 【可选】显示toc_number(默认为设置中toc的number配置)toc_style_simple 【可选】显示 toc 简洁模式copyright 【可选】显示文章版权模块(默认为设置中post_copyright的enable配置)copyright_author 【可选】文章版权模块的文章作者copyright_author_href 【可选】文章版权模块的文章作者链接copyright_url 【可选】文章版权模 ...
Hexo Template
Hexo Template
A fast, simple & powerful blog framework, powered by Node.js. Here is the template of it.
Demo |Official Website |Documentation |GitHub
Get StartedThere are two lines to modify in _config.yml:
Set your site url at line 16. For example, if you use GitHub Page, set url as https://username.github.io/project:
1url: https://jiji.pro/hexo-template
Set your project name at line 107, if your project name is username or username.github.io, just remove it at the end of _config.ym ...
