-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathmkdocs.yml
More file actions
64 lines (57 loc) · 1.26 KB
/
mkdocs.yml
File metadata and controls
64 lines (57 loc) · 1.26 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
56
57
58
59
60
61
62
63
64
site_name: Things PDF
site_description: >-
PDF processing tricks.
Using open source tools to go
from scanned books to searchable pdfs.
site_url: 'https://Dans-labs.github.io/thingspdf/'
site_author: Dirk Roorda
repo_name: Dans-labs/thingspdf
repo_url: 'https://github.com/Dans-labs/thingspdf/'
theme:
name: dans
logo: 'images/logo.png'
favicon: 'images/logo-small.png'
development: false
feature:
tabs: true
strict: false
markdown_extensions:
- attr_list
- admonition
- codehilite:
guess_lang: false
linenums: true
- def_list
- footnotes
- meta
- toc:
permalink: true
- pymdownx.arithmatex
- pymdownx.betterem:
smart_enable: all
- pymdownx.caret
- pymdownx.critic
- pymdownx.details
- pymdownx.emoji:
emoji_generator: !!python/name:pymdownx.emoji.to_svg
- pymdownx.inlinehilite
- pymdownx.keys
- pymdownx.magiclink:
repo_url_shorthand: true
user: Dans-labs
repo: mkdocs-dans
- pymdownx.mark
- pymdownx.smartsymbols
- pymdownx.superfences
- pymdownx.tasklist:
custom_checkbox: true
- pymdownx.tilde
plugins:
- markdownextradata
- search
- minify:
minify_html: true
nav:
- Home: 'index.md'
- Nisis-autumn-2019:
- Pipeline: 'pipeline/instruction.md'