Django Templates and CSS styling
pygmentize -S tango -f html > blog/static/css/pymdownx.css
External Resources
- pagination
- https://docs.djangoproject.com/en/6.0/topics/pagination/
- unordered list issue:
- https://stackoverflow.com/questions/44033670/python-django-rest-framework-unorderedobjectlistwarning
- django templates
- recursive includes: https://stackoverflow.com/questions/32044/how-can-i-render-a-tree-structure-recursive-using-a-django-template
- length of a variable: https://stackoverflow.com/questions/13138859/django-access-the-length-of-a-list-within-a-template#13138883
- multiple with includes: https://stackoverflow.com/questions/43922714/can-you-declare-multiple-with-variables-in-a-django-template
- formatting dates:
- bootstrap css
- nav-bars:
- dropdown buttons: https://getbootstrap.com/docs/5.3/components/dropdowns/#overview
- typography: https://getbootstrap.com/docs/5.3/content/typography/
- cards: https://getbootstrap.com/docs/5.3/components/card/#about
- spacing: https://getbootstrap.com/docs/5.3/utilities/spacing/