summaryrefslogtreecommitdiff
path: root/themes/blog.jaseg.de/theme.toml
diff options
context:
space:
mode:
authorjaseg <git@jaseg.de>2021-11-25 11:54:39 +0100
committerjaseg <git@jaseg.de>2021-11-25 11:54:39 +0100
commite7a91af6b5fffe7c9d845123c6c2fcfd73d9b02f (patch)
tree02f72911660051b490c7105412e519fbf63fc190 /themes/blog.jaseg.de/theme.toml
parent396c62e422e0d0e98b58d4c76e5a377cdbd52bee (diff)
downloadblog-e7a91af6b5fffe7c9d845123c6c2fcfd73d9b02f.tar.gz
blog-e7a91af6b5fffe7c9d845123c6c2fcfd73d9b02f.tar.bz2
blog-e7a91af6b5fffe7c9d845123c6c2fcfd73d9b02f.zip
Update theme to show post list on top level again
Diffstat (limited to 'themes/blog.jaseg.de/theme.toml')
-rw-r--r--themes/blog.jaseg.de/theme.toml17
1 files changed, 17 insertions, 0 deletions
diff --git a/themes/blog.jaseg.de/theme.toml b/themes/blog.jaseg.de/theme.toml
new file mode 100644
index 0000000..13deae2
--- /dev/null
+++ b/themes/blog.jaseg.de/theme.toml
@@ -0,0 +1,17 @@
+name = "blog.jaseg.de"
+license = "MIT"
+licenselink = "https://github.com/goodroot/hugo-classic/blob/master/LICENSE.md"
+description = "Custom theme for blog.jaseg.de"
+homepage = "https://goodroot.ca"
+tags = ["blog", "personal", "simple"]
+features = ["blog"]
+min_version = "0.18"
+
+[author]
+ name = "jaseg"
+ homepage = "https://blog.jaseg.de"
+
+[original]
+ author = "Yihui Xui"
+ homepage = "https://xmin.yihui.name/"
+ repo = "https://github.com/yihui/hugo-xmin"