Skip to content

Latest commit

 

History

History
22 lines (22 loc) · 503 Bytes

README.md

File metadata and controls

22 lines (22 loc) · 503 Bytes
.
├── 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