1
0
mirror of https://github.com/funkypenguin/geek-cookbook/ synced 2026-05-30 10:22:54 +00:00

Add some sexy new mkdocs plugins

This commit is contained in:
David Young
2020-03-26 09:38:30 +13:00
parent 8dd5def453
commit 6fb8050d0a
4 changed files with 11 additions and 2 deletions
+2 -1
View File
@@ -1,2 +1,3 @@
#!/bin/bash
docker run --rm --name mkdocs-material -it -p 8000:8000 -v ${PWD}:/docs squidfunk/mkdocs-material
docker build . -t funkypenguin/mkdocs-material
docker run --rm --name mkdocs-material -it -p 8000:8000 -v ${PWD}:/docs funkypenguin/mkdocs-material