2019-05-27 01:52:54 -05:00
2019-05-27 01:52:54 -05:00
2019-05-27 00:44:18 -05:00
2019-05-27 01:36:58 -05:00
2019-05-27 01:52:54 -05:00
2019-05-27 00:44:18 -05:00
2019-05-27 00:44:18 -05:00
2019-05-27 01:52:54 -05:00

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

  1. SSH into your server
  2. Clone the repo - git clone https://github.com/alopexc0de/c0de.dev-blog
  3. cd c0de.dev-blog
  4. Setup a virtualenv - virtualenv venv
  5. Activate it - source venv/bin/activate
  6. 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
Readme 56 KiB
Languages
Python 55.3%
Makefile 44.7%