Hugo Themes
Kiss'Em
Even more simple Hugo blogging theme
- Author: Pavel Pi
- Minimum Hugo Version: 0.28
- Updated: 2020-04-19
- License: MIT
- Tags: blog minimal minimalist responsive rss
Kiss’Em
Kiss’Em is a fork of the Kiss Hugo theme. It is Even More simple (hence the name Kiss'Em), because I stripped all JavaScript and removed any analytics/social integration. At least, I hope I did…
I use it for my own blog, which can be found here.
Translation
Right now, the theme supports the two languages English and German, which can be set with the defaultContentLanguage
parameter within the config.toml
file.
Site Configuration
To align images, add #c for center, #r/l for right/left.

Changing Social Menu Icons Order
If you want to change the order of the social menu icons, modify the [params.social.config]
section of your config.toml
file:
[params.social.config]
platforms = ["github","facebook","twitter","instagram","email","codepen","linkedin"]
The social menu icons will appear in the order you specify in the platforms
array.
Related Articles
To include related articles in the bottom of the content, set params.info.related to true. By default up to 5 articles will be shown (can be changed by cloning related.html) and only older ones.
To change the behaviour of how related articles are generated, check official docs on Related Content.
Creating Articles
Create a new blog post:
$ hugo new blog/my-first-blog-post.md
Create a new microblog post:
$ hugo new micro/my-first-microblog-post.md
License
Kiss’Em is licensed under the MIT license. Check the LICENSE file for details.