diff options
| author | Adam Whitlock <adam@adamwhitlock.com> | 2021-12-22 19:48:59 -0600 |
|---|---|---|
| committer | Adam Whitlock <adam@adamwhitlock.com> | 2021-12-29 23:02:47 -0600 |
| commit | b4b02a5240c5503a66072cd2725a9d6ea76f985a (patch) | |
| tree | 99905036f5002062949a944beb4a38b1f6170415 /theme.toml | |
Initial commit of a working Hugo theme using Bulma
Diffstat (limited to 'theme.toml')
| -rw-r--r-- | theme.toml | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/theme.toml b/theme.toml new file mode 100644 index 0000000..1c6f9e8 --- /dev/null +++ b/theme.toml @@ -0,0 +1,16 @@ +# theme.toml template for a Hugo theme +# See https://github.com/gohugoio/hugoThemes#themetoml for an example +# https://gohugo.io/variables/site/ + +name = "Huey" +license = "MIT" +licenselink = "https://github.com/yourname/yourtheme/blob/master/LICENSE" +description = "" +homepage = "https://www.adamwhitlock.com/" +tags = ["blog", "personal", "light", "minimal"] +features = [] +min_version = "0.41.0" + +[author] + name = "Adam Whitlock" + homepage = "https://www.adamwhitlock.com" |
