Debet Esse is a simple Hugo theme used for personal websites and blogs. A live demo of the theme can be found at https://miikanissi.com/.
- Homepage with a list of posts
- Responsive design for mobile devices
- Syntax highlighting
- Automatic or manual dark theme mode
- No JavaScript, no web fonts, no external dependencies
- Search Engine Optimized (SEO) with relevant descriptions and JSON-LD schema
- RSS Feed for posts
- Internationalization: Create custom translations
To install debet-esse
, download the repository into the themes
folder in the root of
your Hugo site.
With an existing git repository:
git submodule add https://github.com/miikanissi/debet-esse.git themes/debet-esse
Without a git repository:
git clone https://github.com/miikanissi/debet-esse.git themes/debet-esse
To try out the theme:
hugo server -t etch
Use the sample configuration as a starting point to enable theme for production use.