-
Notifications
You must be signed in to change notification settings - Fork 5
/
mkdocs.yml
62 lines (52 loc) · 1.2 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
# Project information
site_name: mkdocs-obsidian-support-plugin
site_url: https://ndy2.github.io/mkdocs-obsidian-support-plugin
edit_uri: blob/main/docs/
site_description: >-
A MkDocs plugin that supports obsidian to mkdocs convert
#Repository
repo_name: ndy2/mkdocs-obsidian-support-plugin
repo_url: https://github.com/ndy2/mkdocs-obsidian-support-plugin
theme:
name: 'material'
font:
text: Roboto
code: Roboto Mono
custom_dir: docs/assets/overrides
features:
- content.code.copy
- content.action.view
- navigation.indexes
# Extensions
markdown_extensions:
# admonition
- admonition
- pymdownx.details
- pymdownx.superfences
- pymdownx.magiclink
# image link
- md_in_html
- attr_list
# content tab
- pymdownx.superfences
- pymdownx.tabbed:
alternate_style: true
- pymdownx.tasklist:
custom_checkbox: true
# Caret, Mark & Tilde
- pymdownx.caret
- pymdownx.mark
- pymdownx.tilde
# general
- toc:
permalink: true
plugins:
- glightbox
- search
- obsidian-support
- awesome-pages
extra_css:
- assets/css/obsidian_tags.css
extra_javascript:
- https://code.jquery.com/jquery-3.7.1.min.js
- assets/javascript/obsidian_tags.js