X-Git-Url: https://git.r.bdr.sh/rbdr/page/blobdiff_plain/1e2d00b62ecce95f71d4bfd60a043c8e86631eee..48ea90800c3aa6055247fe2c56bc8e9d63024bd3:/README.gmi diff --git a/README.gmi b/README.gmi index 62390d4..d53a207 100644 --- a/README.gmi +++ b/README.gmi @@ -51,8 +51,19 @@ 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/`, and +`.gitignore` which are 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? They're copied as-is. + +# Building + +This project is built using cargo. A makefile is provided to run common tasks. + +Build dev version with `make` or `make build`. + +Build release with `make -e profile=release` or `make -e profile=release build`.