manis-hugo-theme
manis-hugo-theme copied to clipboard
Sweet little Hugo's theme for personal website
The file layouts/partials/meta.html contains links to external fonts (from googleapis.com) and css/js (from Cloudflare). It would be nicer to have relevant features and fonts locally instead of relying on external...
Does manis plan to support Latex? It will be great if theme have Latex support.
added code to support summary functionality. This can be turned on by setting showsummary=true in the [params] section in config.toml
Would be great if manis had an option to support [document summaries](https://gohugo.io/content-management/summaries/) rather than just the title in the overview page, similar to what I've seen in other themes.
(This is a tiny thing) In the newest version of Hugo, building with this theme gives me a deprecation warning: ``` WARN Site.RSSLink is deprecated and will be removed in...
Hi, I'm using YouTube url to embed into the .md file like: {{< youtube xxxxxxxxx>}} video I'm getting on the website is colour inverted. I looked into the dark.css file...
Are you able to add a demo url? I'd like to add your theme to in our Hugo directory https://builtatlightspeed.com/category/hugo but it requires a working demo url. Thanks!
The old way of getting RSS link now fails on new hugo: ``` ERROR deprecated: .Site.RSSLink was deprecated in Hugo v0.114.0 and will be removed in Hugo 0.127.0. Use the...