fenrisg.1.md 1.3 KB

% FENRISG(1) A static site generator using pandoc

NAME

fenrisg - A static site generator using pandoc

SYNOPSIS

fenrisg <COMMAND> [POSITIONAL-ARGS...]

DESCRIPTION

fenrisg, is a static site generator that uses pandoc, targeting org and markdown files.

COMMANDS

help

: Show the usage help info.

rss

: Build an rss feed from html metadata, sorted by date. The

<*input_directory*> should not have a trailing / char. Run this
after building the site.

sitemap

: Build a sitemap. It will automatically ignore the first, immediate

subdirectory called static. Run this before building the site. It
will ignore ~/static and ~/drafts directories.

version

: Display the current version.

source-file

: <org, markdown, markdown-smart>

: The format to convert to html followed by positional args. It will

ignore anything in the ~/drafts directory.

AUTHORS

Fenrisg is developed and maintained by vaeringjar.

REPORTING BUGS

Bugs and issues can be reported on NotABug.org:

https://notabug.org/vaeringjar/fenrisg/issues

COPYRIGHT

Copyright 2021 vaeringjar and contributors.

Licensed under the GNU Affero General Public License version 3 or later, see https://www.gnu.org/licenses/agpl-3.0.html

SEE ALSO

pandoc(1)