Simple Markdown Blog, in which you can store your notes.
Created in Go and hosted on Heroku
- Prerequisite:
- Build and deploy:
- pul repo localy
- build the app using
go install
- use step by step guide for deploying
myMD
on Heroku - use govendor for package contorl in Go
- if you want you can put your markdown files into
myMD/markdown
directory, if you want to add/replace some info - it's up to you :) - push you changes to heroku git branch:
- heroku login
- git add .
- git commit -m "edit md"
- git push heroku master