From 777c8179a7e6d51e11dc9e58871b29d98fe4cd58 Mon Sep 17 00:00:00 2001 From: David Luevano Alvarado Date: Sat, 29 May 2021 16:39:53 -0600 Subject: add pyssg config and update newsboat --- .config/newsboat/config | 2 +- .config/pyssg/pyssgrc | 7 +++++++ 2 files changed, 8 insertions(+), 1 deletion(-) create mode 100644 .config/pyssg/pyssgrc diff --git a/.config/newsboat/config b/.config/newsboat/config index 0983fd0..1775e52 100644 --- a/.config/newsboat/config +++ b/.config/newsboat/config @@ -30,7 +30,7 @@ color info black blue bold color article default default highlight all "---.*---" yellow -highlight feedlist ".*(0/0))" black +highlight feedlist ".*(0/0))" default default invis highlight article "^(Feed|Author):.*$" cyan default bold highlight article "^(Title):.*$" blue default highlight article "^(Link|Date):.*$" default default diff --git a/.config/pyssg/pyssgrc b/.config/pyssg/pyssgrc new file mode 100644 index 0000000..d919316 --- /dev/null +++ b/.config/pyssg/pyssgrc @@ -0,0 +1,7 @@ +SRC_PATH=src +DST_PATH=dst +BASE_URL=https://blog.luevano.xyz +TITLE=Luévano's Blog +DATE_FORMAT=%a, %b %d, %Y @ %H:%M %Z +LIST_DATE_FORMAT=%b %d +LIST_SEP_DATE_FORMAT=%B %Y -- cgit v1.2.3