-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathmkdocs.yml
84 lines (82 loc) · 2.16 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
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
site_name: Tibetan Legal Texts
repo_url: https://github.com/daniel-wojahn/tibetan-law-digital
repo_name: daniel-wojahn/tibetan-law-digital
plugins:
- search
- roamlinks
- blog:
enabled: true
blog_dir: blog
authors_file: "{blog}/.authors.yml"
post_url_format: "{slug}"
post_excerpt: required
post_excerpt_separator: <!-- more -->
archive: true
authors: true
categories: true
categories_name: Categories
debug: true
theme:
name: material
custom_dir: docs/overrides
font:
text: Merriweather Sans
code: Red Hat Mono
logo: assets/logo/dragon-green-logo-2021.png
favicon: assets/logo/dragon-green-logo-2021.ico
icon:
repo: fontawesome/brands/git-alt
features:
- header.autohide: false
- navigation.instant
- navigation.tracking
- navigation.tabs
- navigation.top
- search.suggest
- search.highlight
- blog.author
- blog.categories
- blog.post_date
- blog.post_readtime
- blog.post_authors_avatar
- blog.post_metadata
- blog.post_image
palette:
scheme: default
primary: blue grey
accent: light blue
markdown_extensions:
- attr_list
- pymdownx.emoji:
emoji_index: !!python/name:material.extensions.emoji.twemoji
emoji_generator: !!python/name:material.extensions.emoji.to_svg
- md_in_html
- footnotes
- pymdownx.tabbed:
alternate_style: true
- admonition
- pymdownx.details
- pymdownx.blocks.caption
- pymdownx.superfences:
custom_fences:
- name: mermaid
class: mermaid
format: !!python/name:pymdownx.superfences.fence_code_format
extra:
generator: false
copyright: Copyright © 2024 CSLS, University of Oxford
extra_css:
- assets/css/extra.css
- https://cdn.jsdelivr.net/npm/iiif-viewer@latest/dist/iiif-viewer.min.css
extra_javascript:
- assets/js/iiif-viewer.js
- assets/js/zotero-bibliography.js
- assets/js/wiki-fetcher.js
- https://cdn.jsdelivr.net/npm/iiif-viewer@latest/dist/iiif-viewer.min.js
nav:
- Home: index.md
- Text Witnesses:
- witnesses/
- Bibliography: bibliography.md
- Transkribus: transkribus.md
- Blog: blog/index.md