Anthonny | 9 years ago | on: HubPress.io: A web application to build your blog on GitHub
Anthonny's comments
Anthonny | 9 years ago | on: HubPress.io: A web application to build your blog on GitHub
Anthonny | 9 years ago | on: HubPress.io: A web application to build your blog on GitHub
Anthonny | 9 years ago | on: HubPress.io: A web application to build your blog on GitHub
As Ghost is MIT, my idea was to use the same engine, so it's easy to build a new theme or add an existing ghost theme in HubPress
Anthonny | 9 years ago | on: HubPress.io: A web application to build your blog on GitHub
Each commit build the minified version on the branch master and gh-pages. If you want to see how work authentication, you can also have a look to the repository hubpress-plugin-github
Anthonny | 9 years ago | on: HubPress.io: A web application to build your blog on GitHub
Anthonny | 9 years ago | on: HubPress.io: A web application to build your blog on GitHub
Thank you for the suggestion about adding blog example ;)
Anthonny | 9 years ago | on: HubPress.io: A web application to build your blog on GitHub
Anthonny | 9 years ago | on: HubPress.io: A web application to build your blog on GitHub
Feel free to join our slack if you need support or if you just want to talk :) https://hubpressio-slack.herokuapp.com/
Anthonny | 11 years ago | on: HubPress – A web application to build your Blog on GitHub
Anthonny | 11 years ago | on: HubPress – A web application to build your Blog on GitHub
Anthonny | 11 years ago | on: HubPress – A web application to build your Blog on GitHub
You can create a other github account and give him access to write on your repository, it's a kind of workaround if you want to keep the 2-fact auth on your main account
Anthonny | 11 years ago | on: HubPress – A web application to build your Blog on GitHub
In your config file you must set the repositoryName to blog (I added a comment on your commit)
Sorry i did not see it before.
Anthonny | 11 years ago | on: HubPress – A web application to build your Blog on GitHub
I will push sources at the end of the month or in the first half of march.
Anthonny | 11 years ago | on: HubPress – A web application to build your Blog on GitHub
Anthonny | 11 years ago | on: HubPress – A web application to build your Blog on GitHub
However, HubPress is powered by Asciidoctor (http://asciidoctor.org) which provide a compatibilty with Markdown : http://asciidoctor.org/docs/asciidoc-syntax-quick-reference/...
Anthonny | 11 years ago | on: HubPress – A web application to build your Blog on GitHub
https://github.com/msravi/msravi.github.io/blob/master/hubpr...
In your case :
{ "meta": { "username": "msravi", "repositoryName": "msravi.github.io", "branch": "master" }, "theme": { "name": "Casper" } }