-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathmkdocs-mike_blog_pass.yml
162 lines (160 loc) · 4.01 KB
/
mkdocs-mike_blog_pass.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
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
156
157
158
159
160
site_name: ドキュメント
site_url: https://IkuoShige.github.io/documentation/
site_author: Ikuo Shige
repo_name: IkuoShige/documentation
repo_url: https://github.com/IkuoShige/documentation
repo: fontawesome/brands/github
copyright: Copyright © 2023 - 2024 Ikuo Shige
theme:
name: material
language: ja
font:
text: Roboto
code: Roboto Mono
features:
- navigation.tabs
- navigation.top
- navigation.footer
- navigation.expand
- toc.integrate
- content.code.annotate
- content.code.copy
- content.code.select
- content.code.annotate
palette:
- scheme: slate
primary: blue
accent: blue
toggle:
icon: material/toggle-switch
name: ライトモードに切り替えます。
- scheme: default
primary: blue
accent: blue
toggle:
icon: material/toggle-switch-off-outline
name: ダークモードに切り替えます。
icon:
repo: fontawesome/brands/github
nav:
- Home:
- このサイトについて: index.md
- Document:
- todo today: document/todo_today.md
- Jetson:
- index: Jetson/index.md
- Jetson_test: document/jetson_test.md
- NVIDIA SDKManagerでjetpackのインストール: document/jetpack_install.md
- Nvidia-sdkmanager-docker-gui: document/sdkmanager.md
- Jetsonのクローン/リストア: document/jetson_clone.md
- tmux:
- tmuxの基本ガイド: document/tmux.md
- tmuxを応用したscript: document/tmux_application.md
- Livox:
- Livox MID-360 環境構築: document/livox.md
- 3次元地図作成(FAST_LIO): document/fast_lio.md
- MkDocs:
- コラム: document/mkdocs_colum.md
- Jetson:
- index: Jetson/index.md
- NVIDIA SDKManagerでJetpackのインストール: document/jetpack_install.md
- Nvidia-sdkmanager-docker-gui: document/sdkmanager.md
- Jetsonのクローン/リストア: document/jetson_clone.md
- Blog_public:
- blog/index.md
- Blog_private:
- blog_private/index.md
plugins:
- search:
lang: ja
- exclude-search:
exclude:
- blog_private/posts/*
- document/todo_today.md
- document/todo_today.en.md
- encryptcontent:
title_prefix: ''
summary: ''
placeholder: Password
placeholder_user: User
password_button_text: ENTER
decryption_failure_message: Wrong user name or password.
encryption_info_message: Legitimation required.
translations:
de:
title_prefix: ''
summary: ''
placeholder: Passwort
placeholder_user: Benutzer
password_button_text: ENTER
decryption_failure_message: Falscher Benutzer oder Passwort.
encryption_info_message: Legitimation erforderlich.
password_file: passwords_ad.yml
remember_keys: true
remember_prefix: encryptcontent_plugin_
encrypted_something:
md-footer__inner:
- nav
- class
inject:
md-content:
- div
- class
search_index: dynamically
password_button: true
selfhost: true
selfhost_download: true
reload_scripts:
- '#autostart'
password_file: passwords.yml
sharelinks: true
webcrypto: true
sign_files: encryptcontent-plugin.json
hash_filenames:
extensions:
- png
- jpg
- jpeg
- svg
except:
- logo.svg
- blog:
blog_dir: blog_private
- mike:
version_selector: true
css_dir: css
javascript_dir: js
canonical_version: null
extra:
homepage: https://example.com
logo:
icon: developer_board
manifest: manifest.webmanifest
social:
- icon: fontawesome/brands/github
link: https://github.com/IkuoShige
version:
provider: mike
extra_css:
- css/lightbox.css
extra_javascript:
- javascripts/lightbox.js
markdown_extensions:
- admonition
- attr_list
- footnotes
- pymdownx.tabbed:
alternate_style: true
- pymdownx.superfences
- footnotes
- pymdownx.highlight:
anchor_linenums: true
line_spans: __span
pygments_lang_class: true
- pymdownx.inlinehilite
- pymdownx.snippets
- pymdownx.superfences
- pymdownx.details
- pymdownx.keys
- md_in_html
- pymdownx.blocks.html