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"