kewt.krzak.org
This commit is contained in:
@@ -1,5 +1,7 @@
|
|||||||
# _kewt_
|
# _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)_
|
_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)_)
|
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)_)
|
||||||
|
|||||||
2
kewt.sh
2
kewt.sh
@@ -160,7 +160,7 @@ ensure_root_defaults
|
|||||||
|
|
||||||
title="kewt"
|
title="kewt"
|
||||||
style="kewt"
|
style="kewt"
|
||||||
footer="made with <a href=\"https://git.krzak.org/N0VA/kewt\">kewt</a>"
|
footer="made with <a href=\"https://kewt.krzak.org\">kewt</a>"
|
||||||
dir_indexes="true"
|
dir_indexes="true"
|
||||||
single_file_index="true"
|
single_file_index="true"
|
||||||
flatten="false"
|
flatten="false"
|
||||||
|
|||||||
@@ -3,7 +3,7 @@ style = "kewt"
|
|||||||
dir_indexes = true
|
dir_indexes = true
|
||||||
single_file_index = true
|
single_file_index = true
|
||||||
flatten = false
|
flatten = false
|
||||||
footer = "made with <a href="https://git.krzak.org/N0VA/kewt">kewt</a>"
|
footer = "made with <a href="https://kewt.krzak.org">kewt</a>"
|
||||||
logo = ""
|
logo = ""
|
||||||
display_logo = false
|
display_logo = false
|
||||||
display_title = true
|
display_title = true
|
||||||
|
|||||||
Reference in New Issue
Block a user