jf-patch-markdown #2
@@ -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
|
||||||
|
|||||||
@@ -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
|
||||||
|
|||||||
Reference in New Issue
Block a user