presentations/src/building-static-websites-sculpin/code/project-structure.txt

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

15 lines
338 B
Text
Raw Normal View History

2024-05-23 17:09:30 +01:00
.
├── app
│   ├── config
│   │   ├── sculpin_kernel.yml
│   │   └── sculpin_site.yml
├── composer.json
├── composer.lock
├── output_dev
├── output_prod
├── source
│   ├── _includes
│   ├── _templates
│   └── index.md
└── vendor