From 23b0d2bbb654725c8c22ca6e9e370ec6fcfd95aa Mon Sep 17 00:00:00 2001 From: Frank Homburg Date: Sat, 30 Apr 2022 18:22:19 +0200 Subject: [PATCH] moved from TOML to YAML stucture --- config.toml | 92 --------------------------------------- config.yaml | 87 ++++++++++++++++++++++++++++++++++++ content/_index.md | 6 +++ content/faq.md | 6 +-- content/members.md | 6 +++ public/index.xml | 2 +- public/members/index.html | 2 +- 7 files changed, 104 insertions(+), 97 deletions(-) delete mode 100644 config.toml create mode 100644 config.yaml diff --git a/config.toml b/config.toml deleted file mode 100644 index 6ac7d14..0000000 --- a/config.toml +++ /dev/null @@ -1,92 +0,0 @@ -baseURL = "https://no-js.club" -title = "The no-JS.club | Promenade for JavaScript freed websites" -author = "Frank" -copyright = "Copyright © 2022, Frank Homburg." -languageCode = "en-US" -enableRobotsTXT = true - -[params] - description = "Showcase of JavaScript liberated websites" - favicon = "favicon.ico" - title = "The no-JS Club | Showcase of JavaScript liberated websites" - hideMadeWithLine = false - dateFormat = "2006-01-02" - -[menu] - [[menu.main]] - name = "Members" - url = "/members/" - weight = 10 - - [[menu.main]] - name = "FAQ" - url = "/faq/" - weight = 20 - - [[menu.main]] - name = "Ticket" - url = "https://todo.sr.ht/~hmbrg/no-JS.club" - weight = 30 - -[markup] - [markup.highlight] - anchorLineNos = false - codeFences = true - guessSyntax = false - hl_Lines = '' - lineAnchors = '' - lineNoStart = 1 - lineNos = true - lineNumbersInTable = true - noClasses = true - style = 'dracula' - tabWidth = 2 - - defaultMarkdownHandler = 'goldmark' - [markup.asciidocExt] - backend = 'html5' - extensions = [] - failureLevel = 'fatal' - noHeaderOrFooter = true - preserveTOC = false - safeMode = 'unsafe' - sectionNumbers = false - trace = false - verbose = false - workingFolderCurrent = false - [markup.asciidocExt.attributes] - - [markup.goldmark] - [markup.goldmark.extensions] - definitionList = true - footnote = true - linkify = true - strikethrough = true - table = true - taskList = true - typographer = true - - [markup.goldmark.parser] - autoHeadingID = true - autoHeadingIDType = 'github' - [markup.goldmark.parser.attribute] - block = false - title = true - - [markup.goldmark.renderer] - hardWraps = false - unsafe = true - xhtml = false - - [markup.tableOfContents] - endLevel = 3 - ordered = false - startLevel = 2 - -[imaging] -resampleFilter = "box" -quality = 75 -anchor = "smart" -bgColor = "#ffffff" -disableDate = true -disableLatLong = true diff --git a/config.yaml b/config.yaml new file mode 100644 index 0000000..8065b75 --- /dev/null +++ b/config.yaml @@ -0,0 +1,87 @@ +baseURL: 'https://no-js.club' +title: The no-JS.club | Promenade for JavaScript freed websites +author: Frank +copyright: 'Copyright © 2022, Frank Homburg.' +languageCode: en-US +enableRobotsTXT: true + +params: + description: Showcase of JavaScript liberated websites + favicon: favicon.ico + title: The no-JS Club | Showcase of JavaScript liberated websites + hideMadeWithLine: false + dateFormat: '2006-01-02' +menu: + main: + - name: Members + url: /members/ + weight: 10 + + - name: FAQ + url: /faq/ + weight: 20 + + - name: Ticket + url: 'https://todo.sr.ht/~hmbrg/no-JS.club' + weight: 30 + +markup: + highlight: + anchorLineNos: false + codeFences: true + guessSyntax: false + hl_Lines: '' + lineAnchors: '' + lineNoStart: 1 + lineNos: true + lineNumbersInTable: true + noClasses: true + style: dracula + tabWidth: 2 + defaultMarkdownHandler: goldmark + + asciidocExt: + backend: html5 + extensions: [] + failureLevel: fatal + noHeaderOrFooter: true + preserveTOC: false + safeMode: unsafe + sectionNumbers: false + trace: false + verbose: false + workingFolderCurrent: false + attributes: {} + + goldmark: + extensions: + definitionList: true + footnote: true + linkify: true + strikethrough: true + table: true + taskList: true + typographer: true + parser: + autoHeadingID: true + autoHeadingIDType: github + attribute: + block: false + title: true + renderer: + hardWraps: false + unsafe: true + xhtml: false + + tableOfContents: + endLevel: 3 + ordered: false + startLevel: 2 + +imaging: + resampleFilter: box + quality: 75 + anchor: smart + bgColor: '#ffffff' + disableDate: true + disableLatLong: true diff --git a/content/_index.md b/content/_index.md index f8d14c2..3c190e1 100644 --- a/content/_index.md +++ b/content/_index.md @@ -1,3 +1,9 @@ +--- +date: "2022-04-26T12:11:07+02:00" +draft: false +title: The no-JS.club | Promenade for JavaScript freed websites +--- + The Internet as we find it today is unfortunately a completely **bloated disaster** including **lush JavaScript libraries**. But we can make a difference if we just take a moment to think about whether the use of JavaScript is really necessary, or if the desired result can be achieved **without its use**. diff --git a/content/faq.md b/content/faq.md index b15aa44..5810d34 100644 --- a/content/faq.md +++ b/content/faq.md @@ -1,7 +1,7 @@ --- -title: "FAQ | The no-JS.club" date: "2022-04-26T13:03:54+02:00" draft: false +title: FAQ | The no-JS.club --- ## no-JS Club FAQ @@ -22,8 +22,8 @@ If you need more information, do not hesitate to create a [ticket](https://todo. - **illegal or inappropriate** ### Final decision authority -- We reserve the **right to reject websites** that we consider inappropriate for any reason! -- **This right can also be claimed subsequently** if the content develops in a direction that we consider inappropriate. Before we remove a website, we contact the operator. +- we reserve the **right to reject websites** that we consider inappropriate for any reason! +- **this right can also be claimed subsequently** if the content develops in a direction that we consider inappropriate. Before we remove a website, we contact the operator. {{< /detail-tag >}} {{< detail-tag "Member list update interval" >}} diff --git a/content/members.md b/content/members.md index 018f819..a3a924d 100644 --- a/content/members.md +++ b/content/members.md @@ -1,3 +1,9 @@ +--- +date: "2022-04-26T13:03:54+02:00" +draft: false +title: Hall of glory | The no-JS.club +--- + ## List Of Proud Club Members Member list was last updated on: **April 30th, 2022** diff --git a/public/index.xml b/public/index.xml index 1d7e6df..e1bf8b7 100644 --- a/public/index.xml +++ b/public/index.xml @@ -24,7 +24,7 @@ If you need more information, do not hesitate to create a ticket. We will respon Mon, 01 Jan 0001 00:00:00 +0000 https://no-js.club/members/ - List Of Proud Club Members Member list was last updated on: April 30th, 2022 + List Of Proud Club Members Member list was last updated on: April 30, 2022 #no-js { border-collapse: collapse; width: 100%; } #no-js td, #no-js th { border: 1px solid #878787; padding: 8px; } #no-js tr:nth-child(even){background-color: #3a3a3a;} #no-js th { padding-top: 12px; padding-bottom: 12px; text-align: left; background-color: #9A61AB; color: #ebdbb2; } URL Size in KB https://arshbot.dev 10.2 https://artemislena.eu 39.0 https://baltuta. diff --git a/public/members/index.html b/public/members/index.html index 5a60ec0..2440869 100644 --- a/public/members/index.html +++ b/public/members/index.html @@ -29,7 +29,7 @@

List Of Proud Club Members

-

Member list was last updated on: April 30th, 2022

+

Member list was last updated on: April 30, 2022