Closed djmtype closed 4 years ago
👋 Hi,
The Forestry starter is based on a fork of this repository/. I shall update it. In the time being:
src/portal/
make sure this folder is src/portal/index.html
should use PassthroughCopy in Eleventy config's file (see https://github.com/hankchizljaw/hylia/blob/master/.eleventy.js#L34-L35 for an example)Feel free to close this issue, as it's not related to the original starter. Thanks.
Thanks @DirtyF I'll close this issue here and open it on your repo.
@DirtyF BTW, you have Issues disabled on your repo.
I installed Hylia, choosing it as one of Forestry's 11ty starter templates. I then set up an admin, setting the path to
/portal
instead of the default,/admin
, becauseadmin
in this theme refers to Netlify CMS.I see a
portal
directory set up in the root of my project, andadmin_path: "/portal"
specified under.forestry > settings.yaml
.I'm using Netlify for deployment only, and my url is https://hylia-forest.netlify.com. So, by visiting https://hylia-forest.netlify.com/portal, I expected to see a Forestry remote login for my site as picture here: https://forestry.io/docs/editing/remote-admin/, but instead receive a 404.
So, what is the best way to integrate this?