update changelog and homepage

This commit is contained in:
Johann150 2021-02-12 21:53:31 +01:00
parent 216797afc7
commit 16a9af51b3
No known key found for this signature in database
GPG key ID: 9EE6577A2A06F8F1
5 changed files with 204 additions and 76 deletions

View file

@ -78,7 +78,7 @@ If central configuration file mode is not used, using a path that is not a file
You can use Unix style patterns in existing paths. For example `content/*` will match any file within `content`, and `content/**` will additionally match any files in subdirectories of `content`.
However, the `*` and `**` globs on their own will by default not match files or directories that start with a dot because of their special meaning.
This behaviour can be disabled with `--serve-secret` or by explicitly matching files starting with a dot with e.g. `content/.*` or `content/**/.*` respectively.
For more information on the patterns you can use, please see the [documentation of `glob::Pattern`](https://https://docs.rs/glob/0.3.0/glob/struct.Pattern.html).
For more information on the patterns you can use, please see the [documentation of `glob::Pattern`](https://docs.rs/glob/0.3.0/glob/struct.Pattern.html).
Rules can overwrite other rules, so if a file is matched by multiple rules, the last one applies.
`<metadata>` can take one of four possible forms: