summaryrefslogtreecommitdiff
path: root/theme.toml
diff options
context:
space:
mode:
authorAdam Whitlock <adam@adamwhitlock.com>2021-12-30 09:05:03 -0600
committerAdam Whitlock <adam@adamwhitlock.com>2021-12-30 09:21:22 -0600
commitd80b25f9593681d9eb6c405c185b6bd08fc08abb (patch)
tree3fbe0028e9301d5e75c407954d4f5e12fff47acd /theme.toml
parentb4b02a5240c5503a66072cd2725a9d6ea76f985a (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.toml6
1 files changed, 3 insertions, 3 deletions
diff --git a/theme.toml b/theme.toml
index 1c6f9e8..e534a9b 100644
--- a/theme.toml
+++ b/theme.toml
@@ -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"