From 1d17dd1c1f7416b49342ca922caea593cc398348 Mon Sep 17 00:00:00 2001 From: swiftmandolin Date: Thu, 21 Jul 2022 20:55:15 -0500 Subject: [PATCH] slight modifications for rtc --- gemlog.sh | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/gemlog.sh b/gemlog.sh index fd0732b..e9a153f 100755 --- a/gemlog.sh +++ b/gemlog.sh @@ -21,15 +21,15 @@ make_globals() { global_title="swiftmandolin's gemlog" global_description="a gemlog about nonsense you probably don't care about" - global_url="gemini://gemini.circumlunar.space/~swiftmandolin/gemlog/" # link to base url of gemlog + global_url="gemini://rawtext.club/~swiftmandolin/gemlog/" # link to base url of gemlog global_author="swiftmandolin" global_author_email="swiftmandolin@tilde.team" - global_author_url="gemini://gemini.circumlunar.space/~swiftmandolin/index.gmi" # homepage of author + global_author_url="gemini://rawtext.club/~swiftmandolin/index.gmi" # homepage of author global_license="CC BY 4.0" gemlog_feed="atom.xml" # filename of the atom feed number_of_feed_articles="50" # maximum number of posts added to atom feed - feed_base_url="gemini://gemini.circumlunar.space/~swiftmandolin/gemlog/" # base url that the feed is hosted at + feed_base_url="gemini://rawtext.club/~swiftmandolin/gemlog/" # base url that the feed is hosted at feed_web_url="https://swiftmandolin.tilde.team/files/" # base url that the feed is hosted at on the web index="index.gmi" # main page of gemlog, not recommended to change @@ -187,5 +187,4 @@ toot() { make_globals make_atom build_entries -toot