From f88ff93ef92f3ce79cc01220c4ee9fcbc14649cb Mon Sep 17 00:00:00 2001 From: jake Date: Fri, 2 Sep 2022 19:36:44 -0400 Subject: Add 'Gone' gemini status --- config.toml.sample | 12 ++++++++++++ 1 file changed, 12 insertions(+) (limited to 'config.toml.sample') diff --git a/config.toml.sample b/config.toml.sample index a75fc25..6ec5e6a 100644 --- a/config.toml.sample +++ b/config.toml.sample @@ -136,3 +136,15 @@ assume_index = true # '../pubkeys2.txt', # ], #} +#gone = { +# # this checks if a path location doesn't exist, but does if '.gone' is appended, which will return a gone gemini status +# append = true, +# path = [ +# # regex matching +# '/some/path/that/is/percise/text.gmi', +# # This will match pretty a lot of things +# '/blog/2021*', +# # like '/blog/20215/april/' or even '/blog/2021-converense/' +# # in other words: be careful and be as specific as you can be! +# ] +#} -- cgit v1.2.3