Use This Template
This article describes how to start using this template.
-
Clone a local copy of these files
git clone https://codeberg.org/EdTheDev/markdown_blog_template.git -
Create the Podman container
cd markdown_blog_templatepodman build . --tag edthedev/mkdocs:latest -
Create a folder for the HTML output
mkdir -p website -
Run the Podman container
podman run -v .:/web/files -p 8000:8000 -v ./website:/web/site -it edthedev/mkdocs:latest
Tip: If everything worked, the Terminal prompt will change to something like
root@....#