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>2021-07-09 22:36:07 +0300
committerAlan Orth <alan.orth@gmail.com>2021-07-09 22:36:07 +0300
commit5797675dbda6a2a0d7f0739daadfdec01aa8f621 (patch)
tree03b38eff25ff2bc06050754a9135187e721e232b
parent8cdfeb297d640a4aa3365cc4c14760d0d4f30ec0 (diff)
theme.toml: Add demo link
As of 2021-07-01 the Hugo Themes showcase is no longer building our themes so we need to include a link to a demo.
-rw-r--r--theme.toml1
1 files changed, 1 insertions, 0 deletions
diff --git a/theme.toml b/theme.toml
index 423f0cc..27b5776 100644
--- a/theme.toml
+++ b/theme.toml
@@ -3,6 +3,7 @@ license = "CC-BY-3.0"
licenselink = "https://github.com/alanorth/hugo-theme-bootstrap4-blog/blob/master/LICENSE.txt"
description = "A simple Hugo theme based on the Bootstrap v4 blog example."
homepage = "https://github.com/alanorth/hugo-theme-bootstrap4-blog"
+demosite = "https://picturingjordan.com"
tags = ["bootstrap", "blog", "font awesome"]
features = ["responsive", "blog"]
min_version = 0.55