Start Blogging
-
Ah Before, run the Podman container
podman run -v .:/web/files -p 8000:8000 -v ./website:/web/site -it edthedev/mkdocs:latestType
serveand hit enter.Visit
http://localhost:8000in your browser. -
Use any text editor to modify files in
markdown_blog_template/blog- Files added to
blogwill be top level navigation links. - Use top level files sparingly, or the navigation bar will become crowded.
- Files added to
blog/postsbecome articles. - Use the filenames in
blog/poststo control the display order. -
Including the year, month and day in the filename can help order posts:
2025.09.01.WelcomeSept.md2025.08.15.AugustIsTooHot.md
- Files added to