dotfiles

[ACTIVE] managed with chezmoi
git clone git://git.figbert.com/dotfiles.git
Log | Files | Refs

config.sh (722B)


      1 export global_title="A Gemlog by FIGBERT"
      2 export global_description="A collection of my ramblings recorded in the annals of the capsule's flight computer."
      3 export global_url="gemini://figbert.com/log/"
      4 export global_author="FIGBERT"
      5 export global_author_email="figbert@figbert.com"
      6 export global_author_url="gemini://figbert.com/"
      7 export global_license="CC BY 4.0"
      8 
      9 export gemlog_feed="atom.xml"
     10 export number_of_feed_articles="50"
     11 export feed_base_url="gemini://figbert.com/log/"
     12 export feed_web_url="https://figbert.com/posts/"
     13 
     14 export index="index.gmi"
     15 
     16 export use_year_divider=false
     17 export use_month_divider_nl=false
     18 export use_month_divider_hd=false
     19 
     20 export gemlog_sh_link="https://git.figbert.com/FIGBERT/gemlog.sh"