Skip to content

TheFrenchGhosty/wiki.thefrenchghosty.me

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

wiki.thefrenchghosty.me

https://squidfunk.github.io/mkdocs-material/creating-your-site/

Create the structure

sudo docker run --rm -it -v ${PWD}:/docs squidfunk/mkdocs-material:[VERSION] new .

Previewing when writing

sudo docker run --rm -it -p 8000:8000 -v ${PWD}:/docs squidfunk/mkdocs-material:[VERSION]

Building

sudo docker run --rm -it -v ${PWD}:/docs squidfunk/mkdocs-material:[VERSION] build

Releases

No releases published

Packages

No packages published