Featured image of post 【Hugo之路 1】 hugo + hugo-theme-stack 部署

【Hugo之路 1】 hugo + hugo-theme-stack 部署

hugo 必须为extended版本

创建新站点

1
hugo new site blog

初始化

1
2
cd blog
git init

配置 hugo-theme-stack 主题

1
2
3
4
5
6
7
8
9
# 删除默认配置
rm .\config.toml
rm .\content\

# 启动主题配置
git submodule add https://github.com/CaiJimmy/hugo-theme-stack/ themes/hugo-theme-stack
cp -r .\themes\hugo-theme-stack\exampleSite\content\ .
cp -r .\themes\hugo-theme-stack\assets\ .
cp .\themes\hugo-theme-stack\exampleSite\config.yaml .

启动站点

1
hugo server -D
Licensed under CC BY-NC-SA 4.0
最后更新于 Apr 01, 2022 01:33 CST
comments powered by Disqus
Built with Hugo
主题 StackJimmy 设计