kjaymiller / pytexas-2024

Website for the annual PyTexas conference

Home Page:http://www.pytexas.org/2024/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

PyTexas Conference Website

Development

  1. Create a virtual environment
    python -m venv venv
    
  2. Activate virtual environment
    source venv/bin/activate
    
  3. Pip install mkdocs material
    pip install mkdocs-material
    
  4. Run dev server
    mkdocs serve
    

Adding Announcement Banners

  1. 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 %}

About

Website for the annual PyTexas conference

http://www.pytexas.org/2024/

License:MIT License


Languages

Language:HTML 100.0%