config.py 400 B

1234567891011
  1. # RSS file
  2. rssfile = 'rss.xml'
  3. # Where blogs go on your site
  4. website_dir = "https://zortazert.codeberg.page/blog/"
  5. # Where blogs are stored physically on your computer
  6. blog_dir = "C:\\SGZ_Pro\\Hobbys\\Writing\\Org\\pages\\blog\\"
  7. # Where the blog file is stored on your computer:
  8. blog_file = "C:\\SGZ_Pro\\Hobbys\\Writing\\Org\\pages\\index.html"
  9. # Prefered markup language. org or md
  10. markup = "org"