mirror of
https://github.com/c0de-archive/c0de.dev-blog.git
synced 2025-12-07 13:06:25 +00:00
913b9ab537fc585ff1c1f9a48e2f4d4bdbbd498a
c0de.dev Blog
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
Languages
Python
55.3%
Makefile
44.7%