+[8 years ago]onlinedbugsup +[8 years ago]onlinedbugI'm running my local server with `jekyll serve`. Is is there any flag that can print all incoming connections when established? +[8 years ago]onlinedbuglike python's simpleHTTPServer +[8 years ago]onlinedbugr/Is is/Is there +[8 years ago]onlinedbugusing --verbose seems to work!
+[8 years ago]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 +[8 years ago]jekyllrbTitle: GitHub - fusion809/fusion809.github.io: My Jekyll-powered website, The Hornery. (at github.com) +[8 years ago]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 ( +[8 years ago]jekyllrbTitle: bash - How do I find all of the symlinks in a directory tree? - Stack Overflow (at stackoverflow.com) +[8 years ago]fusion809https://github.com/fusion809/fusion809.github.io/blob/master/_includes/Layouts/footer2.html) and both files exist!