| title | description | marp | theme |
|---|---|---|---|
Mk’ing spokanepython.com: Static Site Generation with MkDocs |
Learn about getting started with MkDocs, customizing the look and feel of your site, and hosting an online website using MkDocs! |
true |
gaia |
August 24, 2021
- "McDocs"
- "M-K Docs"
- "Mark Docs"
- Most people like the current time. Some would like it during the workday.
- Most people like the monthly cadence. Some would like it to be multiple times a month.
- The topics people are most interested in seeing in future meetups are:
- Web / API (Django, FastAPI, BeautifulSoup, ...)
- Machine Learning (sklearn, TensorFlow, PyTorch, ...)
- Data Analytics (numpy, pandas, ...)
- People are interested in attending in person.
- Some people are interested in beginner level topics / subgroup.
https://forms.office.com/r/EFnAfpu3Ue
- Getting started with MkDocs
- Adding some content
- Customizing the look and feel of your site
- Hosting your site
What is MkDocs?
- Static site generator that's geared towards building project documentation
- Source files are written in Markdown
- Configured with a single YAML configuration file
git clone https://github.com/IntelliTect-Samples/MkDocsTemplate.git
cd ./MkDocsTemplate
# (optional)
# python -m virtualenv .venv
# .venv/Scripts/Activate.ps1
pip install -r requirements.txt
mkdocs serve
git checkout origin/clone-force-99
git checkout origin/clone-force-99-v2
https://github.com/marketplace/actions/deploy-mkdocs
https://intellitect-samples.github.io/MkDocsTemplate/
MkDocs & Material for MkDocs can be used to quickly and easily make a nice looking site for documentation or anything else.