jf-patch-markdown #2

Merged
jf merged 2 commits from jf-patch-markdown into main 2024-07-19 15:35:27 +02:00
2 changed files with 4 additions and 0 deletions

View File

@@ -11,6 +11,7 @@ steps:
commands: commands:
# - pip install -U -r ./requirements.txt # - pip install -U -r ./requirements.txt
- pip install --force-reinstall mkdocs - pip install --force-reinstall mkdocs
- pip install pymdown-extensions
- mkdocs build --clean -f ./mkdocs.yml - mkdocs build --clean -f ./mkdocs.yml
- cp -r site/* /site/ - cp -r site/* /site/
- chmod -R 777 /site - chmod -R 777 /site

View File

@@ -16,3 +16,6 @@ nav:
- "Linux/2019-07-09-manipulations-LVM.md" - "Linux/2019-07-09-manipulations-LVM.md"
- About: about.md - About: about.md
theme: readthedocs theme: readthedocs
markdown_extensions:
- pymdownx.tilde