Questions tagged [jekyll-bootstrap]

Jekyll-bootstrap is used to refer to the pre-built scaffold for the static blog generator Jekyll. It differs from Jekyll in that it includes Twitter Bootstrap assets and pre-built Liquid templates.

Jekyll Bootstrap is a scaffold for the static blog generator Jekyll

The Jekyll Bootstrap package incorporates the Jekyll dependencies (written in Ruby) and Twitter's Bootstrap assets (HTML, CSS, and JS) and prebuilt templates using Liquid.

Questions with this tag should be concerned specifically with the Jekyll Bootstrap project layout or Liquid templates. Questions related to running a web server with these tools should be instead tagged jekyll, and questions about publishing these sites via Github should be tagged with github-pages. Questions about only the Bootstrap component should be tagged with twitter-bootstrap.

Jekyll Bootstrap was created by Jade Dominguez, who also created Ruhoh to achieve similar functionality to Jekyll

Homepage: http://jekyllbootstrap.com/

89 questions
4
votes
1 answer

Invalid XML entity references from Jekyll

I'm using Jekyll on GitHub Pages to run my blog. It seems as though Jekyll (semi-)randomly incorrectly XML escapes an XML special character as &tt;. As an example, in the current version of the RSS feed, this source XML

in a single place…

Mark Seemann
  • 225,310
  • 48
  • 427
  • 736
3
votes
1 answer

How to create a drop down menu in yml using jekyll

I have code that displays buttons on navbar. On one of the buttons I would like to add a drop down menu. I've already added the code for the drop down in my navigation.yml file, but I am having issues adding it in my jekyll html file. Below is part…
3
votes
1 answer

Justify text in markdowns jekyll

I'm using Jekyll. On markdowns I want to justify text, I can do it using CSS but i don't want to include HTML inside markdowns, is any possible way to justify text, any Jekyll code or something like that ?
user5308956
3
votes
1 answer

Mathjax equations displaying 3 times (Jekyll)

I created a website using Jekyll and added MathJax support like so: