Use This Template

This article describes how to start using this template.

  1. Clone a local copy of these files

    git clone https://codeberg.org/EdTheDev/markdown_blog_template.git

  2. Create the Podman container

    cd markdown_blog_template

    podman build . --tag edthedev/mkdocs:latest

  3. Create a folder for the HTML output

    mkdir -p website

  4. 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@....#