diff options
| author | Mitja Felicijan <mitja.felicijan@gmail.com> | 2021-01-24 01:42:03 +0100 |
|---|---|---|
| committer | Mitja Felicijan <mitja.felicijan@gmail.com> | 2021-01-24 01:42:03 +0100 |
| commit | e07ab67bf95ea7e65828e373c731b6cdf984a7de (patch) | |
| tree | 4fe471a1a8492149bb0b3e6ec726184e3bcf1647 /config.ini | |
| parent | 36fb49bbef11294a93a53c363d32c2134f6b19b4 (diff) | |
| download | mitjafelicijan.com-e07ab67bf95ea7e65828e373c731b6cdf984a7de.tar.gz | |
Moved to altenator and DO
Diffstat (limited to 'config.ini')
| -rwxr-xr-x | config.ini | 21 |
1 files changed, 21 insertions, 0 deletions
diff --git a/config.ini b/config.ini new file mode 100755 index 0000000..40e73c9 --- /dev/null +++ b/config.ini | |||
| @@ -0,0 +1,21 @@ | |||
| 1 | [server] | ||
| 2 | # port used by HTTP server | ||
| 3 | port = 8080 | ||
| 4 | |||
| 5 | [content] | ||
| 6 | # title displayed on index page, otherwise post title is used | ||
| 7 | title = Mitja Felicijan | ||
| 8 | |||
| 9 | # descriptions displayed on index page, otherwise post description is used | ||
| 10 | description = Remote work and how it affects the daily lives of people | ||
| 11 | |||
| 12 | [rss] | ||
| 13 | |||
| 14 | # domain name for xml feed | ||
| 15 | domain = https://mitjafelicijan.com | ||
| 16 | |||
| 17 | # author name | ||
| 18 | author = Mitja Felicijan | ||
| 19 | |||
| 20 | # author email | ||
| 21 | email = m@mitjafelicijan.com | ||
