summaryrefslogtreecommitdiff
path: root/config.toml
diff options
context:
space:
mode:
authorschneefux <schneefux+commit@schneefux.xyz>2016-05-22 12:06:45 +0200
committerschneefux <schneefux+commit@schneefux.xyz>2016-05-22 12:06:45 +0200
commit3f9c9ffe6bc71fdb70a652f9cdb7fe62c799e6e5 (patch)
treea7122be67d921841901f049901ba9dab01dd62e9 /config.toml
parentb149f53abb70a5288d7ef35fb070c77bdb5fda78 (diff)
downloadblog-3f9c9ffe6bc71fdb70a652f9cdb7fe62c799e6e5.tar.gz
blog-3f9c9ffe6bc71fdb70a652f9cdb7fe62c799e6e5.zip
add RSS link, inline SVGs, add proper attribution
Diffstat (limited to 'config.toml')
-rw-r--r--config.toml5
1 files changed, 4 insertions, 1 deletions
diff --git a/config.toml b/config.toml
index af4290c..263e5e8 100644
--- a/config.toml
+++ b/config.toml
@@ -8,4 +8,7 @@ pygmentscodefences = true
logo = "/logo.svg"
email = "blog@schneefux.xyz"
github = "schneefux"
-# Theme based on rakuishi/hugo-zen, MIT
+[original]
+ author = "rakuishi"
+ repo = "https://github.com/rakuishi/hugo-zen"
+ license = "MIT"