I was able to locally build my Jekyll site and then a few months ago, it just wouldn’t build. To my knowledge, nothing changed. I’m finally digging into why it won’t build.
I enter the commands bundle update
and bundle exec jekyll serve
… and get this error:
Configuration file: C:/[FILEPATH]/doc-standards-processes/_config.yml
Jekyll 4.2.0 Please append --trace
to the serve
command
for any additional information or backtrace.
Has anyone encountered this before? Any tips?