cocoa-eh-hugo-theme
cocoa-eh-hugo-theme copied to clipboard
A enhanced version of Cocoa. Clean, fast, and responsive theme with cool typography.
Thanks for the great theme! I just upgraded to Hugo 0.68 and I started getting this warning: ``` WARN 2020/05/17 20:10:03 Page.RSSLink is deprecated and will be removed in a...
There is an existing flag `disablefancyfonts` that turns off loading fonts via Google Fonts. I wanted to keep using these fonts, but didn't want to make a request to Google...
Hey all, if anyone's interested in maintaining this project, feel free to [reach out](mailto:[email protected]). Thanks!
Minor changes along the lines of https://themes.gohugo.io/beautifulhugo/ for supporting both `highlight.js` (theme-default) and `chroma` (hugo-native) highlighting solutions: * To use `highlightling.js`, use these settings within `config.toml`: ```toml pygmentsCodeFences = false...
Addresses #76 by removing async font loading and styling.
A tracking issue for [gohugoio/hugoThemes #682](https://github.com/gohugoio/hugoThemes/issues/682).
With fancy fonts (default) enabled, there is a noticeable flicker. Currently, the only way to get rid of this is to not use the sourced fonts. Things to look into:...
Hi, any help with this warning ? ``` Building sites … WARN 2019/07/18 01:25:54 found no layout file for "HTML" for "taxonomyTerm": You should create a template file which matches...
Is there a possibility of adding a dark mode? Would love to submit a PR to do it but not entirely sure where I would start.