From d338b2e824a68d8214246ce1a61b9521de664cc6 Mon Sep 17 00:00:00 2001 From: Lukas Joswiak Date: Fri, 20 Aug 2021 21:29:49 -0700 Subject: [PATCH] Update demo URL --- README.md | 2 +- theme.toml | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index fb3c5fb..0a0b829 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ # Etch -Etch is a simple, responsive theme for [Hugo](https://gohugo.io) with a focus on writing. A live demo is available at https://themes.gohugo.io/theme/etch/. +Etch is a simple, responsive theme for [Hugo](https://gohugo.io) with a focus on writing. A live demo is available at https://lukasjoswiak.github.io/etch/. screenshot diff --git a/theme.toml b/theme.toml index 6d6ec37..07f201a 100644 --- a/theme.toml +++ b/theme.toml @@ -3,6 +3,7 @@ license = "MIT" licenselink = "https://github.com/LukasJoswiak/etch/blob/master/LICENSE" description = "Lightweight Hugo theme with a focus on content" homepage = "https://github.com/LukasJoswiak/etch" +demosite = "https://lukasjoswiak.github.io/etch/" tags = ["simple", "minimal", "clean", "fast", "blog", "responsive", "dark mode", "privacy"] features = ["fast", "blog", "syntax highlighting", "dark mode"] min_version = "0.41"