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

github.com/s4n7h0/hugo-theme-timeline.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSanoop Thomas <s4n7h0@users.noreply.github.com>2020-10-08 22:38:48 +0300
committerSanoop Thomas <s4n7h0@users.noreply.github.com>2020-10-08 22:38:48 +0300
commit1db49dbd678766df06ca73ed8c9bd7a8a36a4a48 (patch)
treed5970353d0ec3eb42d1d132c2b1f334718aa0ea6 /theme.toml
parent1164b7b9947d5882fffe6cf7b8af0e0a11a51ea3 (diff)
timeline hugo theme
Diffstat (limited to 'theme.toml')
-rw-r--r--theme.toml17
1 files changed, 17 insertions, 0 deletions
diff --git a/theme.toml b/theme.toml
new file mode 100644
index 0000000..41b592e
--- /dev/null
+++ b/theme.toml
@@ -0,0 +1,17 @@
+name = "timeline"
+license = "MIT"
+licenselink = "https://github.com/s4n7h0/hugo-theme-timeline/blob/main/LICENSE"
+description = "A timeline theme for Hugo. inspired by hello-friend-ng."
+tags = ["customizable", "dark", "light", "minimal", "personal", "responsive", "simple", "technical", "timeline"]
+features = ["timeline"]
+min_version = 0.01
+
+[author]
+ name = "Sanoop Thomas"
+ homepage = "https://devilslab.in/"
+ twitter = "https://twitter.com/s4n7h0"
+
+[inspiration]
+ name = "hello-friend"
+ homepage = "https://github.com/panr/hugo-theme-hello-friend"
+ repo = "https://github.com/panr/hugo-theme-hello-friend"