- 动态配置导航
- 动态配置首页
- 支持disqus
- 支持valine
- 支持分类
- hugo 版本
v0.83.1
git submodule add https://github.com/xnzone/theme-fd themes/theme-fd git add submodule https
具体配置可以查看config-example.toml
文件
mkdir -p assets/sass && cd
touch _override.scss
在_override.scss
中添加
$avatar: 'https://gitcode.net/xnzone/solar/-/raw/master/avatar.jpg';
$domain: "localhost:1313";
hugo new about/index.md
hugo new archive/index.md
hugo new links/index.md
hugo new guestbook/index.md
hugo new post/2021-11-24-hello-world.md
现在不允许vercel.json
配置环境变量,所以需要在环境变量页面添加HUGO_VERSION
版本,具体操作可以参考vercel
hugo version && mkdir -p themes/theme-fd && cp -R ../layouts ../assets ../archetypes themes/theme-fd/ && hugo -D --gc