• 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 | 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
  • 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 | 38 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 | 40 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 | 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, \!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 | 47 commits to main since this release

    Downloads
  • v1.3.2 55a515ccd5

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

    N0VA released this 2026-03-20 09:01:40 +01:00 | 49 commits to main since this release

    This release introduces:

    • Incremental Builds: Unmodified pages are automatically skipped
    • Custom Admonitions: Admonitions can now be customized via the new custom_admonitions configuration in site.conf
    • Task Lists: Added support for - [ ] and - [x]
    Downloads
  • Release v1.3.1a
    All checks were successful
    Lint / shellcheck (push) Successful in 18s
    Publish kewt-git to AUR / publish-aur-git (push) Successful in 29s
    Release Standalone Builder / build (release) Successful in 30s
    Release Standalone Builder / publish-aur (release) Successful in 44s
    Stable

    N0VA released this 2026-03-19 21:51:13 +01:00 | 55 commits to main since this release

    AUR publishing fix

    Downloads
  • v1.3.1 c5a9355871

    Release v1.3.1
    All checks were successful
    Lint / shellcheck (push) Successful in 18s
    Publish kewt-git to AUR / publish-aur-git (push) Successful in 30s
    Release Standalone Builder / build (release) Successful in 31s
    Release Standalone Builder / publish-aur (release) Successful in 34s
    Stable

    N0VA released this 2026-03-19 21:45:49 +01:00 | 56 commits to main since this release

    This release includes fixes to / and \ handling in the site.conf file

    Downloads
  • v1.3.0 78eac182dc

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

    N0VA released this 2026-03-19 15:38:26 +01:00 | 64 commits to main since this release

    This release introduces:

    • New default kewt theme
    • 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_links config option for clickable header anchors (default: true)
    • Fixed indented code parser breaking inside <pre> blocks
    Downloads
  • v1.2.2 2e331b5d9a

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

    N0VA released this 2026-03-18 22:28:55 +01:00 | 68 commits to main since this release

    • Changed --post command to default to the current directory instead of site when ran inside a project folder
    • Changed posts directories to always generate indexes
    • Added a new --version flag that prints the current version
    Downloads