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

github.com/alanorth/hugo-theme-bootstrap4-blog.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlan Orth <alan.orth@gmail.com>2016-08-28 16:21:39 +0300
committerAlan Orth <alan.orth@gmail.com>2016-08-28 16:22:32 +0300
commit2bb1d6ecc0a28030add8d94b875b7602fbd9458d (patch)
treee9d9976518d65e844073e04e3e60312ccb8d4b15 /theme.toml
First commit with initial theme
Some file are empty (created by `hugo new theme`), but I've left them for reference later.
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..4af86e2
--- /dev/null
+++ b/theme.toml
@@ -0,0 +1,21 @@
+# theme.toml template for a Hugo theme
+# See https://github.com/spf13/hugoThemes#themetoml for an example
+
+name = "Hugo Bootstrap4 Blog"
+license = "GPL-3.0"
+licenselink = "https://github.com/yourname/yourtheme/blob/master/LICENSE.md"
+description = ""
+homepage = "http://siteforthistheme.com/"
+tags = ["", ""]
+features = ["", ""]
+min_version = 0.15
+
+[author]
+ name = "Alan Orth"
+ homepage = "https://englishbulgaria.net"
+
+# If porting an existing theme
+[original]
+ name = ""
+ homepage = ""
+ repo = ""