File tree Expand file tree Collapse file tree 2 files changed +5
-3
lines changed Expand file tree Collapse file tree 2 files changed +5
-3
lines changed Original file line number Diff line number Diff line change @@ -9,7 +9,9 @@ This repo tries to preserve and present all this valuable information in a moder
9
9
To edit and develop locally install the following packages and run the built in dev webserver:
10
10
11
11
``` bash
12
- pip install mkdocs-material mkdocs-git-revision-date-localized-plugin
12
+ python3 -m venv env
13
+ pip install mkdocs-material mkdocs-git-revision-date-localized-plugin mkdocs-awesome-pages-plugin mkdocs-minify-plugin
14
+ source env/bin/activate
13
15
mkdocs serve
14
16
```
15
17
Original file line number Diff line number Diff line change @@ -40,8 +40,8 @@ plugins:
40
40
markdown_extensions :
41
41
- admonition
42
42
- pymdownx.emoji :
43
- emoji_index : !!python/name:materialx .emoji.twemoji
44
- emoji_generator : !!python/name:materialx .emoji.to_svg
43
+ emoji_index : !!python/name:material.extensions .emoji.twemoji
44
+ emoji_generator : !!python/name:material.extensions .emoji.to_svg
45
45
- pymdownx.highlight :
46
46
anchor_linenums : true
47
47
- pymdownx.superfences
You can’t perform that action at this time.
0 commit comments