<>= https://github.com/ctarbide @ <>=

<></h1> <p> Hi, you are very much welcome! <h2>Pages</h2> <<pages listing>> <h2>About</h2> <p> The intent of this is to document some of the stuff I do at <a href="<<url>>"><<url>></a>. <p> <a href="pages/2024/2024-01-06_15h38m06_meta/index.html">More information</a>. @ <<PRIMARY SOURCES>>= <<TOP>>/assets.nw index.nw @ <<URL_PREFIX>>= https://ctarbide.github.io/ @ <<TOP>>= . @ <<CANONICAL_URL>>= <<URL_PREFIX>>index.html @ <<TITLE>>= ctarbi.de - Main Page @ <<sh preamble>>= #!/bin/sh set -eu @ <<print LAST MODIFIED>>= if [ -f .draft ]; then last-modified.sh index.nw pages.nw | perl -MPOSIX=strftime \ -lne'print(strftime(qq{@<<LAST MODIFIED@>>=\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{@<<LAST MODIFIED@>>=\n${_}\n@\n})' fi @ <<generate>>= <<sh preamble>> <<print LAST MODIFIED>> cat <<PRIMARY SOURCES>> pages.nw @ <<render>>= <<sh preamble>> nofake -Rgenerate index.nw | sh | CHMOD='chmod 0444' nofake.sh --error -Rindex.html -oindex.html @ <<index.html>>= <!DOCTYPE html> <html lang="en"> <title><<TITLE>> <> <