43 lines
662 B
YAML
43 lines
662 B
YAML
|
site_name: hackrocchio
|
||
|
site_description: 'Antani sblinda'
|
||
|
site_author: 'underscore hacklab'
|
||
|
|
||
|
theme:
|
||
|
name: null
|
||
|
custom_dir: 'theme'
|
||
|
feature:
|
||
|
tabs: true
|
||
|
palette:
|
||
|
primary: black
|
||
|
accent: red
|
||
|
font: false
|
||
|
language: 'it'
|
||
|
|
||
|
extra:
|
||
|
search:
|
||
|
language: 'it'
|
||
|
social:
|
||
|
facebook: svlinda
|
||
|
twitter: sdg
|
||
|
|
||
|
markdown_extensions:
|
||
|
- pymdownx.magiclink
|
||
|
- admonition
|
||
|
- codehilite:
|
||
|
guess_lang: false
|
||
|
# - toc:
|
||
|
# permalink: true
|
||
|
|
||
|
extra_css:
|
||
|
- css/blackout.css
|
||
|
plugins:
|
||
|
- search
|
||
|
# - pdf-export:
|
||
|
# combined: true
|
||
|
|
||
|
# - Comunicazione Interna:
|
||
|
# - Comunicazione esterna:
|
||
|
|
||
|
nav:
|
||
|
- Home: index.md
|
||
|
- Info: info.md
|