Mainroad
Mainroad copied to clipboard
Responsive, simple, clean and content-focused Hugo theme based on the MH Magazine lite WordPress theme
Allow for loading multiple `googleFontLinks` by declaring it as an array and ranging over it in `baseof.html`
`.Site.IsMultiLingual` was deprecated in Hugo v0.124.0 and will be removed in Hugo 0.141.0. `Use hugo.IsMultilingual `
New Hugo versions don't work with mainroad since it still uses `.Site.IsMultiLingual` which is deprecated and will be removed in the future (_or already is?_). This fix replaced the only...
Regarding my problem with readability (issue #385) I decided to just hide the credits in the footer. I have to admit that this isn't the most beautiful way of reaching...
The footer contains the credits with hyperlinks. Those hyperlinks are hinted by lighthouse because the contrast of the link color on dark background isn't satisfying in regards of readability.
This supports multiple authors, and avoids using the now-deprecated [Author] block in Hugo.toml Fixes Issue #382
The code in the authorbox assumes that "Author" data comes from the hugo.toml configuration. When I add that configuration to Hugo I get the following warning: ``` WARN The author...