jekyll-bootstrap
jekyll-bootstrap copied to clipboard
The quickest way to start and publish your Jekyll powered blog. 100% compatible with GitHub pages.
the request path is http://localhost:4000/assets/themes/bootstrap-3/bootstrap/css/bootstrap.min.css ,but the real path is assets/themes/bootstrap/bootstrap/css/bootstrap.min.css. please change
Syntax highlighting is not working for me. I was getting page build warning about using `rouge` so I changed the highlighter to `rouge` in `_config.yml` but still its not working....
1. support google analytics.js in _includes/JB/analytics and _config.yml 2. fix a bug (add single quotes on both sides of {{ site.JB.analytics.googleUA.property_name }})
somehow we are on github, we GET(get the GIT) and there is absolutely ZERO .git files left behind to pull upates with. This is normal syntax. mebbe soneone should flag...
Hello I created a Github IO page with Jekyll-Bootstrap at [vinhqdang.github.com](http://vinhqdang.github.com), but it seems the website is broken. I set: `layout:page` at the beginning of MD file.
Can you please include the new version of Font Awesome, which has a special emphasis on accessibility https://articles.fortawesome.com/font-awesome-4-6-released-d7213342698a#.vdwgufw5l
I create a post using `rake post title="test"`, this is my test code: `--- layout: page title: "test" description: "this is description" category: prml ## tags: [book, prml] {% include...
Closes #302