Writing hugo posts from prose.io

Hi,

I was thinking of writing and pushing to github pages not from command line. I needed some kind of markdown creation tool online. There are many like prose.io, dillinger etc. We can create md files from prose.io and save it to github repo. My blog is hosted on github pages(mseshachalam.github.io).

I set up travis-ci to build the saved markdown from another repo and output the result to my github pages repo and push it. Now i can write a post from prose.

Here is my travis.yml
https://github.com/mseshachalam/mseshachalam.github.io-hugo/blob/master/.travis.yml

2 Likes

This would be convenient for non technical folks, once it is set up.

1 Like

Hi @mseshachalam I discovered prose.io with your post. I was looking for some similar thing before putting Hugo in some friends’ hands without git skills.

I’ll try if the process can work with a continuous integration (see my post about codeship.io or the one about wrecker)

1 Like