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

github.com/vimux/blank.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorvimux <vimux@protonmail.com>2021-07-23 19:23:55 +0300
committervimux <vimux@protonmail.com>2021-07-23 19:25:46 +0300
commit4b83cd0f339293fe804bea3646555a230bc13f62 (patch)
tree1d6cdd324822a93e4854c1fca7d52243167c4123
parentf4735db2aec9803f6b0587d8dd78f44d5acbbd6e (diff)
Update demosite
Live demo no longer exists and are not supported by the Hugo team. Added my demo as an alternative.
-rw-r--r--README.md2
-rw-r--r--theme.toml1
2 files changed, 2 insertions, 1 deletions
diff --git a/README.md b/README.md
index a3cffbc..bdb4d5e 100644
--- 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/)**
![Blank theme screenshot](https://github.com/Vimux/blank/blob/master/images/splash.png)
diff --git a/theme.toml b/theme.toml
index 9e56685..ce12edc 100644
--- 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"