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

github.com/EmielH/tale-hugo.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEmiel Hollander <EmielH@users.noreply.github.com>2018-07-28 17:24:25 +0300
committerEmiel Hollander <EmielH@users.noreply.github.com>2018-07-28 17:24:25 +0300
commita937ee7487a4ddc6a981149638c34a085e86450e (patch)
treec82f6536f5785390a46685d78f681cc1df6c7d7b /theme.toml
Initial commit
Diffstat (limited to 'theme.toml')
-rw-r--r--theme.toml21
1 files changed, 21 insertions, 0 deletions
diff --git a/theme.toml b/theme.toml
new file mode 100644
index 0000000..285421c
--- /dev/null
+++ b/theme.toml
@@ -0,0 +1,21 @@
+# theme.toml template for a Hugo theme
+# See https://github.com/gohugoio/hugoThemes#themetoml for an example
+
+name = "Tale"
+license = "MIT"
+licenselink = "https://github.com/EmielH/tale-hugo/blob/master/LICENSE"
+description = "A port of the Tale theme for Hugo. Tale is a minimal Jekyll theme curated for storytellers."
+homepage = "https://github.com/EmielH/tale-hugo"
+tags = ["minimal", "clean", "responsive", "simple", "personal", "blog", "starter", "light", "typography"]
+features = ["pagination"]
+min_version = "0.43"
+
+[author]
+ name = "Emiel Hollander"
+ homepage = "https://www.emielhollander.nl"
+
+# If porting an existing theme
+[original]
+ name = "Chester How"
+ homepage = "https://github.com/chesterhow/tale"
+ repo = "https://github.com/chesterhow/tale"