记录一下第一次搭建 Hexo 的各种问题
教程
hexo 基本操作:
$ hexo g #生成静态文件
$ hexo new [layout] <title> #layout 有post、draft、page
$ hexo s #启动本地 Server
$ hexo deploy #可简写为d
配置文件
站点配置文件:
$ line_number: false #不显示代码块序号
$ post_asset_folder: true #新建 post 文章时会顺带创建一个文件夹,用来存素材
主题配置文件:
$ scheme: Gemini #主题布局
$ busuanzi_count: enable: true #开启访问统计
$ copy_button: enable: true #开启代码块一键复制
$ creative_commons: #增加版权信息