-
Release v1.6.7
StableSome checks failedDeploy Website / deploy-website (push) Successful in 39sPublish kewt-git to AUR / publish-aur-git (push) Successful in 21sRelease Standalone Builder / build (release) Successful in 27sRelease Standalone Builder / publish-fedora (release) Failing after 15sRelease Standalone Builder / publish-aur (release) Successful in 22sRelease Standalone Builder / publish-homebrew (release) Successful in 7sreleased this
2026-05-20 10:33:55 +02:00 | 0 commits to main since this releaseFedora package
Downloads
-
Release v1.6.6
StableAll checks were successfulDeploy Website / deploy-website (push) Successful in 40sPublish kewt-git to AUR / publish-aur-git (push) Successful in 20sRelease Standalone Builder / build (release) Successful in 26sRelease Standalone Builder / publish-aur (release) Successful in 20sRelease Standalone Builder / publish-homebrew (release) Successful in 7sreleased this
2026-05-12 21:01:21 +02:00 | 2 commits to main since this releaseHomebrew packaging for macOS fix
Downloads
-
Release v1.6.5
StableAll checks were successfulreleased this
2026-05-06 13:21:45 +02:00 | 4 commits to main since this releasefix
Downloads
-
Release v1.6.4
StableSome checks failedreleased this
2026-05-05 20:53:06 +02:00 | 5 commits to main since this releasehotfix
Downloads
-
Release v1.6.3
StableSome checks failedreleased 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
-
Release v1.6.0
Stablereleased 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 = trueoption builds asearch.jsonindex with. Place search bar in header/footer via config - Tag Pages: New
generate_tags = trueoption generates tag index pages from post frontmattertagsfield --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
-
Release v1.5.3
StableAll checks were successfulreleased this
2026-04-01 09:03:47 +02:00 | 27 commits to main since this releaseMake the posts directory sort by the frontmatter date
Downloads
-
Release v1.5.2
StableAll checks were successfulreleased this
2026-03-31 12:11:19 +02:00 | 28 commits to main since this release- Content Warnings: Added
content_warningfrontmatter option to hide pages behind an interstitial page - Navbar Titles: Sidebar navigation now dynamically reads the
titlefrontmatter configuration directly {{VERSION}}Placeholder: New{{VERSION}}placeholder fortemplate.htmlthat generates the cache-busting string configured viaversioning = true(e.g.,?v=12345678)
Downloads
- Content Warnings: Added
-
Release v1.5.1
StableAll checks were successfulreleased 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/falsedirectly in yoursite.confto automatically make new posts drafts - Language Config: You can now set the html language through the new
langvariable insite.conf(defaults to"en") - Fixed Inline HTML
- Embed Bug Fixes: Embedded
.mddocuments defined by!e[...]now render recursively
Downloads
- Draft by Default: You can now set
-
Release v1.5.0
StableAll checks were successfulreleased this
2026-03-26 13:17:23 +01:00 | 33 commits to main since this release- Pagination: Automatic pagination for the
posts_dir, configurable viaposts_per_pageinsite.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
--watchmode for automatic rebuilds and--serve [port]for a built-in development server - Open Graph Support: Support for
og:meta tags usingtitle,description, anddatefrontmatter
Downloads
- Pagination: Automatic pagination for the