From 9f5454bda6299db43a4e9de5b3716471388b81d9 Mon Sep 17 00:00:00 2001 From: Mitja Felicijan Date: Sat, 27 Aug 2022 14:05:48 +0200 Subject: Move blog to Hugo --- config.ini | 21 --------------------- 1 file changed, 21 deletions(-) delete mode 100755 config.ini (limited to 'config.ini') diff --git a/config.ini b/config.ini deleted file mode 100755 index 2ba799a..0000000 --- a/config.ini +++ /dev/null @@ -1,21 +0,0 @@ -[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 = You do not learn by relaxing. You learn by violently assaulting your problem until it surrenders its mysteries to you. - -[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