Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/thegeeklab/hugo-geekblog.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRobert Kaussow <mail@geeklabor.de>2020-08-26 13:29:32 +0300
committerRobert Kaussow <mail@geeklabor.de>2020-08-26 13:29:32 +0300
commit8b010ac9c6a04f0585120f8960aa66a660f1a4a7 (patch)
treefae5c35cc0c62a95dc365ff7df471eed8d08970e /theme.toml
parent34d38822fb2f5edac00952584e9acd0858611171 (diff)
switch to theme.toml instead of yaml
Diffstat (limited to 'theme.toml')
-rw-r--r--theme.toml11
1 files changed, 11 insertions, 0 deletions
diff --git a/theme.toml b/theme.toml
new file mode 100644
index 0000000..8487e7d
--- /dev/null
+++ b/theme.toml
@@ -0,0 +1,11 @@
+name = "Geekblog"
+license = "MIT"
+licenselink = "https://github.com/xoxys/hugo-geekblog/blob/master/LICENSE"
+description = "Hugo theme made for blogs"
+homepage = "https://hugo-geekblog.geekdocs.de/"
+tags = ["blog", "responsive", "simple"]
+min_version = "0.65.0"
+
+[author]
+ name = "Robert Kaussow"
+ homepage = "https://thegeeklab.de/"