Skip to content

Latest commit

 

History

History

example

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 
.
├── 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