Skip to content

Latest commit

 

History

History
33 lines (24 loc) · 695 Bytes

index.md

File metadata and controls

33 lines (24 loc) · 695 Bytes

m4TITLE(xSITE_TITLE)

xSITE_TITLE

xSITE_RUBRIC

Recent Entries

m4_esyscmd({" < _metadata_cache sort -r -k2 | awk ' BEGIN { FS="\t" } printed > 4 { exit } $1 !~ /index.md/ && $1 !~ /categories.md/ { sub(/.md$/, ".html", $1) printf("- %s\n", $3, $1) printed += 1 }' "})

RSS Feed.

Archives

m4_esyscmd({" find . '(' -path '*.git' -o -path 'public' ')' -prune -o -type d -name '20' -printf '%P\n'
| sort -n -r
| awk 'NR != 1 { printf(", ") } { printf("%s", $0, $0) }' "})

About Me