jekyll-bootstrap Questions

4

Solved

I'm new to Jekyll and would like to pull in some of the Twitter Bootstrap functionality. Has anyone done this and, if so, do you have any advice? I would have gone with Jekyll-Bootstrap, but there ...
Enugu asked 26/2, 2015 at 2:25

5

Solved

I have a static website through GitHub Pages, built on Jekyll-Bootstrap. My little website includes a lot of JavaScript, and for maintainability I would like all of the JavaScript to remain human-r...

3

Solved

I'm self-taught/totally new to Jekyll and Github Pages and was wondering how to go about opening a URL in a new tab with markdown in the config.yml page. This is the website theme I'm using. I wa...

3

I'm confused at the relationship between jekyll and jekyll bootstrap. I'd like to start a blog and I'm not really sure which site to use for tutorials and whatnot.
Marijane asked 16/2, 2015 at 19:41

1

I am using GitHub Pages Jekyll with the bootstrap theme, "Feeling Responsive." My issue is that the jekyll bundler freezes in the middle of generating. To develop the jekyll site locally, I run "b...
Levana asked 17/10, 2016 at 0:12

3

Solved

I have a _posts folder that contains all my posts for my blog and projects. I'd like to separate the markdown files for my blog notes and project pages. For example, in addition to the built-in md ...
Wade asked 23/7, 2017 at 1:30

3

I have deployed a personal blog using Github pages and I see that some tutorials tell you to create a gh-pages branch. I did that, however, my changes to the website are visible only if I make chan...

2

Solved

I can't get Jekyll's markdown processor to listen to me. These all display as is: 1. ~Call Mom today.~ 1. ~~Call Mom today.~~ This just makes the internal text disappear: 1. <s> Call Mom...
Intrados asked 8/6, 2013 at 21:37

2

Solved

I'm attempting to display a list of tags using Jekyll. Here is what my HTML on the page looks like: <ul> {% for tags in page.tags %} <li>{{ tags }}</li> {% endfor %} </ul&g...
Louettalough asked 21/5, 2014 at 4:16

1

Solved

My blog is based on Jekyll Bootstrap, and I've recently set up a new machine with Windows 10. When I start my server on my local machine for testing, it says that I should add something to my Gemf...
Nunes asked 22/9, 2015 at 17:58

2

Solved

I have created jekyll site. Regarding the deployment I don't want to host on github pages. To host private domain I came know from documentation to copy the all files from _site folder. That's all ...
Magen asked 13/11, 2013 at 17:8

1

Solved

I want to filter out from site.pages all pages with a given YAML frontmatter type 'project'. To do this I've done this: {% sorted_for page in site.pages sort_by:title %} {% if page.type == 'proj...
Armelda asked 4/1, 2014 at 18:8

1

I think the native way of managing pages of Jekyll, i.e. by creating .md file / folders under the root folder, is a bit messy. Thus I want to put, every page I want to show, into the folder called...
Manama asked 22/6, 2013 at 12:52
1

© 2022 - 2024 — McMap. All rights reserved.