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

github.com/zerostaticthemes/hugo-serif-theme.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRobert Austin <rob@jugglerdigital.com>2021-07-09 06:11:22 +0300
committerRobert Austin <rob@jugglerdigital.com>2021-07-09 06:11:22 +0300
commitc8753b726ba25665dac1a01a877a46d2b4aa7728 (patch)
tree350e00d25a73377fdc8fd0c953eeba797bd3741b
parent0ef1ce9bc59cbb3a870d785a8053b225e6b8d5af (diff)
make compatible with latest hugo themes submission requirements
-rw-r--r--exampleSite/config.toml6
-rw-r--r--images/screenshot.pngbin0 -> 149418 bytes
-rw-r--r--images/thumbnail.pngbin0 -> 147040 bytes
-rw-r--r--theme.toml22
4 files changed, 18 insertions, 10 deletions
diff --git a/exampleSite/config.toml b/exampleSite/config.toml
index c958db8..be0996c 100644
--- a/exampleSite/config.toml
+++ b/exampleSite/config.toml
@@ -4,6 +4,12 @@ title = "Hugo Serif Theme"
themesDir = "../.."
theme = "hugo-serif-theme"
+[module]
+ [module.hugoVersion]
+ extended = true
+ min = "0.55.0"
+ max = "0.84.2"
+
[params]
# In most cases you will only want to use either one of these. If you have Google Analytics included in your GTM tags don't put your GA ID here. Otherwise your data might be useless.
google_analytics_id = ""
diff --git a/images/screenshot.png b/images/screenshot.png
new file mode 100644
index 0000000..4a751e3
--- /dev/null
+++ b/images/screenshot.png
Binary files differ
diff --git a/images/thumbnail.png b/images/thumbnail.png
new file mode 100644
index 0000000..eb2bca4
--- /dev/null
+++ b/images/thumbnail.png
Binary files differ
diff --git a/theme.toml b/theme.toml
index f93516b..6368cbf 100644
--- a/theme.toml
+++ b/theme.toml
@@ -1,12 +1,14 @@
-name = "Hugo Serif"
-license = "MIT"
-licenselink = "https://github.com/zerostaticthemes/hugo-serif-theme/blob/master/LICENSE"
-description = "Serif is an advanced multi page theme for Hugo. It contains multiple content types for a typical business website. The theme is fully responsive, blazing fast and artfully illustrated."
-homepage = "https://github.com/zerostaticthemes/hugo-serif-theme"
-tags = ["responsive","minimal","clean","business","multi page", "marketing", "company","bootstrap","zerostatic","personal","google analytics"]
-features = ["services","team","about","contact"]
-min_version = "0.74.3"
+name = 'Hugo Serif'
+license = 'MIT'
+licenselink = 'https://github.com/zerostaticthemes/hugo-serif-theme/blob/master/LICENSE'
+description = 'Serif is an advanced multi page theme for Hugo. It contains multiple content types for a typical business website. The theme is fully responsive, blazing fast and artfully illustrated.'
+
+homepage = 'https://github.com/zerostaticthemes/hugo-serif-theme'
+demosite = 'https://hugo-serif.netlify.app'
+
+tags = ['responsive','personal','company','multipage','light','bootstrap','zerostatic']
+features = ['bootstrap','responsive','scss','google analytics','netlify']
[author]
- name = "Robert Austin"
- homepage = "https://www.zerostatic.io"
+ name = 'Robert Austin'
+ homepage = 'https://www.zerostatic.io'