Recent new and updated pages
- Notes and ideas for supporting themes for MarkPub package - what problem is solved? support repair and changes to the default MarkPub installed theme - who's problem is it? MarkPub websites that need or want to incorporate theme changes - what are [...]
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 [...]
This document provides an overview of the NXC (Massive Wiki Builder) architecture, detailing the core components and their interactions. NXC consists of several key components that work together to transform Markdown files into a static website: [...]
This document describes the data flow in the NXC (Massive Wiki Builder) system, showing how information moves through the system during the build process. ```mermaid flowchart TD A[Markdown Files] --> B[File Processor] B --> C[YAML Front Matter] B --> [...]
This document provides a comprehensive guide to using the NXC (Massive Wiki Builder) static site generator. Install NXC using pip: ```bash pip install --extra-index-url https://test.pypi.org/simple/ nxc ``` For search functionality, you'll need [...]