102 lines
2.7 KiB
YAML
102 lines
2.7 KiB
YAML
baseurl: "https://nolog.cz/"
|
|
title: "NoLog.cz IT kolektiv"
|
|
theme: "zen"
|
|
language: "cz-cs"
|
|
|
|
|
|
|
|
params:
|
|
contact: "nolog-it@riseup.net"
|
|
copyright: "— No logs, no masters! —"
|
|
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.
|
|
jquery: true
|
|
feedlinks: false # Show feed links in the footer.
|
|
footer: " "
|
|
icon: "images/logo.png" # Relative path to icon in json feed and JSON-LD, no leading slash.
|
|
image: "images/logo.png" # Relative path to site image in JSON-LD, no leading slash.
|
|
logo: true # Turn off the logo.
|
|
mainSections: # The sections you want to have listed on the front page.
|
|
- "" # Default to the section with most content if not set.
|
|
mobileMenu: true # Turn on a mobile menu on small screens.
|
|
poweredby: false # Show powered by hugo in footer
|
|
# searchLimit: 20 # Max number of search hits, default 20.
|
|
sidebar: true # Show a sidebar to the right
|
|
|
|
DefaultContentLanguage: cs
|
|
|
|
languages:
|
|
cs:
|
|
weight: 3
|
|
languageName: "Česky"
|
|
contentDir: content/cs
|
|
menu:
|
|
main:
|
|
- identifier: index
|
|
name: O nás
|
|
url: /
|
|
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: support
|
|
name: Podpořte nás
|
|
url: /support
|
|
weight: 11
|
|
|
|
- identifier: status
|
|
name: Status
|
|
url: https://status.nolog.cz
|
|
weight: 12
|
|
|
|
- identifier: blog
|
|
name: Blog
|
|
url: https://nolog.noblogs.org
|
|
weight: 15
|
|
en:
|
|
weight: 2
|
|
languageName: "English"
|
|
contentDir: content/en
|
|
menu:
|
|
main:
|
|
- identifier: about
|
|
name: About
|
|
url: /en
|
|
weight: -1
|
|
- identifier: services
|
|
name: Services
|
|
url: /en/services
|
|
weight: 5
|
|
|
|
- identifier: contact
|
|
name: Contact
|
|
url: /en/contact
|
|
weight: 10
|
|
|
|
- identifier: support
|
|
name: Donate
|
|
url: https://www.darujme.cz/projekt/1203598
|
|
weight: 11
|
|
|
|
- identifier: status
|
|
name: Status
|
|
url: https://status.nolog.cz
|
|
weight: 12
|
|
|
|
- identifier: blog
|
|
name: Blog
|
|
url: https://nolog.noblogs.org
|
|
weight: 15
|