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