diff options
Diffstat (limited to 'themes/simple/theme.toml')
| -rw-r--r-- | themes/simple/theme.toml | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/themes/simple/theme.toml b/themes/simple/theme.toml new file mode 100644 index 0000000..f958c89 --- /dev/null +++ b/themes/simple/theme.toml | |||
| @@ -0,0 +1,16 @@ | |||
| 1 | # theme.toml template for a Hugo theme | ||
| 2 | # See https://github.com/gohugoio/hugoThemes#themetoml for an example | ||
| 3 | |||
| 4 | name = "Simple" | ||
| 5 | license = "MIT" | ||
| 6 | licenselink = "https://github.com/yourname/yourtheme/blob/master/LICENSE" | ||
| 7 | description = "" | ||
| 8 | homepage = "http://example.com/" | ||
| 9 | tags = [] | ||
| 10 | features = [] | ||
| 11 | min_version = "0.41.0" | ||
| 12 | |||
| 13 | [author] | ||
| 14 | name = "Mitja Felicijan" | ||
| 15 | homepage = "https://mitjafelicijan.com" | ||
| 16 | |||
