Skip to content

Latest commit

 

History

152 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

topaz

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

About

No description, website, or topics provided.

Resources

Stars

2 stars

Watchers

2 watching

Forks

Releases

Packages

Contributors

Languages