Skip to content

krichprollsch/mblog

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

mblog

mblog is a micro blog static site generator written with Go.

Usage

./mblog --tmpl <templates dir>  --in <input dir>  --out <output dir>

Writing

mblog converts markdown posts into html.

Templates

mblog expects 3 templates:

  • index.tmpl is used to generate the index.html
  • post.tmpl is used to generate a post
  • page.tmpl is used to generate a page

Index

The index page is the blog's homepage. The

Metada

You ca set

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages