commit 4b83cd0f339293fe804bea3646555a230bc13f62
parent f4735db2aec9803f6b0587d8dd78f44d5acbbd6e
Author: vimux <vimux@protonmail.com>
Date: Fri, 23 Jul 2021 12:23:55 -0400
Update demosite
Live demo no longer exists and are not supported by the Hugo team.
Added my demo as an alternative.
Diffstat:
2 files changed, 2 insertions(+), 1 deletion(-)
diff --git a/README.md b/README.md
@@ -2,7 +2,7 @@
Blank — starter [Hugo](https://gohugo.io/) theme for developers. Use it to make your own theme.
-[Live Demo](https://themes.gohugo.io/theme/blank/)
+**[Demo](https://blank-demo.netlify.app/)**

diff --git a/theme.toml b/theme.toml
@@ -3,6 +3,7 @@ license = "MIT"
licenselink = "https://github.com/vimux/blank/blob/master/LICENSE"
description = "Starter Hugo theme for developers."
homepage = "https://github.com/vimux/blank/"
+demosite = "https://blank-demo.netlify.app/"
tags = ["blog", "plain", "blank", "starter", "development"]
features = ["blog"]
min_version = "0.20"