Articles and blog posts
Web articles and blog posts clipped for ingestion. Each file is an unedited copy of the original source.
TABLE WITHOUT ID file.link AS "Name"
WHERE (file.folder = this.file.folder AND file.name != "index")
OR (file.name = "index" AND regexreplace(file.folder, "/[^/]+$", "") = this.file.folder)
SORT file.name ASC