You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi @johno , great theme, I just love the design & simplicity of it.
But there's a small problem, is that when running at local, the url to a .md file (not in the _post folder) should not contain ".md" suffix, however, when it goes to github pages, urls only work with the ".md" suffix appended to it, so I have to remove ".md" to make it work locally, and remove ".md" to make it work online.
Is there any quick fix to this?
Thanks a lot!
Adam
The text was updated successfully, but these errors were encountered:
Didn't come across any of that. I use a detached fork of this repo and moved a few files and folders around according to V2 and V3. Never had an issue with file extensions.
However, I use Docker instead of setting up Ruby on my local machine. So I do nothing other than just running my preview.sh with a few params which will spawn an instance of jekyll/jekyll:latest image.
Hi @johno , great theme, I just love the design & simplicity of it.
But there's a small problem, is that when running at local, the url to a .md file (not in the
_post
folder) should not contain ".md" suffix, however, when it goes to github pages, urls only work with the ".md" suffix appended to it, so I have to remove ".md" to make it work locally, and remove ".md" to make it work online.Is there any quick fix to this?
Thanks a lot!
Adam
The text was updated successfully, but these errors were encountered: