From d7763268b46b7775a3e31cfce36ab86262054114 Mon Sep 17 00:00:00 2001 From: Yihui Xie Date: Mon, 5 Feb 2024 08:52:03 -0600 Subject: [PATCH] close #69: add link to demo site --- theme.toml | 1 + 1 file changed, 1 insertion(+) diff --git a/theme.toml b/theme.toml index 4233eb6..bb3c8ac 100644 --- a/theme.toml +++ b/theme.toml @@ -3,6 +3,7 @@ license = "MIT" licenselink = "https://github.com/yihui/hugo-xmin/blob/master/LICENSE.md" description = "eXtremely Minimal Hugo theme: about 150 lines of code in total, including HTML and CSS" homepage = "https://xmin.yihui.org" +demosite = "https://xmin.yihui.org" tags = ["minimal", "blog", "personal", "clean", "simple", "starter", "minimalist"] features = ["blog"] min_version = "0.18"