first commit
This commit is contained in:
commit
6ad92f944d
6 changed files with 72 additions and 0 deletions
8
Makefile
Normal file
8
Makefile
Normal file
|
@ -0,0 +1,8 @@
|
|||
init:
|
||||
podman run --rm -ti -v ${PWD}:/docs docker.io/squidfunk/mkdocs-material new .
|
||||
|
||||
preview:
|
||||
podman run --rm -ti -v ${PWD}:/docs -p 8000:8000 docker.io/squidfunk/mkdocs-material
|
||||
|
||||
build:
|
||||
podman run --rm -ti -v ${PWD}:/docs docker.io/squidfunk/mkdocs-material build
|
Loading…
Add table
Add a link
Reference in a new issue