Skip to content

135e2/panblog

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Panblog

Lightweight static site generator (SSG) written in Haskell, powered by Pandoc.

Blog source structure

.
├── templates/ # HTML templates & static assets
│ ├── page.html
│ ├── home.html
│ └── xxx.css
├── content/ # Blog posts (each folder = one post)
│ ├── post1/
│ │ ├── index.md
│ │ └── image.png
│ └── post2/
├── output/ # Generated HTML site (auto-created)
└── config.yaml # Global template variables (title, author, etc.)

About

lightweight static site generator (SSG) powered by Pandoc

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published