Ramblings

This commit is contained in:
vxclutch
2026-05-25 16:11:20 -04:00
parent bfb79d8d64
commit 682f08ab84
6 changed files with 102 additions and 11 deletions

View File

@@ -1,7 +1,11 @@
#!/bin/sh
news=true
quote=true
ramblings=true
# Section toggels
news=true # enables the news section
quote=true # enables the quotes section
ramblings=false #enables the ramblings section
# set the path where wire looks for ramblings, this is mostly for server use.
ramblings_path=${XDG_DOCUMENTS_DIR}/wire/
article_path="https://rss.nytimes.com/services/xml/rss/nyt/US.xml"