Start Editing
-
As Before, run the Podman container
podman run -v .:/web/files -p 8000:8000 -v ./website:/web/site -it edthedev/mkdocs:latest -
Use the Podman container to explore the website that will be generated
Type
serveand hit enter.Visit
http://localhost:8000in your browser.On first visit, you will find an exact copy of this site.
-
Edit your website
Using any text editor, add, remove or change the Markdown files in
markdown_blog_template\blogYou should see your changes immediately at
http://localhost:8000.