% FENRISG(1) A static site generator using pandoc
fenrisg - A static site generator using pandoc
fenrisg <COMMAND> [POSITIONAL-ARGS...]
fenrisg, is a static site generator that uses pandoc, targeting org and markdown files.
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.
Fenrisg is developed and maintained by vaeringjar.
Bugs and issues can be reported on NotABug.org:
https://notabug.org/vaeringjar/fenrisg/issues
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
pandoc(1)