From 810a19cddf03bd90e9adf6e296985e1939868b23 Mon Sep 17 00:00:00 2001 From: Frank Homburg Date: Thu, 28 Apr 2022 07:40:59 +0200 Subject: [PATCH] some minor config changes regarding cosmetics --- config.toml | 38 +------------------------------------- 1 file changed, 1 insertion(+), 37 deletions(-) diff --git a/config.toml b/config.toml index 7a4c1fc..dabc9a8 100644 --- a/config.toml +++ b/config.toml @@ -1,51 +1,15 @@ -# Base URL used when generating links to your pages -# Set to the URL for your site baseURL = "https://no-js.club" - -# Basic metadata configuration for your blog. title = "The no-JS.club | Promenade for JavaScript freed websites" author = "Frank" copyright = "Copyright © 2022, Frank Homburg." languageCode = "en-US" - -# Generate a nice robots.txt for SEO enableRobotsTXT = true -# Generate "Bearblog"-like URLs !only!, see https://bearblog.dev/. -disableKinds = ["taxonomy"] -ignoreErrors = ["error-disable-taxonomy"] -[permalinks] - blog = "/:slug/" - tags = "/blog/:slug" - [params] - # The "description" of your website. This is used in the meta data of your generated html. description = "| Showcase of JavaScript liberated websites" - - # The path to your "favicon". This should be a square (at least 32px x 32px) png-file. - # Hint: It's good practise to also put a "favicon.ico"-file into your "static"-folder. favicon = "favicon.ico" - - # These "images" are used for the structured data templates. This will show up, when - # services like Twitter or Slack want to generate a preview of a link to your site. - # See https://gohugo.io/templates/internal#twitter-cards and - # https://gohugo.io/templates/internal#open-graph. - images = ["images/share.png"] - - # Another "title" :-). This one is used as the site_name on the Hugo's internal - # opengraph structured data template. - # See https://ogp.me/ and https://gohugo.io/templates/internal#open-graph. title = "The no-JS Club | Showcase of JavaScript liberated websites" - - # This theme will, by default, inject a made-with-line at the bottom of the page. - # You can turn it off, but we would really appreciate if you don’t :-). hideMadeWithLine = false - - # By default, this theme displays dates with a format like "02 Jan, 2006", but - # you can customize it by setting the `dateFormat` param in your site's config - # file. See [Hugo's Format function docs](https://gohugo.io/functions/format/) - # for details. An example TOML config that uses [ISO - # 8601](https://en.wikipedia.org/wiki/ISO_8601) format: dateFormat = "2006-01-02" [menu] @@ -55,7 +19,7 @@ ignoreErrors = ["error-disable-taxonomy"] weight = 10 [[menu.main]] - name = "Membership Request" + name = "Ticket" url = "https://todo.sr.ht/~hmbrg/no-JS.club" weight = 20