latest 20 messages by fire-code

+ [2015-08-20T00:30:08Z] fire-code why they don't take that into account I'll never know. Better yet, it's not mentioned in any documentation on either Jekyll or Github's sites relating to GH-Pages and using Jekyll
+ [2015-08-20T00:29:20Z] fire-code for some reason gh-pages shits itself when you have the default "baseURL" prop in your _config file
+ [2015-08-20T00:28:38Z] fire-code well I got it to work
+ [2015-08-20T00:17:48Z] fire-code I'll try it again
+ [2015-08-20T00:16:11Z] fire-code I've tried to have my repo based in _site, and it's messing up the paths to CSS. I'm going to try that
+ [2015-08-20T00:15:00Z] fire-code I've done that and it simply returns the standard "broken" jekyll site with the blown up SVGs
+ [2015-08-20T00:13:10Z] fire-code oh my god I'm about to lose it
+ [2015-08-19T23:52:46Z] fire-code at this point, you could use any frontend code to build a static site and host it on github pages, where branch "gh-pages" is the source directory
+ [2015-08-19T23:52:10Z] fire-code you create a repo, clone it locally. make a branch called "gh-pages"
+ [2015-08-19T23:51:42Z] fire-code I've done it before but I forget exactly how to ensure that your _site files are the ones used by gh-pages
+ [2015-08-19T23:51:08Z] fire-code Well there's a way to use Jekyll with GH-Pages https://help.github.com/articles/using-jekyll-with-pages/
+ [2015-08-19T23:48:20Z] fire-code You know what I'm talking about regarding gh-pages though yes?
+ [2015-08-19T23:46:13Z] fire-code Ahh. What is the flow to get a Jekyll site on Github pages? It's been so long since I've worked on GH-pages that I forget. Everytime I try to create a gh-pages branch I end up committing all the files and not just those in _site
+ [2015-08-19T23:43:27Z] fire-code why the hell does Git / Jekyll auto-gitignore _site???
+ [2015-08-19T23:37:12Z] fire-code How do you get Github pages to target _site???
+ [2015-08-19T23:36:40Z] fire-code I'm having some issues with gh-pages deployment
+ [2015-08-18T20:23:12Z] fire-code Nevermind fixed