-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathjuliet.1
33 lines (33 loc) · 1.17 KB
/
juliet.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 JULIET "1" "Mar 2021" "juliet 0.3-alpha" "User Commands"
.SH NAME
juliet \- The lightweight static website generator
.SH DESCRIPTION
.PP
Juliet is a powerful, yet experimental static websites generator written in Python. It is designed to be as lightweight and understandable as possible.
.SH USAGE
juliet [\-h] [\-\-debug] [\-\-version] {build,init,new} ...
.SS "positional arguments:"
.TP
{build,init,new}
sub\-command to be executed
.TP
build
Build static site from local directory to the directory
specified in config.yml
.TP
init
Initialize a new, clean website in current directory.
.TP
new
Initialize a fresh, new article file.
.SS "optional arguments:"
.TP
\fB\-h\fR, \fB\-\-help\fR
show this help message and exit. When called with positional arguments, it provides more specific information about these.
.HP
\fB\-\-debug\fR, \fB\-d\fR
.TP
\fB\-\-version\fR, \fB\-v\fR
show program's version number and exit
.SH COPYRIGHT
This manual page is Copyright (C) 2021 Hugo Lefeuvre <hle@owl.eu.com>. Permission is granted to copy, distribute and/or modify this document under the terms of the GNU General Public License, Version 3 or any later version published by the Free Software Foundation.