Parker Moore
Parker Moore
Great idea! A little class/method to check this would be neat and help reduce confusion. ```ruby def contains_lfs_files?(site_source) return unless File.exist?(File.join(site_source, ".git", "lfs")) lfs_files = `git lfs ls-files HEAD`.strip return...
> `GitHub Metadata: No GitHub API authentication could be found. Some fields may be missing or have incorrect data.` This is totally fine – you are safe to ignore this....
Ben, always good for hard-hitting questions! 😄 > If the user has no use of the site.github namespace, and they're not using site.url since it's local, why is the metadata...
#791 is newer. Close this.
Working on this over in https://github.com/jekyll/github-metadata/issues/90.
> bundle exec jekyll build JEKYLL_ENV=development Did you try ``` JEKYLL_ENV=development bundle exec jekyll build ``` ? In UNIX-y systems, the list of environment variables come before the command, not...
@DirtyF we override site.url in development. We do it in both build and serve, and the bug is to only do it for the serve command, not the build command.
This sounds like a legit bug to me. Hm. A backtrace would be nice!
Hey Sverrir! Glad to hear you were able to work around it. The solution, however, is not quite as simple as you point out. There are two reasons: memory usage...
This seems like a great idea! I haven't been able to dig into the code yet but it's a great plan. Thanks for tackling this!