Create static website from a folder of Markdown files. Supports Obsidian notes and GitHub Flavoured Markdown.
topaz 0.0.3
Usage: topaz [--debug] <command> [args]
Global args
--debug Enable debug logging
--help Print this help message
Commands:
render [input] Render markdown to HTML
--out=<outdir> Directory to output rendered HTML (default: topaz-out)
--template=<template.html> HTML template to use
index [input] Index documents
--db=<myindex.db> SQLite DB file to use
query [query] Full-text search the index
--db=<myindex.db> SQLite DB file to use
serve [input] Serve static files
--port=<10547> Port for HTTP server to use
--out=<outdir> Directory to output rendered HTML (default: topaz-out)
--template=<template.html> HTML template to use
--db=<myindex.db> SQLite DB file to use