From 43f7e1afaa90bccec00c9679f802d0ff8483545a Mon Sep 17 00:00:00 2001 From: "N0\\A" Date: Sat, 7 Mar 2026 12:30:18 +0100 Subject: [PATCH] kewt.krzak.org --- README.md | 2 ++ kewt.sh | 2 +- site.conf | 2 +- 3 files changed, 4 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 57cc699..7965c9e 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,7 @@ # _kewt_ +# [Go to the website](https://kewt.krzak.org) + _kewt_ is a minimalist ssg inspired by _[werc](http://werc.cat-v.org/)_ and _[kew](https://github.com/uint23/kew)_ It's meant to be a static site generator, like _[kew](https://github.com/uint23/kew)_ but use only default (POSIX) tooling, like _[werc](http://werc.cat-v.org/)_ (and definitely unlike _[kew](https://github.com/uint23/kew)_) diff --git a/kewt.sh b/kewt.sh index d06d47c..9a4c49c 100755 --- a/kewt.sh +++ b/kewt.sh @@ -160,7 +160,7 @@ ensure_root_defaults title="kewt" style="kewt" -footer="made with kewt" +footer="made with kewt" dir_indexes="true" single_file_index="true" flatten="false" diff --git a/site.conf b/site.conf index 933873c..034f6a7 100644 --- a/site.conf +++ b/site.conf @@ -3,7 +3,7 @@ style = "kewt" dir_indexes = true single_file_index = true flatten = false -footer = "made with kewt" +footer = "made with kewt" logo = "" display_logo = false display_title = true