Open mphstudios opened 1 year ago
Work-in-progress to install quire-11ty to a sub-directory in the project directory.
quire-11ty
Intended output—
projectRoot/ ├── .git/ <-- repository reset by `quire new` command ├── .gitignore <-- add ignore file pattern for `quire11tyPath` ├── .node-version ├── .quire-version ├── 11ty/ <-- Should this be a hidden (.11ty) or git ignored by default? │ ├── .eleventy.js │ ├── .eleventyignore │ ├── _includes/ │ ├── _layouts/ │ ├── _lib/ │ ├── _plugins/ │ ├── node_modules/ │ ├── package-lock.json │ └── package.json ├── content │ ├── _assets/ │ ├── _computed/ │ ├── _data/ │ ├── intro.md
Work-in-progress to install
quire-11ty
to a sub-directory in the project directory.Intended output—