Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/neoighodaro/blog
- Owner: neoighodaro
- Created: 2016-05-23T18:58:31.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2017-04-15T09:54:37.000Z (almost 8 years ago)
- Last Synced: 2024-11-18T22:05:13.384Z (2 months ago)
- Topics: blog, docker, docker-image, ghost, nodejs
- Language: CSS
- Homepage: https://neoighodaro.com/blog
- Size: 262 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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.