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/

86 questions
0
votes
1 answer

How can I place multiple images in a modal on my Jekyll site?

I am finishing up building a website using a modified Bootstrap theme (specifically this theme) and Jekyll. This is my first time using Jekyll and things have been going well thus far up until this point which has me a stumped. Just like the…
0
votes
1 answer

Jekyll blog won't load CSS

I have cloned a Jekyll Bootstrap installation with GitHub pages. Everything is working but the CSS and JavaScript aren't being loaded in the website. It looks like a barebones HTML site. Here is the website: https://heavensgospel.github.io/ Here is…
0
votes
2 answers

Cannot link posts on blog for github

On my github page I have a tab at the top called projects, and I have a bunch of my projects listed there. I created a second tab at the top called initiatives, however I was not able to fill in my initiatives. Okay so the issue is that _postsi is…
Tushar Joshi
  • 47
  • 1
  • 1
  • 6
0
votes
0 answers

Jekyll-Bootstrap gem serving blank page

I'm trying to set up a jekyll project using the jekyll-bootstrap gem, and I have Jekyll 3.2 installed. When I go to the http port it's serving on, I just get a blank page instead of the usual Jekyll index page. Has anyone had this issue? My…
tx291
  • 899
  • 4
  • 14
  • 28
0
votes
1 answer

Display Multiple posts on Github pages using poole

I am trying to set up my blog on Github pages using Jekyll, as per the following template. https://github.com/poole/poole The problem is, it displays only one post on the page, whereas I want it to display multiple posts on a single page, with the…
Akshay Khot
  • 2,703
  • 5
  • 24
  • 53
0
votes
1 answer

Getting Pygments dependency error when trying to compile Jekyll site

I'm beginning to set up a Jekyll site and I've installed everything and copied the contents of this theme into the site's directory. I've installed Pygments via the gem install pygments.rb command and it seemed to install fine. But I'm still getting…
intA
  • 2,131
  • 10
  • 34
  • 50
0
votes
0 answers

I have implement OG tags but FB OG debugger doesn't recognize them

This is my code (based on Jekyll Bootstrap):
Tom Bar-Gal
  • 129
  • 2
  • 3
  • 9
0
votes
1 answer

Can't get github hosting to work with Jekyll 3.0.0

I am new to both Jekyll and github. I have followed the instructions here to get a blog on github using Jekyll. When I type jekyll serve from my local directory I get D:/projects/gitblog/MyName.github.com/jekyll-bootstrap/_plugins/debug.rb:13:in…
Fequish
  • 675
  • 5
  • 16
0
votes
1 answer

Jekyll blog post headers stacking above each other

So i'm making a blog in Jekyll based on a start bootstrap theme (also following a course on Udemy) I've made the post layout etc, and everything works fine until i add a second post that messes up everything. Post layout with only one post (remove…
0
votes
1 answer

RSS feed by category

This is the atom.xml being used by my jekyll-botstrap instance title: Atom Feed {{ site.title }}
Sascha Manns
  • 1,769
  • 2
  • 11
  • 16
0
votes
1 answer

Bootstrap SASS settings in Jekyll

I don't understand how I can set the precision required for bootstrap sass through jekyll. Besides, I can't understand how jekyll automatically loads the files .scss who I placed in everywhere if I only set the _sass dir. For example in my directory…
Silvio S.
  • 527
  • 4
  • 20
0
votes
1 answer

jekyll bootstrap page not showing in navigation

I'm trying to add a page to my Jekyll Bootstrap blog and it's not showing up in the navbar. I thought that if you included the correct YAML front matter, the pages would automatically generate in the nav. I've created the page manually with a .html…
ThomasWeld
  • 27
  • 4
0
votes
1 answer

Installing Jekyll theme complains "destination path './_theme_packages/_tmp' already exists and is not an empty directory."

I'm trying to install a Jekyll theme via rake theme:install git="https://github.com/jekyllbootstrap/theme-the-program.git" As instructed on Jekyll Bootstrap's page here. However it complains destination path './_theme_packages/_tmp' already exists…
djechlin
  • 54,898
  • 29
  • 144
  • 264
0
votes
1 answer

Jekyll Kramdown Footnotes Not Parsing

I'm attempting to annotate a file with footnotes using Jekyll. My _config.yml file is set thusly: markdown: kramdown This is how I'm attempting to use the footnotes:

As trade-off talking rational economic people [^1], we are constantly making…

0
votes
2 answers

Google analytics with Jekyll and Skinny Bones

I just set up my user site on github and used Jekyll with the Skinny Bones theme. I a having problems to add google analytics to my site. I obtained the tracking ID and script to embed in my html from Google Analytics and pasted it within the of…
Sylvia
  • 365
  • 2
  • 16