Personal Django/Wagtail blog
This is a source code for my personal blog. It is based on the example blog
template from Boostrap 4 documentation and simplified wagtail bakerydemo
example.
cd motonomad
./manage.py migrate
./manage.py create_initial_structure
./manage.py createsuperuser
yarn