-
# Welcome to Jekyll man power! - Live with it
You’ll find this post in your _posts directory. Go ahead and edit it and re-build the site to see your changes. You can rebuild the site in many differen…
-
Maybe the documentation could include example sites where people might see live source code?
Like a sites using jekyll-pug section...
-
Recently upgraded my jekyll to latest, and hit this issue:
```
NoMethodError: undefined method `has_key?' for #
Did you mean? has_ansi?
/Users/devalias/.rbenv/versions/2.3.0/lib/ruby/gems/2.3…
-
https://blog.devfans.io/setup-a-blog-site-on-github-with-jekyll/
It’s never too late to make yourself a personal blog site, as long as you would like to spend sometime on some writings for someone …
-
-
I am running jekyll with jekyll-process through docker compose:
```
version: '3.3'
services:
jekyll:
image: jekyll/jekyll:latest
# command: jekyll serve --watch --force_polling …
-
It seems that the current version is not compatible with jekyll 2.1.1
```
mac:nnl-website Mads$ jekyll build -t
Configuration file: /Users/Mads/work/nnl-website/_config.yml
/Library/Ruby/Gems/2.0.0/g…
-
right now the README just says "run `docker-compose up`", but I found that on my MacOS 10.14 laptop, I needed to do the following:
* `brew cask install VirtualBox docker`
* `brew install docker-ma…
-
hi, this is a longshot, but i wonder if there's any process to migration sites from other static static site generators such as Jekyll?
-
Since github officially supports jekyll as its static site generator for github pages, there should be a way to ensure [front matter](http://jekyllrb.com/docs/frontmatter/) can be excluded from render…