-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathmkdocs.yml
85 lines (81 loc) · 3.41 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
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
site_name: 皆の意見交流所サーバー公式ホームページ
site_url: "https://linuxcodevserver.github.io/"
theme:
custom_dir: overrides
name: material
language: ja
features:
- navigation.indexes
- navigation.tabs
- navigation.tabs.sticky
- search.suggest
- search.highlight
- search.share
- header.autohide
- navigation.top
- toc.integrate
palette:
- scheme: default
primary: teal
accent: teal
toggle:
icon: material/toggle-switch-off-outline
name: Switch to dark mode
- scheme: slate
primary: teal
accent: teal
toggle:
icon: material/toggle-switch
name: Switch to light mode
icon:
repo: fontawesome/brands/github
repo_name: linuxcodevserver/linuxcodevserver.github.io
repo_url: "https://github.com/linuxcodevserver/linuxcodevserver.github.io"
nav:
- ホーム: index.md
- プロジェクト: a_projects.md
- MPurseで寄付: donate-mpurse.md
- ブログ:
- 目次: blogs.md
- タグ一覧: tags.md
- 投稿する: write.md
- アイデア募集: idea.md
- 投稿&アイデア募集状況: status.md
- お問い合わせ: contact.md
- ボット追加申請: addbot.md
- Qiita Organization参加申請: qiitaorg.md
- プライバシーポリシー: privacy.md
- 利用規約: terms.md
plugins:
- blog:
format: "(%Y/%m/%d)"
text-align: "right"
display-more-articles: true
display-article-date: true
- tags:
tags_folder: docs/
tags_template: tags.md.template
- responsive-image
- search
extra:
analytics:
- provider: google
property: G-Z4J13YP1PJ
disqus: linuxcodevserver
social:
- icon: fontawesome/brands/discord
link: "https://discord.com/invite/sUdAE64Zc7"
- icon: custom/mattermost
link: "http://linuxcodevserver.ddns.net:6896/"
markdown_extensions:
- codehilite:
noclasses: true
pygments_style: colorful
linenums: true
- pymdownx.superfences
- footnotes
- attr_list
- pymdownx.emoji:
emoji_index: !!python/name:materialx.emoji.twemoji
emoji_generator: !!python/name:materialx.emoji.to_svg
copyright: <p xmlns:cc="http://creativecommons.org/ns#" xmlns:dct="http://purl.org/dc/terms/"><a property="dct:title" rel="cc:attributionURL" href="https://linuxcodevserver.github.io/"> 皆の意見交流所サーバー公式ホームページ </a> by <a rel="cc:attributionURL dct:creator" property="cc:attributionName" href="https://linuxcodevserver.github.io/">Linuxcodevserver</a> is licensed under <a href="http://creativecommons.org/licenses/by-sa/4.0/?ref=chooser-v1" target="_blank" rel="license noopener noreferrer" style="display:inline-block;">Attribution-ShareAlike 4.0 International<img style="height:22px!important;margin-left:3px;vertical-align:text-bottom;" src="https://mirrors.creativecommons.org/presskit/icons/cc.svg?ref=chooser-v1"><img style="height:22px!important;margin-left:3px;vertical-align:text-bottom;" src="https://mirrors.creativecommons.org/presskit/icons/by.svg?ref=chooser-v1"><img style="height:22px!important;margin-left:3px;vertical-align:text-bottom;" src="https://mirrors.creativecommons.org/presskit/icons/sa.svg?ref=chooser-v1"></a></p>