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

github.com/EmielH/hallo-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-10-28 16:12:32 +0300
committerEmiel Hollander <EmielH@users.noreply.github.com>2018-10-28 16:12:32 +0300
commit3bfa83334855d04218f4df61001088c23646b1f4 (patch)
tree20ec37525dadec13939ffd78baf2dfe747c5a3a9 /theme.toml
Initial commit
Diffstat (limited to 'theme.toml')
-rw-r--r--theme.toml15
1 files changed, 15 insertions, 0 deletions
diff --git a/theme.toml b/theme.toml
new file mode 100644
index 0000000..742a93d
--- /dev/null
+++ b/theme.toml
@@ -0,0 +1,15 @@
+# theme.toml template for a Hugo theme
+# See https://github.com/gohugoio/hugoThemes#themetoml for an example
+
+name = "Hallo"
+license = "MIT"
+licenselink = "https://github.com/EmielH/hallo-hugo/blob/master/LICENSE"
+description = "Hallo is a single-page Hugo theme for personal introductions."
+homepage = "https://github.com/EmielH/hallo-hugo"
+tags = ["minimal", "clean", "responsive", "simple", "personal", "starter", "single page", "onepage", "Font Awesome", "landing page"]
+features = []
+min_version = "0.43"
+
+[author]
+ name = "Emiel Hollander"
+ homepage = "https://www.emielhollander.nl"