-
-
Notifications
You must be signed in to change notification settings - Fork 1
/
mkdocs.yml
50 lines (50 loc) · 1.01 KB
/
mkdocs.yml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
site_name: Manuale di Scambiologia
docs_dir: manuale
site_dir: www
site_url: https://manuale.scambi.org
repo_url: https://github.com/scambifestival/manuale
repo_name: scambifestival/manuale
edit_uri: edit/main/manuale/
theme:
name: material
language: it
font: false
logo: scambi_yellow.svg
favicon: https://x.scambi.org/favicon.ico
features:
- navigation.instant
extra_css:
- scambi.css
extra:
alternate:
- name: 🇮🇹 Italiano
link: /
lang: it
- name: 🇬🇧 English
link: /en/
lang: en
markdown_extensions:
- abbr
- admonition
- attr_list
- footnotes
- pymdownx.details
- pymdownx.superfences
- pymdownx.highlight:
anchor_linenums: true
- pymdownx.superfences
- toc:
permalink: true
plugins:
- git-authors
- search:
lang:
- en
- it
- social:
cards_layout_options:
background_color: '#69088D'
color: "#FFFFFF"
- git-revision-date-localized:
enable_creation_date: true
type: timeago