53 lines
1.0 KiB
YAML
53 lines
1.0 KiB
YAML
baseURL: https://liberta.casa
|
|
theme: risotto
|
|
languageCode: en-us
|
|
title: Liberta Casa
|
|
paginate: 3
|
|
authors: [ Georg Pfuetzenreuter, Pratyush Desai ]
|
|
|
|
# Automatically add content sections to main menu
|
|
sectionPagesMenu: main
|
|
|
|
params:
|
|
theme:
|
|
palette: monokai-dark
|
|
mode: dark-mode
|
|
about:
|
|
title: Liberta Casa
|
|
description: 'For those who FLOSS shall be free.'
|
|
logo: images/logo.png
|
|
socialLinks:
|
|
- icon: fab fa-irc
|
|
title: IRC
|
|
url: 'https://liberta.casa/gamja'
|
|
- icon: fas fa-envelope
|
|
title: Email
|
|
url: 'mailto:hello@liberta.casa'
|
|
|
|
menu:
|
|
main:
|
|
- identifier: about
|
|
name: About
|
|
url: /about/
|
|
weight: 10
|
|
- identifier: rules
|
|
name: Rules
|
|
url: /rules/
|
|
weight: 10
|
|
- identifier: faqs
|
|
name: FAQ
|
|
url: /faqs/
|
|
weight: 10
|
|
- identifier: accounts
|
|
name: Account
|
|
url: /accounts/
|
|
weight: 10
|
|
- identifier: tools
|
|
name: Tools
|
|
url: /tools/
|
|
weight: 10
|
|
|
|
taxonomies:
|
|
category: categories
|
|
tag: tags
|
|
series: series |