moved from TOML to YAML stucture

main
Frank Homburg 3 years ago
parent 55cd7fe180
commit 23b0d2bbb6

@ -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

@ -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

@ -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**. 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**. 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**.

@ -1,7 +1,7 @@
--- ---
title: "FAQ | The no-JS.club"
date: "2022-04-26T13:03:54+02:00" date: "2022-04-26T13:03:54+02:00"
draft: false draft: false
title: FAQ | The no-JS.club
--- ---
## no-JS Club FAQ ## 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** - **illegal or inappropriate**
### Final decision authority ### Final decision authority
- We reserve the **right to reject websites** that we consider inappropriate for any reason! - 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. - **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 >}}
{{< detail-tag "Member list update interval" >}} {{< detail-tag "Member list update interval" >}}

@ -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 ## List Of Proud Club Members
Member list was last updated on: **April 30th, 2022** Member list was last updated on: **April 30th, 2022**

@ -24,7 +24,7 @@ If you need more information, do not hesitate to create a ticket. We will respon
<pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate> <pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate>
<guid>https://no-js.club/members/</guid> <guid>https://no-js.club/members/</guid>
<description>List Of Proud Club Members Member list was last updated on: April 30th, 2022 <description>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.</description> #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.</description>
</item> </item>

@ -29,7 +29,7 @@
<content> <content>
<h2 id="list-of-proud-club-members">List Of Proud Club Members</h2> <h2 id="list-of-proud-club-members">List Of Proud Club Members</h2>
<p>Member list was last updated on: <strong>April 30th, 2022</strong></p> <p>Member list was last updated on: <strong>April 30, 2022</strong></p>
<style> <style>
#no-js { #no-js {
border-collapse: collapse; border-collapse: collapse;

Loading…
Cancel
Save