Skip to content

Golang based Markdown website generator

License

Notifications You must be signed in to change notification settings

sdassow/markdown-webgen

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

20 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

markdown-webgen

Golang based Markdown website generator.

SYNOPSIS

markdown-webgen [-destdir dir] [-assetdir dir] [-tmplfile file] [-quiet] mdfile [mdfile ...]

DESCRIPTION

This program reads a given markdown file, collects other linked markdown files, converts them all to html using a template, and replaces the markdown links to point to the corresponding html files.

The options are as follows:

  • -destdir dir - Destination directory to write all resulting files to, defaults to the same directory as the source file

  • -assetdir dir - Directory with additional files to copy to the destination directory, unset by default

  • -tmplfile file - Template file to use, defaults to template.html

  • -quiet - Avoid printing detailed output

LICENSE

MIT

Releases

No releases published

Packages

No packages published