Merge branch 'personal-config' of https://tildegit.org/nytpu/gemlog.sh into personal-config

This commit is contained in:
nytpu 2020-10-14 09:58:31 -06:00
commit 534e7a625e
Signed by: nytpu
GPG Key ID: ECCDC07B337B8F5B
1 changed files with 1 additions and 1 deletions

View File

@ -29,7 +29,7 @@ make_globals() {
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://nytpu.com/gemlog/" # base url that the feed is hosted at
feed_web_url="https://example.com/files/" # base url that the feed is hosted at on the web
feed_web_url="https://nytpu.com/files/" # base url that the feed is hosted at on the web
index="index.gmi" # main page of gemlog, not recommended to change