diff options
| author | Paul Buetow <paul@buetow.org> | 2022-08-28 09:39:06 +0100 |
|---|---|---|
| committer | Paul Buetow <paul@buetow.org> | 2022-08-28 09:39:06 +0100 |
| commit | 35213c97cebe88d413c33ec9b2f4e03a7dc7f3ce (patch) | |
| tree | e0ce1c5d4bb07887b0de68fc58b9c35ea0f3d8d9 | |
| parent | beca3f081dd0784cbdc52bc922b883197f8f1b52 (diff) | |
fix
| -rw-r--r-- | README.md | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -103,7 +103,7 @@ It is up to you to set up a Gemini server for the Gemtext, a Webserver for the H ## Content filter -Once your capsule reaches a certain size it can become anoying to re-generate everything if you only want to preview one single content file. The following will add a filter to only generate the files matching a regular expression: +Once your capsule reaches a certain size it can become annoying to re-generate everything if you only want to preview one single content file. The following will add a filter to only generate the files matching a regular expression: ``` ./gemtexter --generate '.*hello.*' |
