sort and re-format config
1 file changed, 23 insertions(+), 24 deletions(-)
changed files
M config.toml → config.toml
@@ -1,13 +1,18 @@ -language = "en-GB" -base_url = "https://alanpearce.eu" - title = "Alan Pearce" description = "Developer, Emacs User" +email = "alan@alanpearce.eu" -email = "alan@alanpearce.eu" +base_url = "https://alanpearce.eu" + +language = "en-GB" +timezone = "Europe/Berlin" + domain_start_date = "2014-06-07" original_domain = "alanpearce.eu" -redirect_other_hostnames = true + +oidc_host = "https://id.alanpearce.eu/" +goatcounter = "https://stats.alanpearce.eu/" + domains = [ "alanpearce.eu", "www.alanpearce.eu",@@ -15,37 +20,31 @@ "alanpearce.uk", "www.alanpearce.uk", "aln.pe", ] - -timezone = "Europe/Berlin" - -oidc_host = "https://id.alanpearce.eu/" - -goatcounter = "https://stats.alanpearce.eu/" - wildcard_domain = "aln.pe" +redirect_other_hostnames = true [[taxonomies]] -name = "tags" -feed = true + name = "tags" + feed = true [[menu]] - name = "Home" - url = "/" + name = "Home" + url = "/" [[menu]] name = "Now" url = "/now" [[menu]] - name = "Posts" - url = "/post/" + name = "Posts" + url = "/post/" [[menu]] - name = "Feed" - url = "/atom.xml" + name = "Feed" + url = "/atom.xml" [[menu]] - name = "Tags" - url = "/tags/" + name = "Tags" + url = "/tags/" [[menu]] - name = "Repositories" - url = "https://git.alanpearce.eu" + name = "Repositories" + url = "https://git.alanpearce.eu" [[rel_me]] name = "Codeberg"