Live data from Hacker News

HubPress.io: A web application to build your blog on GitHub

hubpress.io

21–30 of 46 posts

Re: HubPress.io: A web application to build your blog on GitHub

#22
This seems great. When I created (and failed to keep up with) a Jekyll blog on GitHub last year, I had fun learning the in's and out's of the generator on my own, but I predict this will foster even more of an appreciation for GitHub Pages by giving users a way to spend more time customizing and tweaking than building a foundation from the ground up.

Re: HubPress.io: A web application to build your blog on GitHub

#23

I forked the repo, followed the setup instructions and now what? There's a "writers guide" that claims it will help me write my first post, but it is just an overview of the AsciiDoc format, and tells you nothing about how to save new posts to your blog.

Hi, I'm Anthonny, the creator of HubPress, give me the url of your github account to check if all is allright. You just have to go to this url: /hubpress, log in and then you can start to write

Feel free to join our slack if you need support or if you just want to talk :) https://hubpressio-slack.herokuapp.com/

Re: HubPress.io: A web application to build your blog on GitHub

#24
post #2

Great idea to leverage GitHub pages! Not sure if this has been done before but this is certainly a lucrative SaaS opportunity due to the non-existent marginal cost of creating a GitHub site. -- IF OP is the author (or the author sees this) Couple of nitpicks about your landing page: - Syntax / typo: "no server's rent" --> "no server costs to pay" or similar - Please do your visitors a favour and add controls to your…

Thank you so much for all your advices, i will apply them asap :)

Re: HubPress.io: A web application to build your blog on GitHub

#25
post #16
post #2

Great idea to leverage GitHub pages! Not sure if this has been done before but this is certainly a lucrative SaaS opportunity due to the non-existent marginal cost of creating a GitHub site. -- IF OP is the author (or the author sees this) Couple of nitpicks about your landing page: - Syntax / typo: "no server's rent" --> "no server costs to pay" or similar - Please do your visitors a favour and add controls to your…

Agreed about the youtube video. It is a bit frustrating not to be able to move forward, especially because the typing speed is quite slow :D A few blog examples made with hubpress on the landing page would be great too.

Yes the youtube video is really frustrating and i will change that.

Thank you for the suggestion about adding blog example ;)

Re: HubPress.io: A web application to build your blog on GitHub

#26
post #17
post #2

Great idea to leverage GitHub pages! Not sure if this has been done before but this is certainly a lucrative SaaS opportunity due to the non-existent marginal cost of creating a GitHub site. -- IF OP is the author (or the author sees this) Couple of nitpicks about your landing page: - Syntax / typo: "no server's rent" --> "no server costs to pay" or similar - Please do your visitors a favour and add controls to your…

Agreed. Workaround: Click video for focus, either click again or press space to play. Use left/right arrow keys for 5s jumps, to adjust speed. I use these commands about every 30 minutes.

Thank you, i will fix this video soon

Re: HubPress.io: A web application to build your blog on GitHub

#27
post #19

HubPress app.js can do what it pleases with my github password, am I right? And I couldn't find non-minified sources easily. P.S. found sources at dev.hubpress.io on another branch

All the sources are on the repository dev.hubpress.io on the branch development.

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

Re: HubPress.io: A web application to build your blog on GitHub

#28

Genuine question: Is there any attraction of this tool for folks who already know how to use a static site generator (SSG)? I'm guessing most people who understand how to use git could catch onto an SSG overnight. (I should add that this is an impressive concept and I'm just begging for a reason to use it).

Whether or not you use an SSG, I find the biggest hurdle is getting/making a good theme for your blog. It looks like this comes theme-included, which is actually a pretty big deal if you want to get up and running fast.

Yes, HubPress is theme-included and the theme engine is the Ghost.io one.

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

Re: HubPress.io: A web application to build your blog on GitHub

#29
post #5

I really like the idea, it looks like an easy way to get a simple blog started. Looks great as well! I do have one concern: I'm assuming that the repo driving the blog is public, which means that all unpublished posts are still visible on Github, right?

You can run a GitHub Pages site/blog from a private repo.

Obviously, you need a paid GitHub subscription to do this, but it is possible (with relatively low cost).

Re: HubPress.io: A web application to build your blog on GitHub

#30

Are we aware of any efforts to decentralize git so that blogs made with it can't be silenced at one point of failure?

How decentralized are we talking? Because there are more shared hosting providers, VPS providers, and domain registrars than I can shake a stick at.

If you don't want to depend on GitHub, there's nothing stopping you. I host my site on a VPS and couldn't be happier.

Post reply on HN