-
``` ruby
➜ project-website git:(qa) jekyll
Configuration from /Users/krosenberg/Desktop/Projects/website/_config.yml
Building site: ./src -> ./public
/Users/krosenberg/Desktop/Projects/website/_plugi…
-
Issue: Unable to render image in md file that are in _posts
However, if the md file place in root directory, not issue to render image
-
Hello, I'm a newbie of jekyll blog system. I created blog folder by:
`cd ~`
`jekyll new myBlog`
`bundle install`
`bundle exec jekyll serve`
So I can preview the website at `127.0.0.1:4000`
…
-
I added the ` dark_mode: true` flag, but it seems that it didn't work, does this have anything to do with other plugins? Do I need an extra step to properly setup?
```
base-url: /til
title: Today…
-
Everything is updated to latest version. Plugin added to:
**`_config.yml`**:
```
plugins:
- jekyll-data-pages
```
**`Gemfile`**:
```
group :jekyll_plugins do
gem "jekyll-data-pages", …
-
```
cuixin.github.com git:(source) ✗ bundle install
Using rake (0.9.2.2)
Using RedCloth (4.2.9)
Using chunky_png (1.2.5)
Using fast-stemmer (1.0.1)
Using classifier (1.3.3)
Using fssm (0.2.9)
Using sa…
-
I've just set up a new non-Github Jekyll (v2.5.3) blog and get this error while build when adding the gem to my `_plugins` directory.
I didn't proceed to any of the steps in the installation document…
-
I have tried adding this via remote-theme: midnight (i used the remote theme plugin as well) and theme: jekyll-theme-midnight. After adding the theme in either way the entire site went blank. Removing…
-
I can't seem to make this work. Using jekyll 3.8.5
Gemfile
```
source "https://rubygems.org"
# Hello! This is where you manage which Jekyll version is used to run.
# When you want to use a dif…
-
I'm following the instructions to override styles at https://github.com/jekyll/minima#customizing-templates
Per instructions, I've created a file at `assets/css/style.scss` with the contents:
``…