This repository is the unofficial successor to cydave's papermod!
This theme is the backbone of my site Seq.rs and will primarily be updated to meet my needs for that site.
With that being said, if others have additions they'd like to see, you're more than welcome to open a pull request on this fork!
A work in progress port of the hugo-PaperMod theme by @adityatelange to Zola
Due to config changes introduced with Zola 0.19, only Zola 0.19.1 and later are currently supported.
Demo @ https://dawnandrew100.github.io/zola-theme-papermod-2/
extra = {exclude_from_home = true}
to front matter or adding markdown file to content/static/
foldergit submodule add https://github.com/dawnandrew100/zola-theme-papermod-2 themes/papermod_2
theme = "papermod_2"
to your zola config.toml
cp -r themes/papermod_2/content content
git submodule deinit -f path/to/papermod
git rm -f path/to/papermod
rm -rf .git/modules/path/to/papermod # Or manually remove
git submodule add https://github.com/dawnandrew100/zola-theme-papermod-2 themes/papermod_2
git submodule update --init --recursive
Papermod customizations exist under a designated extra.papermod
section.
Refer to config.toml for available options.
If you would like to help out with porting hugo-Papermod to Zola, feel free to pick up a feature and start working on it. All help, no matter how small the contribution is highly appreciated.