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

Jekyll Bootstrap—commenting function without advertisement

I have just started using Jekyll Bootstrap to blog related to my GitHub projects. I would like to have a feedback option, so I kept the default Disqus enabled. Unfortunately that pastes nasty "Around The Web" and "Also on jekyll-bootstrap" sections…
0__
  • 66,707
  • 21
  • 171
  • 266
2
votes
1 answer

How can I exit jekyll's site local preview mode in GitShell

After evaluate the Jekyll serve, I can see the site in localhost:4000 but how to exit the preview mode? Of course I can close the GitShell and reopen it to cd into directory and re-build to preview, but boring.
HyperGroups
  • 305
  • 2
  • 13
1
vote
0 answers

Why is my completely new Jekyll blog blank when I add the supported Hacker theme?

I am trying to get started with a Jekyll blog. I followed these instructions to setup the blog using the default minima theme. This actually worked without any problems, but I wanted to change to the Hacker theme. To do that it simply asks for the…
Galen
  • 1,128
  • 1
  • 14
  • 31
1
vote
1 answer

How do I use a for Ioop for a Jekyll collection?

I am attempting to implement some bootstrap features into an existing themed Jekyll site. I want to add some of these features in markdown so others can more easily use them. Below is an example of how I want to add a Bootstrap accordion using a…
1
vote
0 answers

Liquid in Jekyll site throwing error on build on one page - works if code is in an include

I recently updated my site to Jekyll 4.2. One of my pages is now throwing an error in the build process (but not actually causing any problems in the site itself). The error: Liquid Warning: Liquid syntax error (line 108): Unexpected character { in…
avp
  • 381
  • 1
  • 3
  • 14
1
vote
2 answers

if and statement possible in html files Jekyll

I want to create and if/and statement in my code to offer 3 different options for a link. I've tried the if/else code and it works. Having two if statements (one with the 'AND') will not work because the error states there should be a closing…
user973542
  • 79
  • 3
  • 11
1
vote
1 answer

Jekyll cannot locate an included file in main.scss or the file has an error

I am importing an open source CSS into Jekyllrb, everytime I do I get the same error which is Your SCSS file `assets/main.scss` has an error on line 14: File to import not found or unreadable: bootstrap/functions. Load paths: _sass…
sthig
  • 459
  • 3
  • 12
  • 36
1
vote
2 answers

jekyll site folder hierarchy list of subfolders only

I have my Jekyll folder structure as _includes _layouts _post myFolder subMyFolder - readme.md subMyFolder2 - README.md subMyFolder/subSub - readme.md - something.html index.html I wish to list all subMyFolders (just first…
Hus
  • 61
  • 5
1
vote
1 answer

Localhost on Jekyll does not render css: it only renders online

So far I have been building my website on a localhost. At some point I had to build an extra page. But then I noticed, while designing on my local host, that the css was not being renderd to that new page (except for the index.html). So I had to…
1
vote
1 answer

How do I change the home page of my Jekyll / Github Pages?

I'm self-taught/totally new to Jekyll and Github Pages and am currently using the Kiko theme at aweekj.github.io/Kiko-plus/. I'm having some real difficulty changing up the default configuration. As you can see, the current home page shows the home…
1
vote
1 answer

No directory for github.io problems with jekyll

I am creating my github.io I had a lot of problems, at first, but eventually was able to install rbenv and jekyll using this: gem install jekyll --user-install Now I tried to run cd abrhor.github.com and cd abrhor.github.io but the return…
1
vote
1 answer

Jekyll Styles not rendering either on localhost:4000 or my Github, anyone to advise?

I'm using trying Jekyll Bootstrap for my blog. I've been coding with Ruby and RoR for a while. I managed to host my app on Github Pages (https://mukunzichild.github.io). However as you can see, CSS styles (Bootstrap 3) are not rendering. I've…
1
vote
1 answer

Jekyll page isn't updating

I've recently converted my static Nanoc site to Jekyll, and it's very nearly done. However, I went to add a new page recently (by adding a folder called 'menu', adding an index.html in this folder, and creating a root md file with the relevant YAML…
TechnicalTophat
  • 1,655
  • 1
  • 15
  • 37
1
vote
2 answers

Jekyll Bootstrap with Rouge Highlighting not working on Windows

I have just begun working with Jekyll and it seems like a really neat tool, however I cannot make highlighting to work. I would like to use 'rouge' highlighter for that purpose to use the same tool that will be later used by github pages - but when…
actionjezus6
  • 47
  • 1
  • 5
1
vote
4 answers

jekyll post loop not working on home page. Showing code as it is

I want to show latest posts in my bolg.html page. So i used Liquid syntax But when i used the liquid shown below and run locally, the page shows the code as it is and it doesn't fetch posts from my _posts folder. The liquid syntax is given…
hxri
  • 123
  • 10