Skip to content

Latest commit

 

History

History
48 lines (39 loc) · 1.15 KB

README-zh.md

File metadata and controls

48 lines (39 loc) · 1.15 KB

特性

  • 动态配置导航
  • 动态配置首页
  • 支持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部署example

现在不允许vercel.json配置环境变量,所以需要在环境变量页面添加HUGO_VERSION版本,具体操作可以参考vercel

hugo version && mkdir -p themes/theme-fd && cp -R ../layouts ../assets ../archetypes themes/theme-fd/ && hugo -D --gc