• v1.6.0 21dc56aa6d

    Release v1.6.0
    All checks were successful
    Release Standalone Builder / build (release) Successful in 32s
    Release Standalone Builder / publish-aur (release) Successful in 35s
    Release Standalone Builder / publish-homebrew (release) Successful in 6s
    Stable

    N0VA released this 2026-04-01 15:48:25 +02:00 | 0 commits to main since this release

    • Colour Palettes: 6 built-in themes (Kewt, Nord, Monokai, One Dark, Rose Pine and Solarized, with dark and light variants for each)
    • Modular: Refactored into lib/ modules (builder, commands, config, generator)
    • Client-Side Search: New generate_search = true option builds a search.json index with. Place search bar in header/footer via config
    • Tag Pages: New generate_tags = true option generates tag index pages from post frontmatter tags field
    • --init: Alias for --new
    • --clean / --no-clean: Control whether the output directory is cleaned before building (default: clean), for fast editing use --no-clean --watch
    • Post Navigation: Automatic Previous/Next links at the bottom of posts in posts_dir
    • Zsh Completions
    • Table Styles: Pipe tables now render with proper styling (borders, header background, padding, striped rows) across all themes
    • New Button: Updated button graphic and added SVG source
    Downloads
  • v1.5.3 81d3caff45

    Release v1.5.3
    All checks were successful
    Lint / shellcheck (push) Successful in 20s
    Release Standalone Builder / build (release) Successful in 32s
    Release Standalone Builder / publish-aur (release) Successful in 35s
    Release Standalone Builder / publish-homebrew (release) Successful in 8s
    Stable

    N0VA released this 2026-04-01 09:03:47 +02:00 | 15 commits to main since this release

    Make the posts directory sort by the frontmatter date

    Downloads
  • v1.5.2 100979d28a

    Release v1.5.2
    All checks were successful
    Lint / shellcheck (push) Successful in 21s
    Release Standalone Builder / build (release) Successful in 31s
    Release Standalone Builder / publish-aur (release) Successful in 35s
    Release Standalone Builder / publish-homebrew (release) Successful in 7s
    Stable

    N0VA released this 2026-03-31 12:11:19 +02:00 | 16 commits to main since this release

    • Content Warnings: Added content_warning frontmatter option to hide pages behind an interstitial page
    • Navbar Titles: Sidebar navigation now dynamically reads the title frontmatter configuration directly
    • {{VERSION}} Placeholder: New {{VERSION}} placeholder for template.html that generates the cache-busting string configured via versioning = true (e.g., ?v=12345678)
    Downloads
  • v1.5.1 aac9198878

    Release v1.5.1
    All checks were successful
    Lint / shellcheck (push) Successful in 36s
    Release Standalone Builder / build (release) Successful in 31s
    Release Standalone Builder / publish-aur (release) Successful in 34s
    Release Standalone Builder / publish-homebrew (release) Successful in 7s
    Stable

    N0VA released this 2026-03-30 10:02:41 +02:00 | 18 commits to main since this release

    • Draft by Default: You can now set draft_by_default = true/false directly in your site.conf to automatically make new posts drafts
    • Language Config: You can now set the html language through the new lang variable in site.conf (defaults to "en")
    • Fixed Inline HTML
    • Embed Bug Fixes: Embedded .md documents defined by !e[...] now render recursively
    Downloads
  • v1.5.0 3075719963

    Release v1.5.0
    All checks were successful
    Lint / shellcheck (push) Successful in 21s
    Release Standalone Builder / build (release) Successful in 33s
    Release Standalone Builder / publish-aur (release) Successful in 36s
    Release Standalone Builder / publish-homebrew (release) Successful in 7s
    Stable

    N0VA released this 2026-03-26 13:17:23 +01:00 | 21 commits to main since this release

    • Pagination: Automatic pagination for the posts_dir, configurable via posts_per_page in site.conf
    • Emoji Shortcodes
    • Table of Contents: New {{TOC}} placeholder to auto-generate nested heading lists with clickable anchors
    • Footnotes & Definition Lists: Full support for [^id] footnotes and standard definition list syntax
    • Mobile Nav: Added a hamburger menu to the default template (no JS)
    • Development Tools: New --watch mode for automatic rebuilds and --serve [port] for a built-in development server
    • Open Graph Support: Support for og: meta tags using title, description, and date frontmatter
    Downloads
  • v1.4.3 0379d38234

    Release v1.4.3: Custom indexes
    All checks were successful
    Lint / shellcheck (push) Successful in 22s
    Release Standalone Builder / build (release) Successful in 33s
    Release Standalone Builder / publish-aur (release) Successful in 34s
    Release Standalone Builder / publish-homebrew (release) Successful in 6s
    Stable

    N0VA released this 2026-03-25 10:45:13 +01:00 | 22 commits to main since this release

    • Custom indexes: You can define a custom index for a directory and still get the autogenerated list using the {{LIST}} placeholder
    • --generate-template: You can easliy get the default template file for modification
    Downloads
  • v1.4.2 4069bafd52

    Release v1.4.2
    All checks were successful
    Lint / shellcheck (push) Successful in 19s
    Release Standalone Builder / build (release) Successful in 33s
    Release Standalone Builder / publish-aur (release) Successful in 36s
    Release Standalone Builder / publish-homebrew (release) Successful in 7s
    Stable

    N0VA released this 2026-03-24 08:19:14 +01:00 | 26 commits to main since this release

    Fix to the codeblock handling

    Downloads
  • v1.4.1 35eac48dcd

    Release v1.4.1: v1.4.0 hotfix
    All checks were successful
    Lint / shellcheck (push) Successful in 22s
    Release Standalone Builder / build (release) Successful in 32s
    Release Standalone Builder / publish-aur (release) Successful in 35s
    Release Standalone Builder / publish-homebrew (release) Successful in 6s
    Stable

    N0VA released this 2026-03-23 12:10:02 +01:00 | 28 commits to main since this release

    hotfix

    Downloads
  • v1.4.0 ef16ed4c88

    Release v1.4.0: Frontmatter
    Some checks failed
    Lint / shellcheck (push) Successful in 53s
    Release Standalone Builder / publish-aur (release) Successful in 36s
    Release Standalone Builder / publish-homebrew (release) Failing after 6s
    Release Standalone Builder / build (release) Successful in 34s
    Stable

    N0VA released this 2026-03-23 11:44:00 +01:00 | 29 commits to main since this release

    • Frontmatter: Added frontmatter blocks for per-page variable overrides (title, date, draft)
    • Typed Embeds: \!i, \!v, \!a, \!f, \!e force to output Image, Video, Audio, Iframe, or Inline/embed tags directly
    • Post Upgrades: --post command now accepts a [title] and creates frontmatter automatically

    • Fixed slug generation to properly escape special characters
    • Fixed RSS feeds to be strictly RFC 822 compliant with zero-padding
    • Fixed <iframe> embeds and links to fully preserve URL % and & without errors
    Downloads
  • v1.3.3 f85abd43c4

    Brew Release
    Some checks failed
    Lint / shellcheck (push) Has been cancelled
    Release Standalone Builder / build (release) Successful in 30s
    Release Standalone Builder / publish-aur (release) Successful in 32s
    Release Standalone Builder / publish-homebrew (release) Successful in 6s
    Stable

    N0VA released this 2026-03-20 09:27:47 +01:00 | 35 commits to main since this release

    Downloads