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.
Right now, the theme supports the two languages English and German, which can be set with the defaultContentLanguage
parameter within the config.toml
file.
To align images, add #c for center, #r/l for right/left.
![](/img/1/image.jpg#c)
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.
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.
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
Kiss'Em is licensed under the MIT license. Check the LICENSE file for details.