summaryrefslogtreecommitdiff
path: root/theme.toml
diff options
context:
space:
mode:
Diffstat (limited to 'theme.toml')
-rw-r--r--theme.toml15
1 files changed, 15 insertions, 0 deletions
diff --git a/theme.toml b/theme.toml
new file mode 100644
index 0000000..002fb02
--- /dev/null
+++ b/theme.toml
@@ -0,0 +1,15 @@
+# theme.toml template for a Hugo theme
+# See https://github.com/gohugoio/hugoThemes#themetoml for an example
+
+name = "Argo"
+license = "GLPv3"
+licenselink = "https://www.gnu.org/licenses/gpl-3.0.html"
+description = "A clean, minimal, responsive Hugo theme. Comes with multilingual support, theme toggling & a site-wide search."
+homepage = ""
+tags = ["blog", "dark", "light", "minimal", "multilingual", "responsive"]
+features = ["darkmode", "lightmode", "minimal", "multilingual", "responsive", "search"]
+min_version = "0.146.0"
+
+[author]
+ name = "Arne Rief"
+ homepage = "https://arnerief.net/"