Skip to content

[Bug] page doesn't open on the browser directly #119

@Farreeda

Description

@Farreeda

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

  1. Move to the dev branch of the website
  2. Run git log to make sure I am on commit "Remove Franklin compat entry"
  3. If not, add the remote by doing "git remote add juliahealth https://github.com/JuliaHealth/juliahealth.github.io"
  4. Then, pull from the remote by doing "git fetch juliahealth"
  5. Then, merge the local dev branch with juliahealth/dev by doing "git merge juliahealth/dev" from your local dev branch
  6. Open Julia then activate the environment
  7. Instantiate or update the environment at this point
  8. Run "using Franklin" and then "serve()"

Metadata

Metadata

Assignees

No one assigned

    Labels

    bugSomething isn't workingdocumentationImprovements or additions to documentation

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions