Jade Dominguez
Jade Dominguez
You can add jekyll-bootstrap as a remote to your repository, fetch it, then compare it to your HEAD. This is better outlined here: https://github.com/plusjade/jekyll-bootstrap/pull/35 There are 4 main integration points...
Years ago github-pages used to be `username.github.com`. It's a security vulnerability relative to the github.com domain so it was changed to `username.github.io` . Github pages is the easiest way to...
Good idea! Yes of course, the task just tries to be cautious so so as to not inadvertently overwrite files/work. But your use case is sound. BTW I've realized the...
@pfig this looks great for LESS users but I can only require a gem dependency if it significantly a part of a core feature. What you can do is take...
Thanks for the quick work, @pfig . I will get this properly documented on http://jekyllbootstrap.com as soon as I can. Once it's documented and referenced, I'll close the issue by...
@erlend-sh good call! Thanks for letting us know =) cc: @groundh0g
@jbenet so is the ultimate goal to be able to use custom list_item formats on case-by-case basis? As per your example, you want to define a list_item structure for only...
I think that would definitely be cool. I remember the phusion passenger setup to be a pleasant experience. I'd imagine a similar use-case. Basically walk the user through the core...
Based on the stack trace you can try installing a javascript runtime listed in the mentioned documentation. I use 'therubyracer'. To install just run this in your terminal: ``` gem...
@Restuta you are right. I have updated the repository to point to a working ruhoh version as well as a more comprehensive guide for getting started: https://github.com/plusjade/nilclass.com/#local-installation-and-development Let me know...