roxo-hugo icon indicating copy to clipboard operation
roxo-hugo copied to clipboard

Results 18 roxo-hugo issues
Sort by recently updated
recently updated
newest added

The current file is not `config.toml`, but `hugo.toml`. After renaming everything works.

This is the fix I implemented for https://github.com/rcmcooperative/rcmcooperative.github.io to upgrade to font-awesome 6.7.2. I wasn't able to build this locally, but I think I've caught everything! Happy to review/troubleshoot.

Removes erroneous `params.footer.` which prevents exampleSite from launching

https://github.com/StaticMania/roxo-hugo/blob/eac3f49bc57315701ca29498525078bd28c1338b/exampleSite/config.toml#L102 ```toml secondary_button_url = "portfolio" [params.footer] params.footer.qr_print = false # Footer Contact Info [params.footer.contactInfo] ``` Typo/bug on line 102 prevents the example site from starting. Should be `qr_print = false`

When using hugo `v0.141.0` and above, building a site with this template fails in: ``` ERROR deprecated: resources.ToCSS was deprecated in Hugo v0.128.0 and will be removed in Hugo 0.141.0....

...as per new hugo conventions stated in https://discourse.gohugo.io/t/hugo-new-site-creates-config-toml-not-hugo-toml/42918/2

Using this great template no longer works since hugo `v0.140.0`. Using it fails with: ``` ERROR deprecated: resources.ToCSS was deprecated in Hugo v0.128.0 and will be removed in Hugo 0.141.0....

exampleSite contains a data/contact.yml but it's not used at all by https://github.com/StaticMania/roxo-hugo/blob/master/layouts/contact/list.html. Everything comes from the configuration file