.
├── configuration.yaml
├── input
│ ├── index.md
│ ├── post1.md
│ ├── post2.md
│ └── static
│ └── style.css
├── output
│ ├── index.html
│ ├── post1.html
│ ├── post2.html
│ └── static
│ └── style.css
├── README.md
└── templates
├── footer.gotmpl
├── header.gotmpl
├── index.gotmpl
└── page.gotmpl