diff options
| author | Serghei Iakovlev <egrep@protonmail.ch> | 2022-04-30 00:48:02 +0200 |
|---|---|---|
| committer | Serghei Iakovlev <egrep@protonmail.ch> | 2022-04-30 00:48:02 +0200 |
| commit | 767a353fb6aa1f9b5ce7aecdf598710a61365142 (patch) | |
| tree | 65e62d02db1c163a9d8536b92b32ed72a66b8084 /theme.toml | |
| parent | 06e96c7239f5243bdffbe4fdd2485176aea19697 (diff) | |
| download | gohugo-theme-ed-767a353fb6aa1f9b5ce7aecdf598710a61365142.tar.gz | |
Add demosite to config
Diffstat (limited to 'theme.toml')
| -rw-r--r-- | theme.toml | 12 |
1 files changed, 9 insertions, 3 deletions
@@ -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" |
