Created
December 18, 2013 01:02
Wintersmith site structure, using Component(1), Nunjucks, and eventually Rework.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
. | |
├── README.md | |
├── component.json | |
├── components (installed by Component(1)) | |
├── components-data | |
│ ├── a-page.md | |
│ └── articles | |
├── components-local | |
│ ├── article | |
│ │ ├── article.css | |
│ │ ├── article.html | |
│ │ └── component.json | |
│ ├── base | |
│ │ ├── base.css | |
│ │ ├── base.html | |
│ │ └── component.json | |
│ ├── header | |
│ │ ├── header.css | |
│ │ ├── header.html | |
│ │ └── component.json | |
│ ├── index | |
│ │ └── index.html | |
│ ├── list | |
│ │ ├── list.css | |
│ │ ├── list.html | |
│ │ └── component.json | |
│ └── page | |
│ └── page.html | |
├── config.json | |
└── package.json |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment