Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Docs: Developing with Gatsby and absolute paths #225

Open
johnridesabike opened this issue Sep 4, 2020 · 1 comment
Open

Docs: Developing with Gatsby and absolute paths #225

johnridesabike opened this issue Sep 4, 2020 · 1 comment
Assignees
Labels

Comments

@johnridesabike
Copy link

https://github.com/forestryio/forestry.io/blob/master/hugo/content/docs/guides/developing-with-gatsby.md#known-limitations

On the “Known limitations” page, it says that Gatsby and Forestry have issues with absolute file paths. I’m not sure if that’s accurate:

  • This line: "Gatsby interprets absolute files paths relative to the system root and not the project root” seems to be incorrect. I’m using a Gatsby site with absolute file paths and it works as expected. (Maybe it’s changed on a recent Gatsby version?)
  • I’m running a Gatsby site on Forestry without the recommended gatsby-remark-relative-images plugin and it “just works” with no issues.
  • It recommends storing images in static/ and links to a recommended blog starter. The linked blog starter, however, does not store images there.

I’m filing an issue instead of a PR because I’m not 100% confident that I completely understand the technicalities. Maybe there’s something else I’m missing?

@DirtyF
Copy link
Contributor

DirtyF commented Sep 4, 2020

Thanks for the feedback, haven't used Gatsby in a while TBH, feel free to open a PR 👍

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants