thegetty / quire

A multi-package repository for the Quire multiformat publishing framework
https://quire.getty.edu/
BSD 3-Clause "New" or "Revised" License
98 stars 12 forks source link

Install quire-11ty to a project sub-directory #652

Open mphstudios opened 1 year ago

mphstudios commented 1 year ago

Work-in-progress to install quire-11ty to a sub-directory in the project directory.

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