1
0
Fork 0
Mainroad/theme.toml
Vimux 86f1b1987c
BREAKING CHANGE: fix Hugo's .Site.IsServer error ()
As of Hugo 0.120.0, `.Site.IsServer` is deprecated, and starting with Hugo 0.132.0, it causes a build error. Unfortunately, this is a breaking upstream change that we can't "fix" on our end. As a result, we had to raise the minimum supported version to v0.54.0 and implement another workaround to ensure compatibility with older versions, not just Hugo v0.120.0 and all subsequent versions.

Fix 
2024-08-20 12:00:03 -04:00

19 lines
790 B
TOML

name = "Mainroad"
license = "GPLv2"
licenselink = "https://github.com/vimux/mainroad/blob/master/LICENSE.md"
description = "Mainroad is a responsive, clean and content-focused Hugo theme."
homepage = "https://github.com/vimux/mainroad/"
demosite = "https://mainroad-demo.netlify.app/"
tags = ["blog", "responsive", "light", "multilingual", "customizable", "widgets", "wordpress"]
features = ["blog", "responsive", "multilingual", "widgets", "rss", "disqus", "google analytics", "wordpress"]
min_version = "0.54.0"
[author]
name = "Vimux"
homepage = "https://github.com/vimux"
# If porting an existing theme
[original]
name = "MH Magazine lite"
homepage = "https://wordpress.org/themes/mh-magazine-lite/"
repo = "https://themes.trac.wordpress.org/browser/mh-magazine-lite/2.5.6"