From 767a353fb6aa1f9b5ce7aecdf598710a61365142 Mon Sep 17 00:00:00 2001 From: Serghei Iakovlev Date: Sat, 30 Apr 2022 00:48:02 +0200 Subject: Add demosite to config --- theme.toml | 12 +++++++++--- 1 file changed, 9 insertions(+), 3 deletions(-) (limited to 'theme.toml') diff --git a/theme.toml b/theme.toml index 643be5f..706a5ff 100644 --- a/theme.toml +++ b/theme.toml @@ -6,8 +6,8 @@ description = "Ed theme for minimal editions, based on Alex Gil theme" # The home page of the theme, where the source can be found. homepage = "https://github.com/sergeyklay/gohugo-theme-ed" -# TODO: If you have a running demo of the theme. -# demosite = "https://gohugo.io" +# If you have a running demo of the theme. +demosite = "https://sergeyklay.github.io/gohugo-theme-ed/" tags = [ "blog", @@ -30,7 +30,13 @@ features = [ # "opengraph", # "favicon", # "archive", - # "search" + # "search", + # "clean", + # "simple", + # "feed", + # "minimal", + # "minimalist", + # "mobile" ] min_version = "0.84.0" -- cgit v1.2.3