mirror of
https://github.com/c0de-archive/c0de.dev-blog.git
synced 2024-12-22 00:52:39 +00:00
Holds the pelican configuration and content for the c0de.dev blog
pelican | ||
.editorconfig | ||
.gitignore | ||
.gitmodules | ||
license | ||
readme.md | ||
requirements.txt |
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
Updating
- SSH into your server
cd c0de.dev-blog
- Activate virtualenv -
source venv/bin/activate
- Install/Update plugins -
git submodule update --recursive --remote
- 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
- Automatic plugin linking