diff options
| author | Adam Whitlock <adam@adamwhitlock.com> | 2021-12-30 09:05:03 -0600 |
|---|---|---|
| committer | Adam Whitlock <adam@adamwhitlock.com> | 2021-12-30 09:21:22 -0600 |
| commit | d80b25f9593681d9eb6c405c185b6bd08fc08abb (patch) | |
| tree | 3fbe0028e9301d5e75c407954d4f5e12fff47acd /theme.toml | |
| parent | b4b02a5240c5503a66072cd2725a9d6ea76f985a (diff) | |
Updates to README, general fixes
Added clearer verbiage for the Huey README, including
where to make modifications and expected behavior.
footer.html now checks if Font Awesome enabled in configuration.
head.html now displays the correct description
Updated theme description in theme.toml
Diffstat (limited to 'theme.toml')
| -rw-r--r-- | theme.toml | 6 |
1 files changed, 3 insertions, 3 deletions
@@ -4,12 +4,12 @@ name = "Huey" license = "MIT" -licenselink = "https://github.com/yourname/yourtheme/blob/master/LICENSE" -description = "" +licenselink = "https://github.com/alloydwhitlock/huey/blob/master/LICENSE" +description = "Huey is a minimal theme which uses the Bulma CSS framework" homepage = "https://www.adamwhitlock.com/" tags = ["blog", "personal", "light", "minimal"] features = [] -min_version = "0.41.0" +min_version = "0.80.0" # Only tested with Hugo 0.80.0 [author] name = "Adam Whitlock" |
