Hi everyone,
I’m working through the Jekyll tutorial and am on page Assets. I followed the instructions and copied the code into my project, but the header text isn’t changing as described in the tutorial… Does anyone have any suggestions for what might be wrong, or is there some other process I’m missing? I re-upped the server to check if it needed to be restarted, but that didn’t help either.
Here’s my current project: https://github.com/koniczech/Scratch1
there is no config file, can’t have a jekyll site without one
the assets folder should not have an underscore at the beginning, folders with an underscore at the beginning are generally ignored by jekyll, so rename it to just assets and it should work (assuming you find the config file).