Skip to content

pavel-pi/kiss-em

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

![](/img/1/image.jpg#c)

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.

Author

Pavel Pi

About

Even More simple Hugo blogging theme

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • CSS 83.1%
  • HTML 16.9%