Start Editing

  1. As Before, run the Podman container

    podman run -v .:/web/files -p 8000:8000 -v ./website:/web/site -it edthedev/mkdocs:latest

  2. Use the Podman container to explore the website that will be generated

    Type serve and hit enter.

    Visit http://localhost:8000 in your browser.

    On first visit, you will find an exact copy of this site.

  3. Edit your website

    Using any text editor, add, remove or change the Markdown files in markdown_blog_template\blog

    You should see your changes immediately at http://localhost:8000.