From e07ab67bf95ea7e65828e373c731b6cdf984a7de Mon Sep 17 00:00:00 2001 From: Mitja Felicijan Date: Sun, 24 Jan 2021 01:42:03 +0100 Subject: Moved to altenator and DO --- config.ini | 21 +++++++++++++++++++++ 1 file changed, 21 insertions(+) create mode 100755 config.ini (limited to 'config.ini') diff --git a/config.ini b/config.ini new file mode 100755 index 0000000..40e73c9 --- /dev/null +++ b/config.ini @@ -0,0 +1,21 @@ +[server] +# port used by HTTP server +port = 8080 + +[content] +# title displayed on index page, otherwise post title is used +title = Mitja Felicijan + +# descriptions displayed on index page, otherwise post description is used +description = Remote work and how it affects the daily lives of people + +[rss] + +# domain name for xml feed +domain = https://mitjafelicijan.com + +# author name +author = Mitja Felicijan + +# author email +email = m@mitjafelicijan.com -- cgit v1.2.3