This site is built with MkDocs + Material and deployed to GitHub Pages via GitHub Actions.
Create a new Markdown file in the appropriate section:
docs/projects/for project postsdocs/audio-dramas/for audio drama reviewsdocs/thoughts/for thoughts
Then add a link to the new post on the corresponding index page:
docs/index.md(home page, excludes Audio Dramas)docs/projects/index.mddocs/audio-dramas/index.mddocs/thoughts/index.md
pip install -r requirements.txt
mkdocs servepip install -r requirements.txt
mkdocs buildmkdocs.yml- Site configuration and navigationdocs/- All site contentdocs/assets/- Images and custom CSS.github/workflows/mkdocs.yml- GitHub Pages deploy workflow
You can visit the site at https://www.310networks.com