0%

theme配置

1
2
3
4
5
6
git clone https://github.com/theme-next/hexo-theme-next themes/next

git clone --branch v6.0.0 https://github.com/theme-next/hexo-theme-next themes/next

curl -s https://api.github.com/repos/theme-next/hexo-theme-next/releases/latest | grep tarball_url | cut -d '"' -f 4 | wget -i - -O- | tar -zx -C themes/next --strip-components=1

配置主题

hexo _config.yml

1
theme: next