init
This commit is contained in:
commit
d115d51704
1 changed files with 47 additions and 0 deletions
47
mkdocs.yml
Normal file
47
mkdocs.yml
Normal file
|
@ -0,0 +1,47 @@
|
||||||
|
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
|
Loading…
Reference in a new issue