hugo-cohub
hugo-cohub copied to clipboard
If you add your Google Maps API key in config.toml it will not work unless you move the APIkey section under [params]. Does not work under [params.Map] by default.
Two menu items with identical weight
config.toml: add flag parameter to all languages ``` [Languages.en.params] flag = "🇬🇧" ``` add code to header.html ``` {{ if .Site.IsMultiLingual }} {{ $pageLang := .Page.Lang}} {{ range .Site.Home.AllTranslations }}...
Hello, I noticed that font-awesome are packed with the theme, however, I can not use it with the theme. Do I need to activate anything? I tried to import plugins/font-awesome.min...
Please add information, that folders/files/extensions users should add to gitignore in their sites based on this. Thanks!
Now logo has fix size. If you add another - header and footer resize depends on logo.
Loving the hugo theme template. I would like to remove the Vimeo link and instead have the entire background image play as html video (using mp4) Can you point me...
I’m currently using the “Cohub” Theme ([GitHub - StaticMania/hugo-cohub 1](https://github.com/StaticMania/hugo-cohub)). In the exampleSite ([GitHub - StaticMania/hugo-cohub 1](https://github.com/StaticMania/hugo-cohub#live-demo)), there are four photos in a gallery, and I’m wondering how I would...