Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/neoighodaro/blog

Blog for my website, powered by Ghost.
https://github.com/neoighodaro/blog

blog docker docker-image ghost nodejs

Last synced: about 22 hours ago
JSON representation

Blog for my website, powered by Ghost.

Awesome Lists containing this project

README

        

# neoighodaro.com - Blog
This is the blog for the neoighodaro.com website and it is powered by Ghost. It requires Docker to run.

## Installation
* Copy the *.env.example* file to *.env* and customise it.
* If you are in development, run `docker-compose -f docker-compose.dev.yml up -d` and if you are in production, run `docker-compose up -d`
* Thats all.