From c8f0f18f9b68343ad1f5485ef73334c1de691c2b Mon Sep 17 00:00:00 2001 From: Siina Mashek Date: Sat, 17 Feb 2024 16:01:25 +0200 Subject: [PATCH] Migrated some parts of noter.sh to config.sh for ease of customisation --- config.sh | 99 ++++++++++++++++++++++++++++++++++++++++++++++++ noter.sh | 110 +++++------------------------------------------------- 2 files changed, 108 insertions(+), 101 deletions(-) create mode 100644 config.sh diff --git a/config.sh b/config.sh new file mode 100644 index 0000000..5229d9c --- /dev/null +++ b/config.sh @@ -0,0 +1,99 @@ +showgenerator="true" +backtotop="true" +lastupdated="true" +#rssfeed="true" + +site_title="koutsie's telenotes" +site_description="thoughts about mainly computers... maybe recipes and cats too?" +site_link="https://k0.tel/" + +# Put CSS between < - $(xml_escape "$rss_title") - $rss_link - $(xml_escape "$rss_description") + $(xml_escape "$site_title") + $site_link + $(xml_escape "$site_description") $rss_pubdate $rss_pubdate https://cyber.harvard.edu/rss/rss.html @@ -147,8 +140,8 @@ echo " $notecount notes | noter - - + + @@ -156,97 +149,12 @@ echo "
-

koutsie's telenotes


+

$site_title


fedi | rss | sauna
" >"$output_file" generate_top_year_bar >>"$output_file"