A Hugo-theme based on Simple.css and Bear Blog.
- No-JavaScript, high performance ⚡
- Table of Contents 📌
- Dark mode 🌗
- SEO friendly 🔍
- Beautiful code highlighting 😻 (thanks catppuccin/catppuccin)
Simple.css supports showing notices, using the "notice" class. To add a notice to any of your pages, simply use the notice shortcode like this (Markdown is allowed):
{{< notice >}}
Note: Don't forget to star the [hugo-simple](https://github.com/maolonglong/hugo-simple) repository. ❤️
{{< /notice >}}
The theme provides partials for customising the <head>
, <body>
and <footer>
of every page. Just copy and paste the partials from the theme to your local layouts/partials/
folder.
Source code and configuration can be found at exampleSite.
You can install the theme manually or use the quickstart template.
# Git Submodule (recommend)
git submodule add https://github.com/maolonglong/hugo-simple.git themes/hugo-simple
# Hugo Modules
hugo mod get github.com/maolonglong/hugo-simple