kiss
kiss copied to clipboard
Stupidly simple Hugo blogging theme
Context - http://www.joesacher.com/blog/2017/08/03/implementing-series-in-hugo/ Kiss has the ability to add related posts, but when you are writing a series of posts, it would be helpful to have a way to navigate...
It would be nice if we can have dark mode support with this theme.
`target="_blank"` is bad for the accessibility and for the security, you also forgot to add `noreferrer` to the `rel` attribute. See also https://blog.daniel-ruf.de/target-blank-considered-harmful/.
It seems `` is completely missing. So we should add ``
The following is generally better (do a `git init`in the root folder before doing this step): `git submodule add [email protected]:ribice/kiss.git themes/kiss`
I guess this `else` closes the `IfPage` block: https://github.com/ribice/kiss/blob/master/layouts/partials/social/opengraph.html#L38 It should be probably moved under the `og:image`: ``` {{- with .Params.image -}} {{- else -}} {{- with .Site.Params.Social.email -}} {{-...
It seems you use `h1` for all titles on the list template whch is not correct. These should be h2 or h3.
Not sure why but there are so many definitions like `.content` which uses 16 px but `html` seems to use 14px (which is too small). I guess there are many...
Using border-bottom will cause issues with fonts as letters which go through the line do not look like they should. https://github.com/ribice/kiss/blob/master/static/css/style.css#L2477 Current behavior: With text-decoration: underline:
I can't get AdSense ads to show on [my site](https://github.com/bhrose/normai.net), and instead have an empty iframe on individual posts. Example post using `adsenseTop = true` [here](https://www.normai.net/posts/detour/). Example post using `adsenseBottom...