-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathmkdocs.yml
More file actions
55 lines (49 loc) · 1.03 KB
/
mkdocs.yml
File metadata and controls
55 lines (49 loc) · 1.03 KB
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
51
52
53
54
55
site_name: In the Basement
site_description: Comparative analysis of multiple versions of the Basement Tapes
site_url: https://mdic.github.io/inthebasement/
theme:
name: material
# custom_dir: custom_theme
language: en
features:
- navigation.sections
- navigation.expand
- navigation.top
- content.code.copy
- toc.follow
palette:
scheme: preferences
primary: green
accent: red
# extra_css:
# - style.css
plugins:
- search
- autorefs
# - document-dates:
# # position: top
# show_author: false
# recently-updated: true
- awesome-nav:
files:
- docs/songs/_songs_nav.yml
- recently-updated:
limit: 10
exclude:
- index.md
- about.md
- songs/index.md
- songs/.nav.yml
markdown_extensions:
- attr_list
- admonition
nav:
- Home: index.md
- About: about.md
- Albums:
- albums/hhbst.md
- albums/cbst.md
- albums/tcp.md
- Versions:
- versions/v01.md
# - Songs: !include docs/songs/_songs_nav.yml