The blog enjoys the advantages of python and nuxt at the same time.
Watch my blog on live: https://snorl.ax
# install dependencies
$ yarn install
$ pip install -r pip-requirement
# generate needed data
$ python markdown2json.py
# serve with hot reload at localhost:3000
$ yarn dev
# build for production and launch server
$ yarn build
$ yarn start
# generate static project: Firstly an API server is needed, so it needs 2 commands
$ yarn dev &
$ yarn generate
For detailed explanation on how things work, check out Nuxt.js docs.