blob: 40e73c9267d2f0a504c7cc0f53bc29b82a36f940 (
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 = 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
|