From 4fd89b808cabc8afb0d75b9700be1da96989c4b7 Mon Sep 17 00:00:00 2001 From: Ruben Beltran del Rio Date: Sun, 16 Apr 2023 13:11:39 +0200 Subject: Add logic to read and assign files / layout --- README.gmi | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'README.gmi') diff --git a/README.gmi b/README.gmi index 62390d4..22d159f 100644 --- a/README.gmi +++ b/README.gmi @@ -51,7 +51,9 @@ page expects a file called _layout.html in the root. It expects three placeholde ## Hidden folders -Hidden folders get ignored, except for the .well-known folder. +Hidden folders are copied as well, we only make an exception for `.git`, which +is explicitly ignored. This is handy for folders like .well-known, but could +cause unwanted behavior if there's other hidden files in the directory. ## What happens to files that aren't gemini? -- cgit