• v1.6.7 930e1ac4dc

    Release v1.6.7
    Some checks failed
    Deploy Website / deploy-website (push) Successful in 39s
    Publish kewt-git to AUR / publish-aur-git (push) Successful in 21s
    Release Standalone Builder / build (release) Successful in 27s
    Release Standalone Builder / publish-fedora (release) Failing after 15s
    Release Standalone Builder / publish-aur (release) Successful in 22s
    Release Standalone Builder / publish-homebrew (release) Successful in 7s
    Stable

    N0VA released this 2026-05-20 10:33:55 +02:00 | 0 commits to main since this release

    Fedora package

    Downloads
  • v1.6.6 8b760b2897

    Release v1.6.6
    All checks were successful
    Deploy Website / deploy-website (push) Successful in 40s
    Publish kewt-git to AUR / publish-aur-git (push) Successful in 20s
    Release Standalone Builder / build (release) Successful in 26s
    Release Standalone Builder / publish-aur (release) Successful in 20s
    Release Standalone Builder / publish-homebrew (release) Successful in 7s
    Stable

    N0VA released this 2026-05-12 21:01:21 +02:00 | 2 commits to main since this release

    Homebrew packaging for macOS fix

    Downloads
  • v1.6.5 a086565ede

    Release v1.6.5
    All checks were successful
    Deploy Website / deploy-website (push) Successful in 21s
    Release Standalone Builder / build (release) Successful in 23s
    Release Standalone Builder / publish-aur (release) Successful in 20s
    Release Standalone Builder / publish-homebrew (release) Successful in 6s
    Stable

    N0VA released this 2026-05-06 13:21:45 +02:00 | 4 commits to main since this release

    fix

    Downloads
  • v1.6.4 79bc467bf6

    Release v1.6.4
    Some checks failed
    Deploy Website / deploy-website (push) Successful in 28s
    Release Standalone Builder / build (release) Successful in 29s
    Release Standalone Builder / publish-aur (release) Failing after 4m6s
    Release Standalone Builder / publish-homebrew (release) Successful in 7s
    Stable

    N0VA released this 2026-05-05 20:53:06 +02:00 | 5 commits to main since this release

    hotfix

    Downloads
  • v1.6.3 c8df9a3da9

    Release v1.6.3
    Some checks failed
    Release Standalone Builder / build (release) Successful in 1m50s
    Deploy Website / deploy-website (push) Failing after 29s
    Release Standalone Builder / publish-homebrew (release) Has been cancelled
    Release Standalone Builder / publish-aur (release) Has been cancelled
    Stable

    N0VA released this 2026-05-05 20:40:19 +02:00 | 7 commits to main since this release

    • Faster Builds: Added a manifest/cache pass for markdown metadata instead of rescanning files repeatedly
    • HTML Fixes: Fixed invalid nested heading links, moved header search outside <h1>, and made generated heading IDs unique (ex. test, test-2)
    • Emoji Rewrite: Emoji shortcode handling is now data-driven, with aliases stored in awk/emoji.tsv
    • Draft pages fix: Fixed pages marked as drafts sometimes still being included in the navbar
    Downloads
  • 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 | 12 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 | 27 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 | 28 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 | 30 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 | 33 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