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
0
votes
1 answer

Have liquid syntax include an additional liquid syntax?

I am trying to refactor my site using the D.R.Y. method, part of that is using liquid syntax to help. Currently everything works with what I have here: page-internal.html --- layout: default
sthig
  • 459
  • 3
  • 12
  • 36
0
votes
1 answer

How to disable the recommended comments section in Disqus?

I'm new to Disqus. I met a problem that I always see some recommended comments section below my Disqus section on Jekyll blog. Could any one tell me how to disable this feature?
rz.He
  • 199
  • 1
  • 8
0
votes
2 answers

I am trying to use jekyll, and it does not generate the whole directory structure; what's wrong?

This is what I have done: gem install jekyll bundler jekyll new staticwebsite cd staticwebsite jekyll build What I get is this: It is not clear to me what is missing.
deez
  • 1
  • 1
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
  • 55
  • 1
  • 2
  • 7
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
  • 1,251
  • 6
  • 24
  • 42
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…
software_writer
  • 3,941
  • 9
  • 38
  • 64
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,513
  • 12
  • 41
  • 66
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
  • 209
  • 2
  • 4
  • 13
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
  • 705
  • 6
  • 17
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
  • 2,331
  • 2
  • 14
  • 21
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.
  • 547
  • 5
  • 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
  • 5