diff options
| author | Paul Buetow <paul@buetow.org> | 2022-07-30 11:55:38 +0100 |
|---|---|---|
| committer | Paul Buetow <paul@buetow.org> | 2022-07-30 11:55:38 +0100 |
| commit | 0064164a5e5e3435cf2a7fb484be9761fc974691 (patch) | |
| tree | b7dea8354f43ce722180a04486ac928cbfd22210 /README.md | |
| parent | a2e70af791382c5b90c04588ef1f767e433e4d08 (diff) | |
rewording and actually add filter code
Diffstat (limited to 'README.md')
| -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 modify one single Gemtext 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 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: ``` ./gemtexter --generate '.*hello.*' |
