-
Release v1.4.3: Custom indexes
StableAll checks were successfulreleased this
2026-03-25 10:45:13 +01:00 | 34 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 | 38 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 | 40 commits to main since this releasehotfix
Downloads
-
Release v1.4.0: Frontmatter
Stablereleased this
2026-03-23 11:44:00 +01:00 | 41 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 | 47 commits to main since this releaseDownloads
-
Release v1.3.2
Stablereleased this
2026-03-20 09:01:40 +01:00 | 49 commits to main since this releaseThis release introduces:
- Incremental Builds: Unmodified pages are automatically skipped
- Custom Admonitions: Admonitions can now be customized via the new
custom_admonitionsconfiguration insite.conf - Task Lists: Added support for
- [ ]and- [x]
Downloads
-
Release v1.3.1a
StableAll checks were successfulreleased this
2026-03-19 21:51:13 +01:00 | 55 commits to main since this releaseAUR publishing fix
Downloads
-
Release v1.3.1
StableAll checks were successfulreleased this
2026-03-19 21:45:49 +01:00 | 56 commits to main since this releaseThis release includes fixes to
/and\handling in thesite.conffileDownloads
-
Release v1.3.0
Stablereleased this
2026-03-19 15:38:26 +01:00 | 64 commits to main since this releaseThis release introduces:
- New default
kewttheme - Mobile responsive layout
- Active navigation state - current page is highlighted in the sidebar without any JS
- Code block language classes (
<code class="language-x">) for use with external highlighters like highlight.js or Prism.js - Viewport meta tag added to default templates for mobile scaling
- New
enable_header_linksconfig option for clickable header anchors (default: true) - Fixed indented code parser breaking inside
<pre>blocks
Downloads
- New default
-
Release v1.2.2
Stablereleased this
2026-03-18 22:28:55 +01:00 | 68 commits to main since this release- Changed
--postcommand to default to the current directory instead ofsitewhen ran inside a project folder - Changed posts directories to always generate indexes
- Added a new
--versionflag that prints the current version
Downloads
- Changed