This is the source code of my personal résumé, published at https://jaapjoris.nl/. It is a simple Django project that uses SimpleCMS to make it editable on the go.
Run the following commands:
$ pip install -r requirements.txt
$ ./manage.py migrate
$ ./manage.py createsuperuser
$ ./manage runserver
Visit http://localhost:8000/edit to add sections to the homepage.
If you're using this to write your own CV, you'll want to at least change the base template.