hugo-theme-codex icon indicating copy to clipboard operation
hugo-theme-codex copied to clipboard

A minimal blog theme for Hugo 🍜

Results 33 hugo-theme-codex issues
Sort by recently updated
recently updated
newest added

Hi i'm new to Hugo but have used a few static site generators before. I've figured out how to add a page by adding a markdown file in the root...

Hello Jake, is it possible to change the **layout for subpages**? Let's say I add a new section menu "photos" as described in the readme. But I don't want to...

The vertical navbar which has the style `_nav.scss` was right-aligned. I left-aligned it by adding padding to the `.nav` class and changing `text-align: right;` to `text-align: left;`. * Before: ![image](https://user-images.githubusercontent.com/54571275/136709056-c9280cc6-7738-4ee5-bdac-26e6b3b61e2d.png)...

I have generated my site and when I open the site from the hugo server, my social links appear just as they should, but on the rendered site, the social...

- adds dark mode using a sass mixin and a short script - renamed all colors to avoid overlap with named values (black/white/grey) and make their purposes clear - added...

I like to use tags with spaces; also capitalisation matters. A fix as per Hugo [docs](https://gohugo.io/templates/taxonomy-templates/#example-list-all-site-tags): ```diff diff --git a/themes/codex/layouts/partials/browse-by-tag.html b/themes/codex/layouts/partials/browse-by-tag.html index 65a3550..5990af7 100644 --- a/themes/codex/layouts/partials/browse-by-tag.html +++ b/themes/codex/layouts/partials/browse-by-tag.html @@ -1,7...