Skip to content

Commit a8044fb

Browse files
committed
mkdocs.yml
1 parent fd35eaf commit a8044fb

File tree

1 file changed

+31
-0
lines changed

1 file changed

+31
-0
lines changed

mkdocs.yml

Lines changed: 31 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,31 @@
1+
site_name: Le contexte CUB
2+
#site_url: https://qdemouliere.github.io/cub
3+
copyright: Licence CC 4.0 FR BY-NC-SA - 2025 D. Balny et Q. Demoulière - Lycée Paul-Louis Courier
4+
theme:
5+
name: material
6+
#logo: ./media/cub/logo.png
7+
# favicon: ./media/cub/favicon.png
8+
language: fr
9+
features:
10+
- navigation.footer
11+
- content.code.copy
12+
markdown_extensions:
13+
- admonition
14+
- tables
15+
- footnotes
16+
- pymdownx.details
17+
- pymdownx.superfences:
18+
custom_fences:
19+
- name: mermaid
20+
class: mermaid
21+
format: !!python/name:pymdownx.superfences.fence_code_format
22+
- attr_list
23+
- md_in_html
24+
- pymdownx.inlinehilite
25+
- pymdownx.snippets
26+
- pymdownx.highlight:
27+
anchor_linenums: true
28+
line_spans: __span
29+
pygments_lang_class: true
30+
- pymdownx.tabbed:
31+
alternate_style: true

0 commit comments

Comments
 (0)