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"