-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathmkdocs.yml
39 lines (33 loc) · 916 Bytes
/
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
## Project information
site_name: UBL MkDocs Theme
site_url: https://LeidenUniversityLibrary.github.io/mkdocs-ubleiden-theme/
site_description: UBL MkDocs Theme
## Repository
repo_name: mkdocs-ubleiden-theme
repo_url: https://github.com/LeidenUniversityLibrary/mkdocs-ubleiden-theme
edit_uri: '' #disables edit button
## Configuration
theme:
name: ubleiden
markdown_extensions:
- admonition
- attr_list
- abbr
- pymdownx.details
- pymdownx.snippets
- pymdownx.superfences
- footnotes
nav:
- Home: index.md
- Getting started:
- Customization: customization.md
- More info:
- License: license.md
copyright: GNU General Public License v3.0 - Leiden University Libraries
## Social Media
extra:
social:
- icon: fontawesome/solid/house
link: https://www.universiteitleiden.nl
- icon: fontawesome/brands/github-alt
link: https://github.com/LeidenUniversityLibrary