(we are switching to a new theme,
don't worry if things look different for a while!)

Site Navigation

Plans

Massive Wiki Roadmap
Pier2Pier
Massive Wiki Builder redesign

For Testing

wiki link test page
Mistletoe parser test page
Mistletoe & the ampersand story

NXC Documentation

This directory contains architectural and workflow documentation for the NXC (Massive Wiki Builder) static site generator. This entire directory was generated automatically by Claude 3.7 Sonnet on 2025-02-25, based on nxc edbac489fef82bb8f6ac716d725ac14de6b38a171 of 2024-12-12. It is believed to be useful, but it has been not been comprehensively reviewed by humans yet.

Available Documentation

NOTE: Some of these pages use Mermaid diagrams, which are not rendered on the website. But if you have this repo on your computer, you can use Markdown tools like Obsidian or Typora to view the page with the diagrams rendered as intended.

Quick Reference

NXC is a static site generator that builds HTML websites from Markdown files, with special support for wiki-style features:

Key Commands

# Initialize a new site
nxc init directory-name

# Build a site
nxc build -i <input_directory> -o <output_directory> [--lunr] [--commits]

Configuration

Configuration is stored in .nxc/nxc.yaml and includes:

Extension Points

NXC can be extended through:

  1. Custom themes in the this-website-themes directory
  2. YAML configuration options
  3. Custom CSS and JavaScript in theme folders

See Also


Pages that link to this page