blob: 2ba799a0fbb0b3c1953833d4bf8857835ab849a4 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
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 = 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
|