+[2017-05-03T11:40:56Z]onlinedbugsup +[2017-05-03T11:42:49Z]onlinedbugI'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]onlinedbuglike python's simpleHTTPServer +[2017-05-03T11:43:05Z]onlinedbugr/Is is/Is there +[2017-05-03T12:05:39Z]onlinedbugusing --verbose seems to work!
message no. 168059
Posted by bkeys in #jekyll at 2017-05-03T02:47:26Z
Like images and such; I can never get them to show up in the blog
+[2017-05-04T05:32:35Z]fusion809Hey 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]jekyllrbTitle: GitHub - fusion809/fusion809.github.io: My Jekyll-powered website, The Hornery. (at github.com) +[2017-05-04T05:32:36Z]fusion809Unix & 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]jekyllrbTitle: bash - How do I find all of the symlinks in a directory tree? - Stack Overflow (at stackoverflow.com) +[2017-05-04T05:32:38Z]fusion809https://github.com/fusion809/fusion809.github.io/blob/master/_includes/Layouts/footer2.html) and both files exist!