even
even copied to clipboard
A clean blog theme for Zola
this resolves merge conflicts of #9
I ran zola init and then followed the directions for the Even theme and I got the following error: ``` $ zola serve Building site... -> Creating 1 pages (0...
A while back I've created a feature request for responsive images in Zola (https://github.com/getzola/zola/issues/622). That one was (rightfully) rejected because it can implemented via a theme / shortcode. I have...
I would like to change the color of inline code. I see it is hard coded in `sass/site.scss` as `$code-colour` with a TODO note to allow customization. My knowledge of...
https://github.com/getzola/even/pull/33 introduced an issue where words overflow:  See these words: `building`, `build`, and `nix`.
I just discovered, that the Even theme renders badly on Windows: the Logo is rendered in "Comic Sans", the headlines are rendered in "YaHei" a sans serif font. I suppose...
Use the new `lang` parameter in `get_taxonomy_url` for tags and categories.
Hello! I very much enjoy the Even theme for Zola, but I recently found that by default, it uses jsdelivr and cloudflare to deliver some of its needed scripts. For...
Attaching the class to a wrapper `` ensures that the ratio of width and height of the included `` remains 16:9. This applies to all viewing devices. Example usage: ```...
I am puzzled by what 'page.category' would be in the post_macros template. This is the code in the repo. ``` {% if page.category %} {{ page.category }} {% endif %}...