此仓库是 cydave's papermod 的非官方继任者!
此主题是我的网站 Seq.rs 的骨干,主要会根据我对该网站的需求进行更新。
话虽如此,如果其他人有想要添加的内容,非常欢迎在这个分叉上提交 pull request!

一个正在进行的 hugo-PaperMod 主题(由 @adityatelange 制作)到 Zola 的移植版。
由于 Zola 0.19 引入的配置更改,目前仅支持 Zola 0.19.1 及更高版本。
演示 @ https://dawnandrew100.github.io/zola-theme-papermod-2/
extra = {exclude_from_home = true} 或将 markdown 文件添加到 content/static/ 文件夹来从首页隐藏页面git submodule add https://github.com/dawnandrew100/zola-theme-papermod-2 themes/papermod_2
theme = "papermod_2" 添加到你的 zola config.tomlcp -r themes/papermod_2/content contentgit submodule deinit -f path/to/papermod
git rm -f path/to/papermod
rm -rf .git/modules/path/to/papermod # 或者手动移除
git submodule add https://github.com/dawnandrew100/zola-theme-papermod-2 themes/papermod_2
git submodule update --init --recursivePapermod 自定义项存在于指定的 extra.papermod 部分下。
请参阅 config.toml 了解可用选项。
如果你想帮助将 hugo-PaperMod 移植到 Zola,请随意选择一个功能并开始工作。所有帮助,无论多小的贡献,都非常感激。