public-web/config.yaml
Matěj Divecký 58691b8a37
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful
Add temporary newsletter button
2024-07-08 09:36:37 +02:00

105 lines
2.5 KiB
YAML

baseurl: "https://nolog.cz/"
title: "NoLog.cz"
language: "cz-cs"
params:
contact: "nolog-it@riseup.net"
description: "NoLog.cz" # Set site description, used in meta tags and JSON-LD
favicon: "favicon.ico" # Relative path to favicon in json feed, no leading slash.
plausibleSiteID: "nolog.cz" # Plausible site id/domain.
plausibleTrackerURL: "https://plausible.nolog.cz/js/plausible.js" # Plausible url, schemaless and no slash on end. Optional, defaults to "plausible.io/…"
tickerApiURL: https://ticker.nolog.cz/v1/timeline
tickerClientURL: updates.nolog.cz
defaultContentLanguage: cs
languages:
cs:
weight: 3
languageName: "Česky"
contentDir: content/cs
menu:
main:
- identifier: index
name: O nás
url: /about
weight: -1
- identifier: services
name: Služby
url: /services
weight: 5
- identifier: security
name: Bezpečnost
url: /security
weight: 7
- identifier: contact
name: Kontakt
url: /contact
weight: 10
- identifier: newsletter
name: Newsletter
url: https://newsletter.nolog.cz/subscription/form
weight: 11
params:
target: _blank
- identifier: support
name: Podpořte nás
url: /support
weight: 12
- identifier: status
name: Stav služeb ↗
url: https://status.nolog.cz
weight: 15
params:
target: _blank
- identifier: blog
name: Blog
url: /blog
weight: 13
en:
weight: 2
languageName: "English"
contentDir: content/en
menu:
main:
- identifier: about
name: About
url: /en/about
weight: -1
- identifier: services
name: Services
url: /en/services
weight: 5
- identifier: contact
name: Contact
url: /en/contact
weight: 10
- identifier: newsletter
name: Newsletter
url: https://newsletter.nolog.cz/subscription/form
weight: 11
params:
target: _blank
- identifier: support
name: Donate
url: /en/support
weight: 12
- identifier: status
name: Status ↗
url: https://status.nolog.cz
weight: 13
params:
target: _blank