55 lines
1.0 KiB
YAML
55 lines
1.0 KiB
YAML
baseURL: https://liberta.casa
|
|
theme: risotto
|
|
languageCode: en-us
|
|
title: Liberta Casa
|
|
paginate: 3
|
|
authors: [ Pratyush Desai, Georg Pfuenzreuter ]
|
|
|
|
|
|
# Automatically add content sections to main menu
|
|
sectionPagesMenu: main
|
|
|
|
params:
|
|
theme:
|
|
palette: monokai-dark
|
|
mode: dark
|
|
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: comms
|
|
name: Comms
|
|
url: /comms/
|
|
weight: 10
|
|
- identifier: accounts
|
|
name: Accounts
|
|
url: /accounts/
|
|
weight: 10
|
|
- identifier: misc
|
|
name: Misc
|
|
url: /misc/
|
|
weight: 10
|
|
|
|
taxonomies:
|
|
category: categories
|
|
tag: tags
|
|
series: series |