-
Notifications
You must be signed in to change notification settings - Fork 11
Open
Labels
bugSomething isn't workingSomething isn't workingdocumentationImprovements or additions to documentationImprovements or additions to documentation
Description
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"
- If not, add the remote by doing "git remote add juliahealth https://github.com/JuliaHealth/juliahealth.github.io"
- Then, pull from the remote by doing "git fetch juliahealth"
- Then, merge the local dev branch with juliahealth/dev by doing "git merge juliahealth/dev" from your local dev branch
- Open Julia then activate the environment
- Instantiate or update the environment at this point
- Run "using Franklin" and then "serve()"
Metadata
Metadata
Assignees
Labels
bugSomething isn't workingSomething isn't workingdocumentationImprovements or additions to documentationImprovements or additions to documentation