安装Next
下载主题
1 | git clone https://github.com/iissnan/hexo-theme-next themes/next |
应用下载的主题
在网站配置文件_config.yml中,配置theme
1 | theme: next |
主题设置
选择 Scheme
1 | #scheme: Muse |
设置 中文
在网站配置文件_config.yml中,配置中文
1 | language: zh-Hans |
设置 菜单
在主题配置文件_config.yml中,配置菜单
1 | menu: |
配置菜单图标
1 | menu_icons: |
设置 侧栏
在主题配置文件_config.yml中,配置侧栏位置
1 | sidebar: |
设置 头像
在主题配置文件_config.yml中,配置头像
1 | avatar: http://example.com/avatar.png #图片地址 |
设置 作者昵称
在站点配置文件_config.yml中,配置作者昵称
1 | author: '昵称' |
站点描述
在站点配置文件_config.yml中,配置描述
1 | description: '描述' |