diff options
author | Jonas Gunz <himself@jonasgunz.de> | 2022-06-01 18:58:45 +0200 |
---|---|---|
committer | Jonas Gunz <himself@jonasgunz.de> | 2022-06-01 18:58:45 +0200 |
commit | e0719eb84d05e26704f947ace725ee0335dcfb54 (patch) | |
tree | c0639947183ddbaec9a4e03e08cf3704a6894b3b | |
parent | 5a2cf639f41964712c8f72e36aaccc55ab86deda (diff) | |
download | atom_to_gitea-main.tar.gz |
Readmemain
-rw-r--r-- | Readme.md | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -23,6 +23,8 @@ rsstogitea config.yml * **exclude** List. If name of item contains one or more, item is ignored. Not Regex. * **include** List. Item is ignored if title does not contain all strings. Not Regex. +include and exclude can be ommited. + ### Example ```yaml @@ -39,5 +41,4 @@ feeds: exclude: - dev - rc - include: [] ``` |