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 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.
Agreed. Workaround:
Click video for focus, either click again or press space to play. Use left/right arrow keys for 5s jumps, < and > to adjust speed. I use these commands about every 30 minutes.
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?
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).
If understood this right (I didn't take a close look at the 3MB Javascript), this is SSG running in the browser, from the static site. So you don't have to run anything (except a browser) on your local machine (not even git).
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.
Well, even if you do not understand Git, static website generators are starting to become a viable solution.. if you want to offer a web-based editing experience to your clients, you can use products like http://www.datocms.com/ or https://forestry.io/
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.
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
Funny enough, I've been using "write a blog based on Gists on Github for a certain user" as a take-home test for the past 3 years when hiring JS developers.
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: <url_of_your_github_pages_site>/hubpress, log in and then you can start to write
Not the same as HubPress (which looks like something I wish I knew about), but just a month ago I wanted to run an SSG locally (that wasn't using jekyll) so I built this one for deploying nginx + sphinx using docker. It auto-converts rst markup files into bootstrap + bootswatch html-themed posts (and has a search engine in it).
http://jaypjohnson.com/2016-06-25-host-a-technical-blog-with...
Jekyll is open source and it can be run on any server (I always use it locally) and its output is just static HTML, which means it can be served from anywhere.
[+] [-] sarreph|9 years ago|reply
-- 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!
[+] [-] ekzy|9 years ago|reply
A few blog examples made with hubpress on the landing page would be great too.
[+] [-] rmelly|9 years ago|reply
Seems similar to TinyPress: https://tinypress.co/
[+] [-] lips|9 years ago|reply
[+] [-] Anthonny|9 years ago|reply
[+] [-] sanderp|9 years ago|reply
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?
[+] [-] sarreph|9 years ago|reply
Obviously, you need a paid GitHub subscription to do this, but it is possible (with relatively low cost).
[+] [-] opmac|9 years ago|reply
[+] [-] soumyaray|9 years ago|reply
(I should add that this is an impressive concept and I'm just begging for a reason to use it).
[+] [-] wodenokoto|9 years ago|reply
EDIT: having tried hubpress just now, I take that back. I can't figure out how to post anything.
[+] [-] Tobold|9 years ago|reply
[+] [-] delluminatus|9 years ago|reply
[+] [-] steffoz|9 years ago|reply
[+] [-] ben_jones|9 years ago|reply
[+] [-] The_Hoff|9 years ago|reply
[+] [-] pwenzel|9 years ago|reply
I've used Prose.io as well, which has a nice UI and serves a similar purpose. I like that HubPress can just be run from your domain though.
[+] [-] Dzugaru|9 years ago|reply
P.S. found sources at dev.hubpress.io on another branch
[+] [-] Anthonny|9 years ago|reply
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
[+] [-] leeny|9 years ago|reply
[+] [-] sebastianconcpt|9 years ago|reply
https://gist.github.com/sebastianconcept/caf92590d15b073993f...
[+] [-] Anthonny|9 years ago|reply
[+] [-] marcammann|9 years ago|reply
Now I have to watch out for copy cats..
[+] [-] wodenokoto|9 years ago|reply
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.
[+] [-] unknown|9 years ago|reply
[deleted]
[+] [-] Anthonny|9 years ago|reply
Feel free to join our slack if you need support or if you just want to talk :) https://hubpressio-slack.herokuapp.com/
[+] [-] anonymousDan|9 years ago|reply
[+] [-] jayjohnson|9 years ago|reply
[+] [-] Anthonny|9 years ago|reply
[+] [-] unknown|9 years ago|reply
[deleted]
[+] [-] abyd|9 years ago|reply
[+] [-] Anthonny|9 years ago|reply
[+] [-] krionicle|9 years ago|reply
[+] [-] WorldMaker|9 years ago|reply
[+] [-] baus|9 years ago|reply
[+] [-] Spivak|9 years ago|reply
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.
[+] [-] danso|9 years ago|reply
[+] [-] goincremental|9 years ago|reply