Skip to content

NTBBloodbath/norgolith

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

53 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Norgolith logo

The monolithic Norg static site generator built with Rust. Leverage the power of tree-sitter validation and norg-pandoc conversion to create stunning static sites from your Norg content.

Requirements

Build requirements

  • C/C++ compiler (required by tree-sitter norg parsers)
  • Rust >= 1.77 (latest stable release)

Runtime requirements

  • pandoc

Usage

Compile the project using the optimized Cargo profile.

$ cargo build --profile optimized && \
  ./target/optimized/norgolith --help

The monolithic Norg static site generator

Usage: norgolith <COMMAND>

Commands:
  init   Initialize a new Norgolith site (WIP)
  serve  Build a site for development (WIP)
  build  Build a site for production (WIP)
  help   Print this message or the help of the given subcommand(s)

Options:
  -v, --version  Print version
  -h, --help     Print help

Install

Run cargo install --path . to compile and install the project in ~/.cargo/bin :)

License

This project is licensed under GPLv2.

About

The monolithic Norg static site generator built with Rust

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Sponsor this project

Packages

No packages published

Languages