From dce537b50c866e4250b745858d74cf549bd37002 Mon Sep 17 00:00:00 2001 From: Catalin Constantin Mititiuc Date: Wed, 25 Jun 2025 15:25:08 -0700 Subject: [PATCH] Delete duplicate post --- html/.gitignore | 1 + posts/2025-06-18-test-nginx-conf-directives.md | 0 site.moon | 1 - 3 files changed, 1 insertion(+), 1 deletion(-) delete mode 100644 posts/2025-06-18-test-nginx-conf-directives.md diff --git a/html/.gitignore b/html/.gitignore index 628bfae..8d3b786 100644 --- a/html/.gitignore +++ b/html/.gitignore @@ -15,4 +15,5 @@ posts/resize-a-qemu-disk-image.html posts/set-up-a-gitweb-server.html posts/start-erlangs-dialyzer-with-gui-from-a-docker-container.html posts/test-mix-task-file-modify.html +posts/test-nginx-conf-directives.html pygments.css \ No newline at end of file diff --git a/posts/2025-06-18-test-nginx-conf-directives.md b/posts/2025-06-18-test-nginx-conf-directives.md deleted file mode 100644 index e69de29..0000000 diff --git a/site.moon b/site.moon index 1d889a6..4bfdca5 100644 --- a/site.moon +++ b/site.moon @@ -29,7 +29,6 @@ get_files = (path, prefix=path) -> files = for file in *files file\gsub "^#{escape_patt prefix}/?", "" - table.sort files files -- strip file extension from filename