markdown-webgen

command module
v0.0.0-...-5ff08c2 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Sep 24, 2020 License: MIT Imports: 19 Imported by: 0

README

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

Documentation

The Go Gopher

There is no documentation for this package.

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL