27 lines
517 B
TOML
27 lines
517 B
TOML
baseURL = "https://sum7.eu"
|
|
languageCode = "en-us"
|
|
title = "Sum7"
|
|
copyright = ""
|
|
canonifyurls = true
|
|
|
|
[markup]
|
|
defaultMarkdownHandler = "goldmark"
|
|
|
|
[markup.goldmark.renderer]
|
|
unsafe = true
|
|
|
|
[params]
|
|
footer_1 = "Decentralise: What is a cloud?"
|
|
footer_2 = '<a href="/imprint">Imprint: Make a DNS whois</a>'
|
|
footer_3 = '<a href="/privacy_policy">Privacy Policy: We save nothing!</a>'
|
|
|
|
[[menu.main]]
|
|
name = "Home"
|
|
url = "/"
|
|
weight = 1
|
|
|
|
[[menu.main]]
|
|
name = "All Articles"
|
|
url = "/all/"
|
|
weight = 2
|