jekyll Questions

3

Solved

I am using Windows 10's Linux subsystem where I installed Jekyll but when I run bundle exec jekyll serve it gives me: jekyll 3.8.6 | Error: Operation not permitted @ apply2files - /mnt/e/Work/proj...
Obtain asked 28/7, 2019 at 17:22

9

Solved

Jekyll was working fine for me few weeks back but now all of a sudden it gives me the following error: TCPServer Error: Address already in use - bind(2) INFO WEBrick::HTTPServer#start: pid=7300 po...
Leitao asked 21/4, 2012 at 17:48

3

I currently have a desktop version of my website. I don't want to change that. But I thought about adding a mobile friendly website. For this website, I would remove some HTML elements to make it l...
Voucher asked 6/1, 2014 at 9:7

9

Solved

I have a Jekyll blog and I want to use MathJax with it, in the sense that I want to be able to type something like $$\sum_{n=1}^\infty 1/n^2 = \frac{\pi^2}{6}$$ in my markdown files, and have th...
Attlee asked 11/6, 2012 at 21:46

3

Solved

Website works for jerrygoyal.github.io/Flash-Clipboard but not for (404 error): jerrygoyal.github.io/flash-clipboard jerrygoyal.github.io/FLASH-clipboard jerrygoyal.github.io/flaSH-CLIPboard and ...
Froehlich asked 22/1, 2018 at 18:29

1

Solved

I'm trying to create a github page using jekyll alfolio. I forked the repo from their account and cloned it and made some changes, then i pushed it to my repository and "pages-build-deployment...
Elmiraelmo asked 27/7, 2022 at 12:27

8

Solved

I use jekyll to write post and show it in GitHub-pages. My source file is written with markdown. How can I insert formula into the markdown file? I don't want to save the formula into an image and ...
Costmary asked 9/10, 2014 at 10:5

3

I'm using Jekyll 3.1.1 to generate a blog and I recently introduced a Git hook to automatically publish changes pre-push. After introducing this hook, I have started getting the following error wh...
Nevus asked 9/2, 2016 at 20:12

3

Solved

I am using Jekyll and Vagrant on my mac. I found that Jekyll server will bind to 0.0.0.0:4000 instead of 127.0.0.1:4000. Also gem server will bind to this address by default. I can still visit it v...
Danby asked 26/12, 2013 at 3:33

6

Solved

I want to build documentation site using Jekyll and GitHub Pages. The problem is Jekyll only accept a filename under _posts with exact pattern like YYYY-MM-DD-your-title-is-here.md. How can I post...
Zebulon asked 24/11, 2014 at 6:59

7

Solved

I want to use the Google Font "Noto Serif" for my website. My problem is that when I am testing it with Google PageSpeed Insights, it says everything is perfect except for one thing: <...
Flagrant asked 16/11, 2016 at 5:13

4

Solved

From reading the documentation Jekyll's template data one might think that the way to access un-rendered content would be page.content; but as far as I can tell, this is providing the content of th...
Chimb asked 31/10, 2012 at 13:37

3

I have a basic jekyll site consisting of pages (not posts) but, because I wanted to sort the pages when I listed them, I had to use the Jekyll-Sort plugin (kinda weird sorting pages is not built in...
Pine asked 24/7, 2013 at 13:48

6

I have built a site locally with Jekyll, and have pushed it to a new master repo (username.github.com) and the site works great yay. My question is, how do I move just the deployable part, the _sit...
Synonym asked 5/3, 2013 at 6:38

4

Solved

I use github+jekyll to build blog, i try to install jekyll to local(windows 10), while it failed when i rungem install jekyll and the stack trace is C:\Developments\FrontEnd\rubygems-2.7.7>...
Decomposed asked 6/8, 2018 at 2:8

9

I am trying out jekyll for website creation. I am using jekyll-bootstrap. The default configuration has the page archive, where all the posts are listed grouped by year and month of the post date...
Klansman asked 23/5, 2012 at 7:1

2

Solved

What I'm trying to do Jekyll can use front matter variables like tags and categories and access them with site.tags and site.categories to iterate over them using liquid. Now my problem is that I c...
Forethoughtful asked 8/8, 2018 at 10:19

3

Solved

I'm having an absolute nightmare trying to setup a custom TLD domain with github pages. For some reason http://www is redirecting to http:// and then back to http://www over and over in an infinite...
Lablab asked 8/7, 2012 at 10:50

2

Solved

Around 12 hours ago, I tried creating a personal blog using 'beautiful jekyll'. I followed the simplest 3-step method to get a basic blog running however, every time I enter my website link, I get ...
Smoothbore asked 15/10, 2017 at 19:27

2

Solved

I've just recently started using Github to host my blog (using Jekyll and Liquid). However, I'm having an issue which I can't currently fix. The issue could be hacked/solved if I was able to detect...
Palmary asked 23/3, 2012 at 3:5

4

Solved

I'm using kramdown with Jekyll on GitHub Pages. I have a piece of markdown that I want to use twice, and don't want to maintain two versions of it. How can I include this in other markdown files? ...
Melli asked 31/1, 2017 at 20:11

2

Solved

How can I check if there are no posts in the _posts folder? So far, I've tried {% if site.posts == null %} <p>No posts...yet.</p> {% endif %} and {% if site.posts == nil %} <p...
Isaak asked 14/9, 2017 at 0:11

4

Solved

I have been playing around with Jekyll for a couple of weeks now and I am trying to create a default style for each of my blog posts, but I'm not exactly sure where and how it's supposed to be done...
Huguenot asked 22/9, 2015 at 17:40

2

Solved

How can I get the current page's URL? I have tried: {{ site.url }} But this fails to out put anything.
Mikkanen asked 22/4, 2016 at 14:23

2

Solved

I am using github pages to host my blog. It uses GitHub Flaword Markdown. Here is part of _config.yml: markdown: kramdown # Use Github Flavored Markdown kramdown: input: GFM My articles often c...
Blacktop asked 18/7, 2016 at 18:21

© 2022 - 2024 — McMap. All rights reserved.