0
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
## The port to listen for http requests.
port=8085
## The address to listen for http requests.
address=127.0.0.1
## The path to the directory containing the website files.
## Absolute or relative to the directory containing this file.
webroot=./
## The url for the root of the website.
## This is used to generate URLs for sharing.
url=https://skisiel.com
## The name of the person who maintains the website.
name=Sophie Kisiel
## Their email address.
email=sophie@skisiel.com