正文
Hugo开源免费简洁型主题Paper
Paper是个简单、干净、灵活的 Hugo 主题。Hugo 是最流行的开源静态站点生成器之一。凭借其惊人的速度和灵活性,Hugo 让搭建网站再次变得有趣。
相关链接
Hugo程序:https://gohugo.io/
Paper主题:https://github.com/nanxiaobei/hugo-paper
demo:https://hugo-paper.vercel.app/
官方文档:https://gohugo.io/getting-started/quick-start/#step-3-add-a-theme
安装
在 Hugo 项目的文件夹中,运行:
git submodule add https://github.com/nanxiaobei/hugo-paper themes/paper
打开config.toml,更改theme为"paper":
theme = "paper"