Hacker News new | ask | show | jobs
by aorth 3597 days ago
Thank you for making a sane default based on actual usage data. BTW, for people who need something a bit different, I have been using this for one of my sites that is hosted on GitHub:

  $ git subtree push --prefix=public origin gh-pages
The `public` directory is where the HTML/CSS/JS generated by my static site generator and I push that subtree to the gh-pages branch.
1 comments

Favorited for later. Thanks, that's useful!