cloudhead / toto

the 10 second blog-engine for hackers
MIT License
1.49k stars 245 forks source link

store articles directly on github #108

Open nlib opened 12 years ago

nlib commented 12 years ago

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?

tlvince commented 12 years ago

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

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

ghost commented 12 years ago

that should work, thanks.

ixti commented 12 years ago

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