From 462cbe442a33231aba12bfa92d87761e300bc4cf Mon Sep 17 00:00:00 2001 From: Adnan Maolood Date: Mon, 10 May 2021 15:15:33 -0400 Subject: [PATCH] Update example site configuration --- config.toml | 9 ++------- 1 file changed, 2 insertions(+), 7 deletions(-) diff --git a/config.toml b/config.toml index 59b243b..575437d 100644 --- a/config.toml +++ b/config.toml @@ -1,17 +1,12 @@ -# Site title -title = "" -# Site URLs -urls = [] +title = "Example website" +urls = ["gemini://example.com"] -# Site feeds [feeds] "/" = "Example feed" -# Site permalinks [permalinks] "/" = '/{{ .Date.Format "2006/01/02" }}/{{ path.Base .Path }}/' -# Site tasks [[tasks]] input = [".gmi"] output = ".gmi"