+ [2017-05-03T11:42:49Z] onlinedbug I'm running my local server with `jekyll serve`. Is is there any flag that can print all incoming connections when established?
+ [2017-05-03T11:42:53Z] onlinedbug like python's simpleHTTPServer
+ [2017-05-03T12:05:39Z] onlinedbug using --verbose seems to work!

message no. 168068

Posted by onlinedbug in #jekyll at 2017-05-03T11:42:53Z

like python's simpleHTTPServer
+ [2017-05-04T05:32:35Z] fusion809 Hey folks I'm getting a build error on GitHub pages that doesn't occur locally. It says "A file was included in `/_layouts/default2.html` that is a symlink or does not exist in your `_includes` directory. For more information, see https://help.github.com/articles/page-build-failed-file-is-a-symlink/." There are no symlinks in my source repo (https://github.com/fusion809/fusion809.github.io) I've even run the command I got from
+ [2017-05-04T05:32:36Z] jekyllrb Title: GitHub - fusion809/fusion809.github.io: My Jekyll-powered website, The Hornery. (at github.com)
+ [2017-05-04T05:32:36Z] fusion809 Unix & Linux SE http://stackoverflow.com/a/8513194 `ls -lR | grep "^l"` from this source repository and it returned no results! The file it is complaining about is https://github.com/fusion809/fusion809.github.io/blob/master/_layouts/default2.html. There are only two pages included in it Layouts/header2.html (https://github.com/fusion809/fusion809.github.io/blob/master/_includes/Layouts/header2.html) and Layouts/footer2.html (
+ [2017-05-04T05:32:37Z] jekyllrb Title: bash - How do I find all of the symlinks in a directory tree? - Stack Overflow (at stackoverflow.com)
+ [2017-05-04T05:32:38Z] fusion809 https://github.com/fusion809/fusion809.github.io/blob/master/_includes/Layouts/footer2.html) and both files exist!