hugo theme mixedpaper
1.0.0
Mixedpaper 是为作家和博主设计的极简 Hugo 主题。
您可以在images/
上找到屏幕截图,或在 https://themes.gohugo.io/hugo-theme-mixedpaper/ 上找到演示。
导航到 Hugo 站点的根目录并克隆此存储库。
git submodule add https://github.com/wayjam/hugo-theme-mixedpaper.git themes/mixedpaper
然后,将主题添加到站点配置( config.toml
)。
请参阅 Hugo 文档以获取更多信息。
git submodule update --remote --merge
要启用主题定义的突出显示样式,请在config.toml
中设置pygmentsUseClasses = true
[[ menu . main ]]
name = " Archives "
identifier = " archives "
url = " /archives/ "
现已支持 Disqus 和 Valine。
disqusShortname = " "
或者
[ params . comment ]
appid = " your-appid "
appkey = " your-appkey "
placeholder = " enjoy~ "
avatar = " mm "
pageSize = 10.0
visitor = false
recordIP = true
highlight = true
meta = " nick,mail "
requiredFields = " nick,mail "
有关更多示例,请参阅exampleSite/config.toml
。
根据 MIT 许可证发布。