mirror of
https://github.com/c0de-archive/c0de.dev-blog.git
synced 2024-10-31 23:07:47 +00:00
842 B
842 B
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-blog
source venv/bin/activate
make update
TODO
- Service/Unit to run this in a server on prod
- Git hooks to automatically fetch content
- NginX config
- Automatic plugin linking