cloudhead/toto

store articles directly on github

Opened this issue · 3 comments

nlib commented

Is there a way to read articles directly from github, using a separate repositiory?

I would like to to have my application write articles through an input mask and store them directly on github. Then toto would read the articles directly from there.

Looking at the code and docs so far, I believe this is not possible with the current implementation. Is that correct?

I use gitsubtree for that. A rakefile task pulls in content from my journal repo.

I'd love for this to be easier though...

that should work, thanks.

ixti commented

You can't without extending core library. But you can monkey patch it and use grit for that purposes.