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

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

Draft
wants to merge 3 commits into
base: main
Choose a base branch
from

Conversation

mphstudios
Copy link
Member

@mphstudios mphstudios commented Jan 20, 2023

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

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

Successfully merging this pull request may close these issues.

1 participant