stranger-site-gen/doc/directory-structure.txt

35 lines
978 B
Plaintext

Example directory structure:
site/
├── config.dhall
├── pages/
│   ├── about/
│   │   ├── about.djot
│   │   └── page.dhall
│   ├── index/
│   │   ├── index.djot
│   │   └── page.dhall
│   └── projects/
│   ├── page.dhall
│   └── projects.djot
├── posts/
│   ├── new-blog-who-this/
│   │   ├── new-blog-who-this.djot
│   │   └── post.dhall
│   ├── nonsense-post/
│   │   ├── nonsense-post.djot
│   │   └── post.dhall
│   └── thing-in-lang/
│   ├── post.dhall
│   └── thing-in-lang.djot
├── statics/
│   ├── cv.pdf
│   └── images/
│   ├── picture-of-cat.jpg
│   └── picture-of-fish.jpg
└── styles/
├── default.css
├── index.css
└── post.css