- Create a virtual environment
python -m venv venv
- Activate virtual environment
source venv/bin/activate
- Pip install mkdocs material
pip install mkdocs-material
- Run dev server
mkdocs serve
- Add the following lines and update the text to
overrides/main.html
{% block announce %}
<p>Attend the <a href="https://conference.pytexas.org">PyTexas 2024 Conference</a> April 19 - 21, 2024</p>
{% endblock %}