1
0
mirror of https://github.com/funkypenguin/geek-cookbook/ synced 2025-12-13 01:36:23 +00:00

Tidy up blog section (a bit)

Signed-off-by: David Young <davidy@funkypenguin.co.nz>
This commit is contained in:
David Young
2023-02-07 17:19:22 +13:00
parent 13cdf16a04
commit 364e96f279
21 changed files with 95 additions and 442 deletions

View File

@@ -1,4 +1,4 @@
#!/bin/bash
#docker pull squidfunk/mkdocs-material:latest
#docker build . -t funkypenguin/mkdocs-material
docker run --rm --name mkdocs-material -it -p 8123:8000 -v ${PWD}:/docs funkypenguin/mkdocs-material serve --dev-addr 0.0.0.0:8000 --dirtyreload
docker run --rm --name mkdocs-material -it -p 8123:8000 -v ${PWD}:/docs -e PROD_BUILD=false funkypenguin/mkdocs-material serve --dev-addr 0.0.0.0:8000 --dirtyreload