forked from Ben02/hexo-theme-Anatole
-
Notifications
You must be signed in to change notification settings - Fork 0
快速安装指南
marcosteam edited this page Feb 1, 2022
·
1 revision
前往 Github Release 或通过直接 Clone Repo 的方式,将主题导入到你的博客的 themes 文件夹。
打开博客的 _config.yml
,进行以下修改:
- hightlight:
line_number
和warp
设为false
,hljs
设为true
。 - theme:修改为下载主题的文件夹名,如
hexo-theme-Anatole
。 - 新增或修改以下内容:
archive_generator:
per_page: 0
yearly: false
monthly: false
daily: false
在博客根目录下执行该命令:
npm install --save hexo-render-pug hexo-generator-archive hexo-generator-tag hexo-generator-index hexo-generator-category hexo-wordcount
前往主题目录,复制一份 _config.sample.yml
并更名为 _config.yml
,打开新建的 _config.yml
,按个人配置修改即可。
hexo server
或 hexo g
(如果你是从别的主题切换的,请先执行 hexo clean
)