Skip to main content

A Minimal Static Site Generator

Project description

doxite

preview

Doxite is a minimal static site generator written in Python.
It converts Markdown files into static HTML using a custom Markdown parser and provides a simple CLI workflow for bootstrapping a project and generating pages.

Current status: early-stage / in active development
The Markdown parser is implemented and working, and the CLI scaffold has started. The full static site generation pipeline is still being built.


Features

Implemented

  • Custom Markdown parser written from scratch in Python
  • HTML AST / node-based rendering pipeline
  • Support for common Markdown block types:
    • Headings
    • Paragraphs
    • Blockquotes
    • Fenced code blocks
    • Ordered lists
    • Unordered lists
  • Support for inline Markdown syntax:
    • Bold
    • Italic
    • Inline code
    • Links
    • Images
  • CLI-based project initialization with doxite init
  • Fixture-based parser tests comparing generated HTML against expected HTML

Planned

  • Built-in page template injection
  • Public asset copying
  • doxite serve
  • doxite watch
  • Frontmatter support
  • Better theming / template system
  • Improved CLI UX and project scaffolding

Why this project?

Doxite started as an experiment to understand how static site generators work internally rather than relying on an existing Markdown or SSG library.

The goal is to build a lightweight, hackable static site generator with:

  • a custom Markdown parser
  • a simple build pipeline
  • a clean Python CLI
  • minimal dependencies

Installation

pip install doxite

or with uv:

uv add doxite

Quick Start

Initialize a new Doxite project:

doxite init my-site

This creates a basic project structure:

my-site/
├── public/
└── src/
    └── index.md

Or initialize in the current directory:

doxite init .

Current CLI

doxite init

Bootstraps a new Doxite project in the given directory.

doxite init my-site

or:

doxite init .

At the moment, the CLI is intentionally minimal and mainly focused on project scaffolding while the rest of the SSG pipeline is being built.


Project Status

Doxite is currently in an early development stage.

Working today

  • Markdown parsing
  • HTML rendering from the parsed Markdown AST
  • Project initialization CLI
  • doxite init
  • doxite build

In progress

  • Internal template injection for rendered pages
  • Static asset handling

Markdown Support

Doxite currently supports the following Markdown constructs:

Block-level

  • # to ###### headings
  • Paragraphs
  • Blockquotes using >
  • Ordered lists using 1.
  • Unordered lists using -
  • Fenced code blocks using triple backticks

Inline

  • *bold*
  • _italic_
  • `code`
  • [link](url)
  • ![image](url)

Design Notes

A few implementation choices in the current parser are intentionally simplified:

  • The Markdown parser is a lightweight custom parser, not a full CommonMark implementation.
  • It is designed as a streaming / line-oriented parser with a focus on simplicity and performance.
  • The current block parsing behavior intentionally favors a straightforward single-pass design over strict CommonMark compliance.

The goal is not to perfectly replicate every edge case of existing Markdown parsers, but to build a practical and understandable SSG core.


Roadmap

✅Build custom Markdown parser

✅Add HTML node rendering

✅Add parser tests with fixtures

✅Add basic CLI with doxite init and doxite build

✅Implement page build pipeline (partially)

✅Inject rendered content into a base HTML template

⬜Copy public assets to output directory

⬜Add doxite serve

⬜ Add doxite watch

⬜ Add frontmatter support

⬜ Improve theme/template support


Contributing

Issues, ideas, and feedback are welcome.

Doxite is still early, so the architecture and feature set are evolving quickly.

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

doxite-0.2.0.tar.gz (90.9 kB view details)

Uploaded Source

Built Distribution

If you're not sure about the file name format, learn more about wheel file names.

doxite-0.2.0-py3-none-any.whl (14.8 kB view details)

Uploaded Python 3

File details

Details for the file doxite-0.2.0.tar.gz.

File metadata

  • Download URL: doxite-0.2.0.tar.gz
  • Upload date:
  • Size: 90.9 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: uv/0.11.28 {"installer":{"name":"uv","version":"0.11.28","subcommand":["publish"]},"python":null,"implementation":{"name":null,"version":null},"distro":{"name":"Ubuntu","version":"24.04","id":"noble","libc":null},"system":{"name":null,"release":null},"cpu":null,"openssl_version":null,"setuptools_version":null,"rustc_version":null,"ci":true}

File hashes

Hashes for doxite-0.2.0.tar.gz
Algorithm Hash digest
SHA256 fec35d28712ca843c158755f6aeb8ac355417d41f8a44dbdf69ab6a18512ca62
MD5 13ac3883359c8676a7bb3f26785070d0
BLAKE2b-256 d71374b29de0a29fa5b6635bcc6ddf2fa2045385738abd94877eb1224eb4f066

See more details on using hashes here.

File details

Details for the file doxite-0.2.0-py3-none-any.whl.

File metadata

  • Download URL: doxite-0.2.0-py3-none-any.whl
  • Upload date:
  • Size: 14.8 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: uv/0.11.28 {"installer":{"name":"uv","version":"0.11.28","subcommand":["publish"]},"python":null,"implementation":{"name":null,"version":null},"distro":{"name":"Ubuntu","version":"24.04","id":"noble","libc":null},"system":{"name":null,"release":null},"cpu":null,"openssl_version":null,"setuptools_version":null,"rustc_version":null,"ci":true}

File hashes

Hashes for doxite-0.2.0-py3-none-any.whl
Algorithm Hash digest
SHA256 93760dc3ce59ece2128ed40379661ee5a7587d8a130a4a9ab719e85cad57b9b5
MD5 2fea354afe9adb9e2c9136cf7b2cd3cb
BLAKE2b-256 916aed3a01a305add26d29431b54adb14cc2de52bf497656ef6ca933bd657feb

See more details on using hashes here.

Supported by

AWS Cloud computing and Security Sponsor Datadog Monitoring Depot Continuous Integration Fastly CDN Google Download Analytics Pingdom Monitoring Sentry Error logging StatusPage Status page