48 lines
1 KiB
YAML
48 lines
1 KiB
YAML
|
site_name: Appunti di informatica libera
|
||
|
site_url: https://doc.cisti.org
|
||
|
site_description: 'Appunti di informatica libera per la sopravvivenza digitale'
|
||
|
site_author: 'Underscore Hacklab'
|
||
|
|
||
|
theme:
|
||
|
name: material
|
||
|
palette:
|
||
|
primary: black
|
||
|
accent: orange
|
||
|
font: false
|
||
|
language: 'it'
|
||
|
extra:
|
||
|
search:
|
||
|
language: 'it'
|
||
|
|
||
|
markdown_extensions:
|
||
|
- pymdownx.magiclink
|
||
|
- admonition
|
||
|
- attr_list
|
||
|
- codehilite:
|
||
|
guess_lang: true
|
||
|
- toc:
|
||
|
permalink: true
|
||
|
|
||
|
extra_css:
|
||
|
- css/blackout.css
|
||
|
plugins:
|
||
|
- search
|
||
|
- git-revision-date-localized:
|
||
|
type: date
|
||
|
# - pdf-export:
|
||
|
#combined: true
|
||
|
|
||
|
nav:
|
||
|
- Intro: index.md
|
||
|
- Mailing List: mailing-list.md
|
||
|
- Sito web:
|
||
|
- Login: sito/login.md
|
||
|
- Nuovo Articolo: sito/info.md
|
||
|
- Nuovo Podcast: sito/podcast.md
|
||
|
- Nuovo Evento: sito/evento.md
|
||
|
- Nuova trasmissione: sito/trasmissione.md
|
||
|
- Domiciliari o Pandemia:
|
||
|
- Trasmissione streampunk: pandemia/streampunk.md
|
||
|
- Registrare telefonate: pandemia/telefonate.md
|
||
|
- Assemblea: mumble.md
|