Skip to content

Commit f07c78d

Browse files
authored
Merge pull request #492 from geotribu/theme/material-8
Thème : MAJ vers la version 8
2 parents f6a516d + d4c4579 commit f07c78d

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

63 files changed

+198
-61
lines changed

.github/workflows/deploy.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -52,6 +52,8 @@ jobs:
5252
run: |
5353
mkdocs build --clean --config-file mkdocs.yml --verbose --strict
5454
env:
55+
ENABLED_GIT_AUTHORS: true
56+
ENABLED_GIT_REVISION_DATE: true
5557
MKDOCS_GOOGLE_ANALYTICS_KEY: ${{ secrets.GOOGLE_ANALYTICS_KEY }}
5658
MKDOCS_SEARCH_PREBUILD_INDEX: node
5759

.vscode/extensions.json

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
{
22
"recommendations": [
33
"bierner.markdown-mermaid",
4-
"coenraads.bracket-pair-colorizer-2",
54
"davidanson.vscode-markdownlint",
65
"eamodio.gitlens",
76
"github.vscode-pull-request-github",

.vscode/settings.json

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,13 @@
11
{
2+
// Editor
3+
"editor.bracketPairColorization.enabled": true,
4+
"editor.guides.bracketPairs":"active",
5+
// Python
26
"python.pythonPath": ".venv/bin/python",
37
"python.formatting.provider": "black",
48
"python.linting.enabled": false,
9+
// Git
510
"git.ignoreLimitWarning": true,
11+
// Extensions
612
"cSpell.language": "fr",
713
}

content/articles/templates/template_article.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ Texte.
3434

3535
----
3636

37-
## Auteur
37+
## Auteur {: data-search-exclude }
3838

3939
--8<-- "content/team/jmou.md"
4040

content/contribuer/archives/howto_rdp.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
---
2+
# theme customizations
3+
search:
4+
exclude: true
5+
---
6+
17
# Guide de contribution pour la revue de presse
28

39
!!! warning

content/contribuer/archives/howto_tutorials.md

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
---
2+
# theme customizations
3+
search:
4+
exclude: true
5+
---
6+
17
# Guide de contribution pour les tutoriaux
28

39
!!! warning
@@ -35,7 +41,7 @@ Pour je ne sais qu'elle raison cela ne fonctionne pas correctement. Il faut main
3541

3642
Vous pouvez maintenant remplacer le texte `Type your code in the box. To create a new line within the box use SHIFT + ENTER` par votre code :
3743

38-
```
44+
```html
3945
\&lt;pre class=`brush: css; auto-links: true; collapse: false; first-line: 1; html-script: false; smart-tabs: true; tab-size: 4; toolbar: true; codetag`\&gt; **Type your code in the box. To create a new line within the box use SHIFT + ENTER.** \&lt;/pre\&gt;
4046
```
4147

content/contribuer/articles/workflow.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,9 @@ tags:
1313
- Geotribu
1414
- guide
1515
- workflow
16+
# theme customizations
17+
search:
18+
exclude: true
1619
---
1720

1821
# Proposer un article

content/contribuer/contribution_guide.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,9 @@ image: "https://cdn.geotribu.fr/img/articles-blog-rdp/collaboration_world.png"
88
tags:
99
- contribuer
1010
- guide
11+
# theme customizations
12+
search:
13+
exclude: true
1114
---
1215

1316
<!-- markdownlint-disable MD046 -->

content/contribuer/edit/fix_content_from_website.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,9 @@ tags:
1111
- faute
1212
- guide
1313
- modifier
14+
# theme customizations
15+
search:
16+
exclude: true
1417
---
1518

1619
# Modifier un contenu depuis le site web

content/contribuer/edit/local_edition_setup.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,9 @@ tags:
1414
- Markdown
1515
- Python
1616
- Visual Studio Code
17+
# theme customizations
18+
search:
19+
exclude: true
1720
---
1821

1922
<!-- markdownlint-disable MD046 -->

0 commit comments

Comments
 (0)