202501011735747623

This commit is contained in:
fz0x1 2025-01-01 17:07:03 +01:00
parent 85e99bfcdc
commit 470502d938
3 changed files with 27 additions and 78 deletions

View file

@ -16,7 +16,19 @@ SOURCES = [
Source(
auto.index,
"/home/fz0x1/org/braindump.org",
name="pkm",
name="braindump",
ignored=["*.html", "*.gpg"],
),
Source(
auto.index,
"/home/fz0x1/org/inbox.org",
name="inbox",
ignored=["*.html", "*.gpg"],
),
Source(
auto.index,
"/home/fz0x1/org/life.org",
name="inbox",
ignored=["*.html", "*.gpg"],
),
]