2019-05-27 05:44:18 +00:00
|
|
|
# c0de.dev Blog
|
|
|
|
|
|
|
|
|
|
|
|
This is a [Pelican](https://getpelican.com) based blog that powers [c0de.dev](https://c0de.dev).
|
2019-05-27 21:30:24 +00:00
|
|
|
There's not really a whole lot here, but it contains all the configuration files and plugins/themes.
|
2019-05-27 05:44:18 +00:00
|
|
|
|
|
|
|
|
|
|
|
## Installation
|
|
|
|
|
|
|
|
1. SSH into your server
|
2019-05-27 18:45:40 +00:00
|
|
|
1. Clone the repo - `git clone --recurse-submodules https://github.com/alopexc0de/c0de.dev-blog`
|
2019-05-27 05:44:18 +00:00
|
|
|
1. `cd c0de.dev-blog`
|
2019-05-27 21:14:49 +00:00
|
|
|
1. Install the config and plugins - `make install`
|
2019-05-27 05:44:18 +00:00
|
|
|
|
2019-05-27 07:01:45 +00:00
|
|
|
## Updating
|
|
|
|
|
|
|
|
1. SSH into your server
|
|
|
|
1. `cd c0de.dev-blog`
|
2019-05-27 07:32:02 +00:00
|
|
|
1. `make update`
|
2019-05-27 07:01:45 +00:00
|
|
|
|
2019-05-27 05:44:18 +00:00
|
|
|
## TODO
|
|
|
|
|
|
|
|
* Service/Unit to run this in a server on prod
|
|
|
|
* Git hooks to automatically fetch content
|
|
|
|
* NginX config
|