-
Release v1.6.0
Stablereleased 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 = 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 | 15 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 | 16 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 | 18 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 | 21 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
-
Release v1.4.3: Custom indexes
StableAll checks were successfulreleased 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
- Custom indexes: You can define a custom index for a directory and still get the autogenerated list using the
-
Release v1.4.2
StableAll checks were successfulreleased this
2026-03-24 08:19:14 +01:00 | 26 commits to main since this releaseFix to the codeblock handling
Downloads
-
Release v1.4.1: v1.4.0 hotfix
StableAll checks were successfulreleased this
2026-03-23 12:10:02 +01:00 | 28 commits to main since this releasehotfix
Downloads
-
Release v1.4.0: Frontmatter
Stablereleased 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,\!eforce to output Image, Video, Audio, Iframe, or Inline/embed tags directly - Post Upgrades:
--postcommand 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
- Frontmatter: Added frontmatter blocks for per-page variable overrides (
-
Brew Release
Stablereleased this
2026-03-20 09:27:47 +01:00 | 35 commits to main since this releaseDownloads