当前位置: 首页 > 工具软件 > Ayer > 使用案例 >

hexo-theme-ayer

申屠弘图
2023-12-01

Ayer 在马来语中是“水”的意思,在西班牙语中是“昨天”的意思。

安装

方法一:

如果是新安装本主题,安装完成后会在根目录生成 _config.ayer.yml 文件,直接修改_config.ayer.yml 文件。
如果是主题升级,建议先把配置内容做备份,然后用 npm uninstall hexo-theme-ayer -S 先卸载主题,再执行下面命令重新安装。

npm i hexo-theme-ayer -S

修改主题内容:根目录 _config.ayer.yml

方法二:

hexo < 5.0

git clone https://github.com/Shen-Yu/hexo-theme-ayer.git themes/ayer

主题配置:根目录 _config.yml

theme: ayer

新建侧边:分类

hexo new page categories

然后将以下复制到 /source/categories/index.md 文件

title: categories
type: "categories"
layout: "categories"

访问地址

 类似资料: