decorate 装修站点

装修站点

NEXT

配置

修改文件 _config.yml

主要内容需改:标题,作者,语言(中文zh-Hans和zh-CN)

1
2
3
4
5
6
7
8
9
# Site
title: lumang iot blog
subtitle: ''
description: ''
keywords:
author: lumang
language: zh-CN
timezone: ''

安装主题

修改配置文件_config.yml

1
2
theme: next

npm安装next 主题

1
npm install hexo-theme-next

启动测试

1
hexo g && hexo s

TEST

太简洁了

配置主题

参考文档
next 主题配置