updated config and WS content

main
Frank Homburg 3 years ago
parent 760d7f8022
commit f1d90e7f01

@ -6,7 +6,7 @@ languageCode = "en-US"
enableRobotsTXT = true
[params]
description = "| Showcase of JavaScript liberated websites"
description = "Showcase of JavaScript liberated websites"
favicon = "favicon.ico"
title = "The no-JS Club | Showcase of JavaScript liberated websites"
hideMadeWithLine = false
@ -23,6 +23,61 @@ enableRobotsTXT = true
url = "https://todo.sr.ht/~hmbrg/no-JS.club"
weight = 20
[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

@ -6,18 +6,24 @@ draft: false
## no-JS Club FAQ
<p>Below you find commonly asked question regarding the no-JS.club project and membership:</p>
The following information should help you answer any unanswered questions about joining the no-JS club.
If you need more information, do not hesitate to create a [ticket](https://todo.sr.ht/~hmbrg/no-JS.club). We will respond to your request as soon as possible.
{{< detail-tag "Terms and conditions" >}}
### Your website must be...
### Your website has to be
- **SFW**
- **accessible via HTTPS**
### Your website doesn't include the following contents
- **pornography/sexism or otherwise offensive**
- **fanaticism**
- **racism**
- **illegal material of any kind**
### No-go content
- **JavaScript**
- **pornography/sexism**
- **fanaticism/racism**
- **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.
{{< /detail-tag >}}
{{< detail-tag "How to join the no-JS club?" >}}
@ -120,9 +126,3 @@ Upload the updated logo file to you web space and change the Markdown logo integ
### The cost of membership
Good you asked! All this time I have been thinking about how I can gently teach you that **membership will not bankrupt you** but, except for the effort of making an application via ticket and waiting for it to be approved, **absolutely doesnt cost a dime!**
{{< /detail-tag >}}
{{< detail-tag "I have further questions?!?" >}}
### Contact information
If you still have unanswered questions after reading the FAQ, you can **[submit a ticket](https://todo.sr.ht/~hmbrg/no-JS.club)** and let us know what needs to be clarified.
{{< /detail-tag >}}

@ -4,7 +4,7 @@
<head>
<meta name="viewport" content="width=device-width, initial-scale=1">
<meta charset="utf-8">
<style>body{margin:20px auto;max-width:725px;line-height:1.5em;font-size:1.1em;background-color:#252525;color:#d9d9d9;padding:0 10px;font-family:monospace;hyphens:auto}header{display:flex;justify-content:space-between;align-items:center;white-space:nowrap;font-variant:small-caps}nav{display:inline-block}nav li{display:inline-block no;margin-right:20px}a{color:#ab9a61;text-decoration:none}a:hover{color:#c6ba93}h1{color:#9A61AB;font-size:1.4em;font-weight:650;}h2,h3,h4,h5{line-height:1.2;color:#9A61AB;font-size:1.1em}h1:before{content:"# ";content:"# " / ""}h2:before{content:"## ";content:"## " / ""}h3:before{content:"### ";content:"### " / ""}h4:before{content:"#### ";content:"#### " / ""}h5:before{content:"##### ";content:"##### " / ""}code{color: #252525;background: #e4d4e8}pre{tab-size:4}details {padding: .6rem 1rem;background: var(--accent);border: 1px solid;border-radius: 5px;margin-bottom: 1rem;}details.red-notice {background: var(--notice-red-bg);border-color: var(--notice-red-border);}.red-notice h2 {margin: 0;}summary {cursor: pointer;font-weight: bold;}details[open] {padding-bottom: .75rem;}details[open] summary {margin-bottom: .5rem;}details[open]>*:last-child {margin-bottom: 0;}img {max-width: 100%;display: block;margin: 0 auto;}nav {font-size: 1rem;line-height: 2;padding: 1rem 0;margin-left: 1rem;}nav a {border: 1px solid #72ab61;border-radius: 5px;color: #72ab61;display: inline-block;padding: .1rem 1rem;margin-right: 1rem;text-decoration: none;}nav a:hover, nav a.current {color: #252525;background: #72ab61;font-weight: bold;}nav a.current:hover {text-decoration: none;}</style>
<style>body{margin:20px auto;max-width:725px;line-height:1.5em;font-size:1.1em;background-color:#252525;color:#d9d9d9;padding:0 10px;font-family:monospace;hyphens:auto}header{display:flex;justify-content:space-between;align-items:center;white-space:nowrap;font-variant:small-caps}a{color:#ab9a61;text-decoration:none}a:hover{color:#c6ba93}h1{color:#9A61AB;font-size:2em;font-weight:650}h2,h3,h4,h5{line-height:1.2;color:#9A61AB;font-size:1.1em}h2:before{content:"## ";content:"## " / ""}h3:before{content:"### ";content:"### " / ""}h4:before{content:"#### ";content:"#### " / ""}h5:before{content:"##### ";content:"##### " / ""}code{color:#252525;background:#e4d4e8}pre{tab-size:4}details{padding:.6rem 1rem;background:#393939;border:1px solid;border-radius:5px;margin-bottom:1rem}details.important{background:#f33;border-color:#f33}.important h2{margin:0}summary{cursor:pointer;font-weight:700}details[open]{padding-bottom:.75rem}details[open] summary{margin-bottom:.5rem}details[open]>*:last-child{margin-bottom:0}img{max-width:100%;display:block;margin:0 auto}font-size:20px;padding:0}nav{display:inline-block}nav li{display:inline-block;margin-right:20px}nav{font-size:1rem;line-height:2;padding:.5rem 0;margin-left:1rem}nav a{border:1px solid #72ab61;border-radius:2.5px;color:#72ab61;display:inline-block;padding:.1rem 1rem;margin-right:1rem;text-decoration:none}nav a:hover{color:#252525;background:#72ab61;font-weight:700}</style>
<title>{{- .Title | default .Site.Title -}}</title>
</head>

@ -1,4 +1,4 @@
<nav>{{- partial "nav.html" . -}}</nav>
<a href="{{ "/" | relURL }}" class="title">
<h1>{{ .Site.Title }}</h2>
<h1>The no-JS club</h2>
</a>

@ -1,4 +1,5 @@
<a href="{{ "/" | relURL }}">Home</a>
{{ range .Site.Menus.main }}
<a href="{{ .URL }}">{{ .Name }}</a>
{{ end }}
<ul class="nav">
<li><a id="index" href="/">| Home</a></li>
<li><a id="faq" href="/faq">| FAQ</a></li>
<li><a id="support" href="https://todo.sr.ht/~hmbrg/no-JS.club">| Ticket</a></li>
</ul>

Loading…
Cancel
Save