-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathmkdocs.yaml
More file actions
98 lines (93 loc) · 2.25 KB
/
Copy pathmkdocs.yaml
File metadata and controls
98 lines (93 loc) · 2.25 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
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
# Project information
site_name: Study Effective Java
site_url: https://study-book-org.github.io/effective-java
edit_uri: tree/main/docs/
site_author: ndy # maintainer
site_description: >-
Study Effective Java with
ndy, ...
# Repository
repo_name: study-book-org/effective-java
repo_url: https://github.com/study-book-org/effective-java
theme:
name: 'material'
font:
text: Roboto
code: Roboto Mono
custom_dir: resources/material/overrides
features:
- content.code.copy
- content.action.view
- navigation.footer
- navigation.tabs
- navigation.expand
- content.code.annotate
admonition:
note: octicons/tag-16
abstract: octicons/checklist-16
info: octicons/info-16
tip: octicons/squirrel-16
success: octicons/check-16
question: octicons/question-16
warning: octicons/alert-16
failure: octicons/x-circle-16
danger: octicons/zap-16
bug: octicons/bug-16
example: octicons/beaker-16
quote: octicons/quote-16
palette:
- scheme: default
toggle:
icon: material/brightness-7
name: Switch to dark mode
- scheme: slate
toggle:
icon: material/brightness-4
name: Switch to light mode
# Extensions
markdown_extensions:
- footnotes
- md_in_html
- attr_list
- pymdownx.arithmatex:
generic: true
- pymdownx.tasklist:
custom_checkbox: true
- def_list
- pymdownx.highlight:
anchor_linenums: true
line_spans: __span
pygments_lang_class: true
- pymdownx.inlinehilite
- pymdownx.snippets
- pymdownx.superfences
- admonition
- pymdownx.details
- pymdownx.tabbed:
alternate_style: true
- pymdownx.caret
- pymdownx.keys
- pymdownx.mark
- pymdownx.tilde
- pymdownx.emoji:
emoji_index: !!python/name:materialx.emoji.twemoji
emoji_generator: !!python/name:materialx.emoji.to_svg
options:
custom_icons:
- resources/material/overrides/.icons
- toc:
permalink: true
plugins:
- obsidian-support
- search
- awesome-pages
- glightbox
- git-revision-date-localized:
type: date
timezone: Asia/Seoul
enable_creation_date: true
fallback_to_build_date: true
- exclude:
glob:
- "*/template.md"
- "*/excalidraws/*.md"