mirror of
https://github.com/flokoe/bash-hackers-wiki.git
synced 2024-11-01 14:53:06 +01:00
Update dev instructions and deprecated markdown_extension
This commit is contained in:
parent
5bddb65465
commit
92be6d2c2c
@ -9,7 +9,9 @@ This repo tries to preserve and present all this valuable information in a moder
|
|||||||
To edit and develop locally install the following packages and run the built in dev webserver:
|
To edit and develop locally install the following packages and run the built in dev webserver:
|
||||||
|
|
||||||
```bash
|
```bash
|
||||||
pip install mkdocs-material mkdocs-git-revision-date-localized-plugin
|
python3 -m venv env
|
||||||
|
pip install mkdocs-material mkdocs-git-revision-date-localized-plugin mkdocs-awesome-pages-plugin mkdocs-minify-plugin
|
||||||
|
source env/bin/activate
|
||||||
mkdocs serve
|
mkdocs serve
|
||||||
```
|
```
|
||||||
|
|
||||||
|
@ -40,8 +40,8 @@ plugins:
|
|||||||
markdown_extensions:
|
markdown_extensions:
|
||||||
- admonition
|
- admonition
|
||||||
- pymdownx.emoji:
|
- pymdownx.emoji:
|
||||||
emoji_index: !!python/name:materialx.emoji.twemoji
|
emoji_index: !!python/name:material.extensions.emoji.twemoji
|
||||||
emoji_generator: !!python/name:materialx.emoji.to_svg
|
emoji_generator: !!python/name:material.extensions.emoji.to_svg
|
||||||
- pymdownx.highlight:
|
- pymdownx.highlight:
|
||||||
anchor_linenums: true
|
anchor_linenums: true
|
||||||
- pymdownx.superfences
|
- pymdownx.superfences
|
||||||
|
Loading…
Reference in New Issue
Block a user