This repository has been archived by the owner on Oct 18, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 3
/
config.yaml
155 lines (155 loc) · 3.35 KB
/
config.yaml
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
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
obsidian_folder_path_str: vault
obsidian_entrypoint_path_str: vault/index.md
html_output_folder_path_str: output/html
md_entrypoint_path_str: output/md/index.md
md_folder_path_str: output/md
log_output_folder_path_str: output/log
exclude_subfolders:
- .obsidian
- .trash
- .DS_Store
- .git
- _bin
copy_vault_to_tempdir: true
included_file_suffixes:
- jpg
- jpeg
- gif
- png
- bmp
- pdf
- mp4
- webm
- wav
- mp3
video_format_suffixes:
- mp4
- webm
audio_format_suffixes:
- wav
- mp3
site_name: Wiki
html_url_prefix: ''
html_custom_inclusions: []
navbar_links: []
toggles:
compile_md: true
compile_html: true
process_all: true
verbose_printout: false
extended_logging: false
allow_duplicate_filenames_in_root: false
warn_on_skipped_image: true
no_clean: false
relative_path_md: true
relative_path_html: false
external_blank: true
features:
code_highlight:
enabled: True
mermaid_diagrams:
enabled: True
callouts:
enabled: True
math_latex:
enabled: True
backlinks: # Show backlinks at the bottom of each note
enabled: True
search:
enabled: True
styling:
show_icon: True
tags_page:
enabled: True
styling:
show_icon: True
show_in_note_footer: True
eraser:
enabled: True
breadcrumbs:
enabled: True
styling:
layout: mini
max_note_width: 52rem
add_toc: true
toc_pane: true
flip_panes: true
accent_color: '#414cfd'
accent_color: '65, 76, 253'
graph:
enabled: true
create_index_from_tags:
enabled: false
add_links_in_graph_tree: true
tags: []
sort:
method: none
key_path: ''
value_prefix: ''
reverse: false
none_on_bottom: true
rss:
enabled: false
host_root: 'https://localhost:8000/'
styling:
show_icon: true
channel:
title: Notes
website_link: '<https://your website.com>'
description: <your description>
language_code: en-us
managing_editor: n/a
web_master: n/a
items:
selector:
match_keys: []
exclude_keys: []
include_subfolders: []
exclude_subfolders:
- .git
- obs.html
exclude_files:
- not_created.html
- index.html
description:
selectors:
- - yaml
- 'rss:description'
- - first-paragraphs
- 2
- <br/><br/>
- - first-header
- 1
title:
selectors:
- - yaml
- 'rss:title'
- - first-header
- 1
- - path
- - parent
- 1
- '/ '
- - stem
publish_date:
selectors:
- - yaml
- 'rss:publish_date'
- - yaml_strip
- tags
- - date/
iso_formatted: true
format_string: ''
create_index_from_dir_structure:
enabled: true
rel_output_path: obs.html/dir_index.html
styling:
show_icon: true
exclude_subfolders:
- .git
- __src
- md
- obs.html
exclude_files:
- favicon.ico
- not_created.html