mirror of
https://github.com/flokoe/bash-hackers-wiki.git
synced 2024-11-01 06:53:05 +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:
|
||||
|
||||
```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
|
||||
```
|
||||
|
||||
|
@ -40,8 +40,8 @@ plugins:
|
||||
markdown_extensions:
|
||||
- admonition
|
||||
- pymdownx.emoji:
|
||||
emoji_index: !!python/name:materialx.emoji.twemoji
|
||||
emoji_generator: !!python/name:materialx.emoji.to_svg
|
||||
emoji_index: !!python/name:material.extensions.emoji.twemoji
|
||||
emoji_generator: !!python/name:material.extensions.emoji.to_svg
|
||||
- pymdownx.highlight:
|
||||
anchor_linenums: true
|
||||
- pymdownx.superfences
|
||||
|
Loading…
Reference in New Issue
Block a user