-
Notifications
You must be signed in to change notification settings - Fork 66
Closed
Labels
Description
when running hlx up with no helix-config.yaml nor a src directory, the project should render using the fallback code from https://github.com/adobe/helix-pages.
The code should be provided via an npm package, so that it is stable in respect to semver when installing helix-cli, but also allows to update if needed. alternatively, hlx up could automatically download the code from github.
Suggestion
-
hlx upwill check if a fallback code repository is needed, and if so, it will ensure that the
helix-pages repository is checked out to.hlx/pages/masterand the code is used for rendering. eg:- set the
staticrepository to.hlx/pages/master - set the source directory to
.hlx/pages/master/src
- set the
Reactions are currently unavailable