Holds the pelican configuration and content for the c0de.dev blog
Go to file
David Todd 582662636f add deadlinks plugin 2019-05-27 13:34:21 -05:00
pelican add deadlinks plugin 2019-05-27 13:34:21 -05:00
plugins add deadlinks plugin 2019-05-27 13:34:21 -05:00
.editorconfig Initial Commit 2019-05-27 00:44:18 -05:00
.gitignore update gitignore 2019-05-27 01:36:58 -05:00
.gitmodules add deadlinks plugin 2019-05-27 13:34:21 -05:00
Makefile refine makefile 2019-05-27 02:36:00 -05:00
license Initial Commit 2019-05-27 00:44:18 -05:00
readme.md refine makefile 2019-05-27 02:36:00 -05:00
requirements.txt add deadlinks plugin 2019-05-27 13:34:21 -05:00

readme.md

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. Install the config and plugins - sudo make install

Updating

  1. SSH into your server
  2. cd c0de.dev-blog
  3. make update

TODO

  • Service/Unit to run this in a server on prod
  • Git hooks to automatically fetch content
  • NginX config
  • Automatic plugin linking