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
This error appears julia> serve() ┌ Franklin Warning: in <config.md> │ No 'config.md' file found. It is recommended to keep one. │ │ Relevant pointers: │ - workflow and folder structure: https://franklinjl.org/workflow/ └ ERROR: ArgumentError: The current directory doesn't have a _layoutor_cssfolder; change directory to a valid Franklin folder.
Each time it only works when changing the commit by those steps written by @TheCedarPrince
Move to the dev branch of the website
Run git log to make sure I am on commit "Remove Franklin compat entry"
Oh! Since you are working on a fork, each time you want to update your branches to match the one on the original repo, you have to pull in the changes from the original repo by doing remote fetch juliahealth. Once that is done, you can merge your branches with the origin branch you are targeting. You also may need to rebase the forked version of the branch on the original fetched branch you are wanting to match to.
Otherwise, I do not encounter this bug. Things seem to be working fine on my end; wonder if there may be some kind of git issue. If the above doesn't work, maybe try recloning the repo onto your computer and then making sure you can pull recent information. Let me know how things work/don't work out for you! 😄
This error appears
julia> serve() ┌ Franklin Warning: in <config.md> │ No 'config.md' file found. It is recommended to keep one. │ │ Relevant pointers: │ - workflow and folder structure: https://franklinjl.org/workflow/ └ ERROR: ArgumentError: The current directory doesn't have a
_layoutor
_cssfolder; change directory to a valid Franklin folder.
Each time it only works when changing the commit by those steps written by @TheCedarPrince
The text was updated successfully, but these errors were encountered: