mirror of
https://github.com/c0de-archive/c0de.dev-blog.git
synced 2025-12-07 13:06:25 +00:00
da540e70baa8335987faef8f4f227ba64edf1cc7
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 - Install the service and plugins -
sudo make install
Updating
- SSH into your server
cd c0de.dev-blogsource venv/bin/activatemake update
TODO
- Service/Unit to run this in a server on prod
- Git hooks to automatically fetch content
- NginX config
- Automatic plugin linking
Description
Languages
Python
55.3%
Makefile
44.7%