This is a Pelican based blog that powers c0de.dev.
There's not really a whole lot here, but it contains all the posts and content; as well as all configuration files.
Installation
SSH into your server
Clone the repo - git clone https://github.com/alopexc0de/c0de.dev-blog
cd c0de.dev-blog
Setup a virtualenv - virtualenv venv
Activate it - source venv/bin/activate
Install dependencies into virtualenv - pip install -r requirements.txt
TODO
Service/Unit to run this in a server on prod
Git hooks to automatically fetch content
NginX config
Description
Holds the pelican configuration and content for the c0de.dev blog