Priam | Demo
Priam is a fast, clean, responsive Hugo theme. The theme was inspired by XMin. XMin is based on simplicity while this theme is also focusing on styling and other useful functionalities.
- Extended Shortcodes
- Custom header and footer
- Straightforward customization via
config.toml
- Styled Markdown throughout, including post titles
- Syntax highlighting
Run from the root of your Hugo site:
git clone https://github.com/fabston/Hugo-Theme-Priam.git themes/priam
Alternatively, you can include this repository as a git submodule. This makes it easier to update this theme if you have your Hugo site in git as well:
git submodule add https://github.com/fabston/Hugo-Theme-Priam.git themes/priam
For more information read the official setup guide of Hugo.
Priam comes with an fully configured example site. For a quick preview:
cd themes/priam/exampleSite/
hugo serve --themesDir ../..
Then visit http://localhost:1313/
in your browser to view the example site.
Priams goal was to provide a fast Hugo Theme. The pages total (uncompressed) size is just ~160 KB
.
On GTmetrix it's scoring A and on Google Page Speed 100.
All kinds of contributions are welcome 🙌! The most basic way to show your support is to ⭐️ star
the project, or raise 🐞 issues
.