Zola PaperMod

此仓库是 cydave's papermod 的非官方继任者!

此主题是我的网站 Seq.rs 的骨干,主要会根据我对该网站的需求进行更新。

话虽如此,如果其他人有想要添加的内容,非常欢迎在这个分叉上提交 pull request!

papermod 首页截图

一个正在进行的 hugo-PaperMod 主题(由 @adityatelange 制作)到 Zola 的移植版。

由于 Zola 0.19 引入的配置更改,目前仅支持 Zola 0.19.1 及更高版本。

演示 @ https://dawnandrew100.github.io/zola-theme-papermod-2/

特性

安装

  1. 下载主题
git submodule add https://github.com/dawnandrew100/zola-theme-papermod-2 themes/papermod_2
  1. theme = "papermod_2" 添加到你的 zola config.toml
  2. 复制示例内容以开始
cp -r themes/papermod_2/content content

从 papermod 切换到 papermod_2

  1. 移除 papermod 子模块
git submodule deinit -f path/to/papermod
git rm -f path/to/papermod
rm -rf .git/modules/path/to/papermod # 或者手动移除
  1. 下载 papermod_2
git submodule add https://github.com/dawnandrew100/zola-theme-papermod-2 themes/papermod_2
git submodule update --init --recursive

选项

Papermod 自定义项存在于指定的 extra.papermod 部分下。 请参阅 config.toml 了解可用选项。

贡献

如果你想帮助将 hugo-PaperMod 移植到 Zola,请随意选择一个功能并开始工作。所有帮助,无论多小的贡献,都非常感激。