HubPress.io: A web application to build your blog on GitHub
1–10 of 46 posts
Re: HubPress.io: A web application to build your blog on GitHub
#2-- 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 YouTube embed. It might seem 'aesthetically pleasing' to have a sleek video but it's an explanatory film that a user A) might want to full-screen (lots of small text) and B) might want to be skip around in
Would also consider changing 'About Us' to a marketing-style header pushing the product itself (as it's not really an 'About Us' anyway) as well as an explanatory line or two that explains the product properly and succinctly, as icons alone don't really suffice IMO.
Other than that, great concept — and great start!
Re: HubPress.io: A web application to build your blog on GitHub
#3(I should add that this is an impressive concept and I'm just begging for a reason to use it).
Re: HubPress.io: A web application to build your blog on GitHub
#4Genuine 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).
Re: HubPress.io: A web application to build your blog on GitHub
#5I 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?
Re: HubPress.io: A web application to build your blog on GitHub
#6Genuine 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).
Re: HubPress.io: A web application to build your blog on GitHub
#7Re: HubPress.io: A web application to build your blog on GitHub
#8Genuine 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.
It's a nice to have to get started quickly when you don't want to custom build a theme or you want someone else to figure out a lot of the basic configuration.
Re: HubPress.io: A web application to build your blog on GitHub
#9Are we aware of any efforts to decentralize git so that blogs made with it can't be silenced at one point of failure?
$ git remote add newbloghost http://somethingnotgithub.com/example/path.to.git
$ git push --set-upstream newbloghost gh-pagesRe: HubPress.io: A web application to build your blog on GitHub
#10Are we aware of any efforts to decentralize git so that blogs made with it can't be silenced at one point of failure?