summaryrefslogtreecommitdiff
path: root/themes/archie/theme.toml
diff options
context:
space:
mode:
authorRoger Gonzalez <roger@rogs.me>2020-11-02 18:37:23 -0300
committerRoger Gonzalez <roger@rogs.me>2020-11-02 18:37:23 -0300
commitdea4a61cbf42ff422f1409d4342fa59017950526 (patch)
tree991f6d09a6c30dab04e5a1806ba59501471c6779 /themes/archie/theme.toml
parente09d9dc4ffc26c6082ef003251efa77d133795f8 (diff)
Changed theme to Archie, moving blog to rogs.me
Diffstat (limited to 'themes/archie/theme.toml')
-rw-r--r--themes/archie/theme.toml15
1 files changed, 15 insertions, 0 deletions
diff --git a/themes/archie/theme.toml b/themes/archie/theme.toml
new file mode 100644
index 0000000..a44df7d
--- /dev/null
+++ b/themes/archie/theme.toml
@@ -0,0 +1,15 @@
+# theme.toml template for a Hugo theme
+# See https://github.com/gohugoio/hugoThemes#themetoml for an example
+
+name = "Archie"
+license = "MIT"
+licenselink = "https://github.com/athul/archie/blob/master/LICENSE"
+description = "Archie is a minimal and clean theme for hugo with a markdown-ish UI."
+homepage = "https://github.com/athul/archie"
+tags = ["blog","simple","responsive","minimal","tags","personal","clean","shortcodes"]
+features = ["blog", "Clean and minimal", "Responsive", "Syntax highlighting",]
+min_version = "0.41"
+
+[author]
+ name = "Athul Cyriac Ajay"
+ homepage = "https://github.com/athul"