>
About
The intent of this is to document some of the stuff I do at <>.
More information.
@
<>=
<>/assets.nw index.nw
@
<>=
https://ctarbide.github.io/
@
<>=
.
@
<>=
<>index.html
@
<>=
ctarbi.de - Main Page
@
<>=
#!/bin/sh
set -eu
@
<>=
if [ -f .draft ]; then
last-modified.sh index.nw pages.nw | perl -MPOSIX=strftime \
-lne'print(strftime(qq{@<>=\n%B %e, %Y (DRAFT)\n@\n}, gmtime($_)))'
else
FORMAT='format:%B %e, %Y at %T UTC' git-last-modified.sh index.nw | perl \
-lne'print(qq{@<>=\n${_}\n@\n})'
fi
@
<>=
<>
<>
cat <> pages.nw
@
<>=
<>
nofake -Rgenerate index.nw | sh | CHMOD='chmod 0444' nofake.sh --error -Rindex.html -oindex.html
@
<>=
<>
<>
<