-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathmkdocs.yml
More file actions
168 lines (166 loc) · 5.38 KB
/
mkdocs.yml
File metadata and controls
168 lines (166 loc) · 5.38 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
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
161
162
163
164
165
166
167
168
---
# yaml-language-server:
# $schema=https://squidfunk.github.io/mkdocs-material/schema.json
site_description: Transcriptions des séances Cassiopéennes.
site_name: Séances des Cassiopéens
site_url: https://isparnid/github.io/cassiopeens
repo_url: https://github.com/isparnid/cassiopeens
repo_name: GitHub
site_author : Membres du groupe de traduction FOTCM
use_directory_urls: true
extra:
analytics:
provider: google
property: G-37X5W8EFZV
copyright: Transcriptions des séances Cassiopéennes copyright © 1994-2026 FOTCM, Inc. Tous droits réservés.
validation:
links:
absolute_links: relative_to_docs
anchors: warn
unrecognized_links: warn
extra_css:
- stylesheets/extra.css
markdown_extensions:
- pymdownx.caret # ^^This was inserted (underline)^^
- pymdownx.mark # ==This was marked (highlight)==
- pymdownx.tilde # ~~This was deleted (strikethrough)~~
- footnotes
- attr_list
- abbr
- pymdownx.snippets
- toc:
permalink: ⚓︎
theme:
icon:
repo: fontawesome/brands/git-alt
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
language: fr
name: material
custom_dir: overrides
favicon: assets/favicon.jpg
logo: assets/logo.png
features:
- content.footnote.tooltips
# - navigation.instant
# - navigation.instant.progress
# - navigation.instant.prefetch
- navigation.tabs
# - navigation.tabs.sticky
- navigation.indexes
- navigation.top
- navigation.footer
# - navigation.sections
- navigation.path
# - navigation.prune
- toc.follow
- toc.integrate
- announce.dismiss
palette:
# Palette toggle for automatic mode
- media: "(prefers-color-scheme)"
toggle:
icon: material/brightness-auto
name: Switch to light mode
# Palette toggle for light mode
- media: "(prefers-color-scheme: light)"
scheme: default
toggle:
icon: material/brightness-7
name: Switch to dark mode
# Palette toggle for dark mode
- media: "(prefers-color-scheme: dark)"
scheme: slate
toggle:
icon: material/brightness-4
name: Switch to system preference
plugins:
- search
- meta
- rss:
match_path: "citations/posts/.*"
date_from_meta:
as_creation: date.created
as_update: date.updated
image: https://github.com/Guts/mkdocs-rss-plugin/blob/main/docs/assets/logo_rss_plugin_mkdocs.png?raw=true
- exclude-search:
exclude:
- about.md
# - citations/*
# - optimize
# - minify:
# minify_html: true
- document-dates:
position: top # Display position: top(after title) bottom(end of document), default: top
type: date # Date type: date datetime timeago, default: date
date_format: '%d-%m-%Y' # Date format strings (e.g., %Y-%m-%d, %b %d, %Y)
time_format: '%H:%M:%S' # Time format strings (valid only if type=datetime)
show_created: true # Show creation date: true false, default: true
show_updated: true # Show last updated date: true false, default: true
show_author: false # Show author: true(avatar) text(text) false(hidden), default: true
recently-updated:
limit: 9 # Limit the number of docs displayed
exclude: # Exclude documents you don't want to show
# - index.md
# - download.md
# - introduction.md
- citations/*
- tags:
tags_hierarchy: true
# tags_hierarchy_separator: .
# for tags index list page
listings_tags_sort_by: !!python/name:material.plugins.tags.tag_name_casefold
listings_tags_sort_reverse: false
# for list page title
listings_sort_by: !!python/name:material.plugins.tags.item_title
listings_sort_reverse: true
# for tags metadata page
tags_sort_by: !!python/name:material.plugins.tags.tag_name_casefold
tags_sort_reverse: false
- blog:
enabled: true
blog_dir: citations
blog_toc: false
post_dir: "{blog}/posts"
post_url_max_categories: 1
post_slugify_separator: "-"
# post_excerpt_max_authors: 1
# post_excerpt_max_categories: 5
# post_excerpt_separator: <!-- more -->
# post_readtime: true
# post_readtime_words_per_minute: 265
archive: false
# archive_name: Archive
# archive_pagination: true
# archive_pagination_per_page: 10
# archive_toc: false
# categories: true
# categories_name: Categories
# categories_slugify_separator: "-"
# categories_pagination: true
# categories_pagination_per_page: 10
# categories_toc: false
# authors: true
# authors_file: "{blog/.authors.yml"}
# authors_profiles: false
# authors_profiles_name: Authors
# authors_profiles_pagination: true
# authors_profiles_pagination_per_page: 10
# authors_profiles_toc: false
# pagination: true
# pagination_per_page: 10
# pagination_keep_content: false
# draft: false
# draft_on_serve: true
# draft_if_future_date: false