From 5797675dbda6a2a0d7f0739daadfdec01aa8f621 Mon Sep 17 00:00:00 2001 From: Alan Orth Date: Fri, 9 Jul 2021 22:36:07 +0300 Subject: [PATCH] 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. --- theme.toml | 1 + 1 file changed, 1 insertion(+) 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