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

gitlab.com/maxlefou/hugo.386.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'theme.toml')
-rw-r--r--theme.toml22
1 files changed, 11 insertions, 11 deletions
diff --git a/theme.toml b/theme.toml
index 94e3cc2..61c1abe 100644
--- a/theme.toml
+++ b/theme.toml
@@ -2,20 +2,20 @@
# See https://github.com/gohugoio/hugoThemes#themetoml for an example
name = "Hugo.386"
-license = "MIT"
-licenselink = "https://github.com/yourname/yourtheme/blob/master/LICENSE"
-description = ""
-homepage = "http://example.com/"
-tags = []
-features = []
+license = "Apache 2"
+licenselink = "//gitlab.com/maxlefou/hugo.386/blob/master/LICENSE"
+description = "Hugo port of the BOOTSTRA.386 theme"
+homepage = "//gitlab.com/maxlefou/hugo.386/"
+tags = ["blog","retro","geek","bootstra.386","hugo.386"]
+features = ["responsive"]
min_version = "0.41"
[author]
- name = ""
- homepage = ""
+ name = "JM Fergeau"
+ homepage = "//jmf-portfolio.netlify.com"
# If porting an existing theme
[original]
- name = ""
- homepage = ""
- repo = ""
+ name = "BOOTSTRA.386"
+ homepage = "//kristopolous.github.io/BOOTSTRA.386/"
+ repo = "//github.com/kristopolous/BOOTSTRA.386"