Figured out why my lab notebook posts weren't appearing on my website! #1132
aspencoyle
started this conversation in
Show and tell
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
During class today, I found that my last few lab notebook posts were not appearing on my website (using Beautiful Jekyll to create the website), despite being pushed to GitHub just fine. Ended up finding the error - I had been putting an underscore rather than a dash between the date and the filename! Once I swapped to a dash, it pushed to the website without any issues.
Ex: Old = YYYY-MM-DD_PostTitle, new = YYYY-MM-DD-PostTitle
Subsequent underscores don't pose an issue (for instance, YYYY-MM-DD-Post_Title is perfectly OK)
Anyway, that's it - just thought I'd document this in case anyone in the future is struggling to figure out why their lab notebook is not pushing to their website!
Beta Was this translation helpful? Give feedback.
All reactions