I've checked that, and it looks like it does not work quite as intended:
Running jekyll serve shows some warnings:
Configuration file: /home/greycat/git/kaitai-io.github.io/_config.yml
Deprecation: The 'plugins' configuration option has been renamed to 'plugins_dir'. Please update your config file accordingly.
Configuration file: /home/greycat/git/kaitai-io.github.io/_config.yml
Deprecation: The 'plugins' configuration option has been renamed to 'plugins_dir'. Please update your config file accordingly.
Source: /home/greycat/git/kaitai-io.github.io
Destination: /home/greycat/git/kaitai-io.github.io/_site
Incremental build: disabled. Enable with --incremental
Generating...
done in 0.222 seconds.
Auto-regeneration: enabled for '/home/greycat/git/kaitai-io.github.io'
Configuration file: /home/greycat/git/kaitai-io.github.io/_config.yml
Deprecation: The 'plugins' configuration option has been renamed to 'plugins_dir'. Please update your config file accordingly.
Server address: http://127.0.0.1:4000/
Server running... press ctrl-c to stop.
I've checked that, and it looks like it does not work quite as intended:
jekyll serve
shows some warnings:http://127.0.0.1:4000/news/2016-08-09.html
shows WEBrick's "Not Found" page, and yields HTTP 404.http://127.0.0.1:4000/news/
yields an empty page with just the header + footer, no news listing/2017/03/22/kaitai-struct-v0.7-released.html
, not/news/2017/03/22/kaitai-struct-v0.7-released.html
.I'm using jekyll-3.6.2 + jekyll-redirect-from-0.13.0, just as GH pages uses as of now.