|
1 |
+ |
export global_title="gem.stevedylan.dev" |
|
2 |
+ |
export global_description="Floating out into space, looking back on the pale blue dot" |
|
3 |
+ |
export global_url="gemini://gem.stevedylan.dev/" # link to base url of gemlog |
|
4 |
+ |
export global_author="Steve" |
|
5 |
+ |
export global_author_email="contact@stevedylan.dev" |
|
6 |
+ |
export global_author_url="gemini://gem.stevedylan.dev/" # homepage of author |
|
7 |
+ |
export global_license="" |
|
8 |
+ |
|
|
9 |
+ |
export gemlog_feed="atom.xml" # filename of the atom feed |
|
10 |
+ |
export number_of_feed_articles="50" # maximum number of posts added to atom feed |
|
11 |
+ |
export feed_base_url="gemini://gem.stevedylan.dev/" # base url that the feed is hosted at |
|
12 |
+ |
export feed_web_url="" # base url that the feed is hosted at on the web |
|
13 |
+ |
|
|
14 |
+ |
export index="gemlog/index.gmi" # main page of gemlog, not recommended to change |
|
15 |
+ |
|
|
16 |
+ |
export use_year_divider=true # separate posts from different years with a heading? |
|
17 |
+ |
|
|
18 |
+ |
# these 2 are exclusive, and use_month_divider_nl takes priority if both are set |
|
19 |
+ |
export use_month_divider_nl=true # separate posts from different months with a newline? |
|
20 |
+ |
export use_month_divider_hd=false # separate posts from different months with a heading? |
|
21 |
+ |
|
|
22 |
+ |
|
|
23 |
+ |
export gemlog_sh_link="https://git.sr.ht/~nytpu/gemlog.sh" # link to the utility, you should change this if you've made substantial non-configuration changes |