My Personal Portfolio
In my blog I talk about things that I'm working on
This blog uses Pelican, a static site generator powered by Python.
Setup
- Create a Python 3.6 virtual environment
- Install the Python requirements using:
pip install requirements.txt
- Activate your environment
- Run
pelican content
to generate the static output - Run
pelican --serve
to serve the site on localhost