diff --git a/makefile b/makefile index 099f7c9..213e170 100644 --- a/makefile +++ b/makefile @@ -1,4 +1,4 @@ -VERSION = 0.2 +VERSION = 0.3 PREFIX = /usr/local MANPREFIX = ${PREFIX}/share/man diff --git a/rivet.1 b/rivet.1 index 67c0a71..4c2c107 100644 --- a/rivet.1 +++ b/rivet.1 @@ -5,10 +5,12 @@ rivet \- simple static site generator .SH SYNOPSIS .SY rivet -.OP \-vhelfsu +.OP \-hvelfsurdt .OP \-o destdir .OP \-p string -.I srcdir/ +.OP \-m number +.OP \-n string +.I srcdir .I domain .YS @@ -16,7 +18,7 @@ rivet \- simple static site generator .PP Rivet is a POSIX shell script that relies on .BR lowdown(1) -to convert markdown ( refer to +to convert markdown (refer to .BR lowdown(5) for more info on the dialect of markdown used and metadata) files to html and build an output directory which can be uploaded to an http server. @@ -48,7 +50,7 @@ Set the title of the atom feed to .IP "\-d string" Set the description of the atom feed to .I string -.IP "\-n number" +.IP "\-m number" Set the maximum number of elements in the atom feed to .I number setting it to '0' includes all files @@ -62,6 +64,9 @@ Disables the application of the user-supplied header in .IP \-f Disables the application of the user-supplied footer in .I _footer.html +.IP \-t +Disables the insertion of the user-supplied metadata in +.I _metadata.html .IP \-l Disables the generation of the "Pages" section in index.html .IP \-s @@ -95,6 +100,7 @@ src/ - index.md - _header.html - _footer.html + - _metadata.html .EE .PP @@ -110,6 +116,8 @@ contains .EX

Header

.EE +.I _metadata.html +can be empty .PP Note that since the contents of @@ -119,6 +127,12 @@ and will be placed inside the correct tags, the files themselves do not need to contain
and