From 4592f8f176a9f5ed16d61f8fe37d27923b272846 Mon Sep 17 00:00:00 2001 From: alex Date: Wed, 16 Sep 2026 21:29:42 +0200 Subject: Add note about multiviews and pretty URLs --- blog/content/notes/tech/how-this-site-works.gmi | 2 ++ 1 file changed, 2 insertions(+) (limited to 'blog') diff --git a/blog/content/notes/tech/how-this-site-works.gmi b/blog/content/notes/tech/how-this-site-works.gmi index 9c78b9fc..eafbe7bf 100644 --- a/blog/content/notes/tech/how-this-site-works.gmi +++ b/blog/content/notes/tech/how-this-site-works.gmi @@ -45,6 +45,8 @@ gemini-to-http serves all Gemini requests by making an equivalent HTTP request t (The site is actually published at two different URLs, so all internal links are relative. Also extra care is required to never include extensions in links. But the differences between the gemtext and HTML conversion is minimal.) +(Also, multiviews helps with pretty URLs. Because canonical URLs do not include the file format extension, they look prettier. Many websites use URLs that end in a trailing slash instead, but that tends to be annoying to do with static site generators.) + ## Publishing the site The site is part of a Git repository. The server hosting this site has this Git repository. -- cgit v1.2.3