-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathwebdown.1
33 lines (23 loc) · 854 Bytes
/
webdown.1
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
.TH "webdown" "1" "April 2012" "webdown" "User Commands"
.SH "NAME"
webdown \- static website generator from markdown sources
.SH "SYNOPSIS"
\&\fBwebdown [\fIoptions\fB] \fIsource destination\fR
.SH "DESCRIPTION"
Creates HTML files into the \fIdestination\fR directory from the markdown
files in the \fIsource\fR directory.
.SH "OPTIONS"
.IP "\fB-l, --layout \fIfile\fR"
Use the HTML \fIfile\fR as layout. The current variables will be replaced:
\fB{{ CONTENT }}\fR - The HTML of the markdown convertion
\fB{{ TITLE }}\fR - The page title
.IP "\fB-q, --quiet\fR"
Do not print any message.
.IP "\fB-h, --help\fR"
Prints the synopsis and list the options.
.IP "\fB-v, --version\fR"
Prints the \fIwebdown\fR(1) version and exit.
.SH "AUTHOR"
Juan M Martínez <[email protected]>
.SH "SEE ALSO"
\fBsundown\fR (https://github.com/tanoku/sundown)