diff options
| author | Mitja Felicijan <mitja.felicijan@gmail.com> | 2022-08-27 14:05:48 +0200 |
|---|---|---|
| committer | Mitja Felicijan <mitja.felicijan@gmail.com> | 2022-08-27 14:05:48 +0200 |
| commit | 9f5454bda6299db43a4e9de5b3716471388b81d9 (patch) | |
| tree | 1ceedf64a4517a372d70efc2b6f4bbd9478ce792 /config.ini | |
| parent | e728c3a2cbd06d95cd1226d3b23473816bd0d67e (diff) | |
| download | mitjafelicijan.com-9f5454bda6299db43a4e9de5b3716471388b81d9.tar.gz | |
Move blog to Hugo
Diffstat (limited to 'config.ini')
| -rwxr-xr-x | config.ini | 21 |
1 files changed, 0 insertions, 21 deletions
diff --git a/config.ini b/config.ini deleted file mode 100755 index 2ba799a..0000000 --- a/config.ini +++ /dev/null | |||
| @@ -1,21 +0,0 @@ | |||
| 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 = You do not learn by relaxing. You learn by violently assaulting your problem until it surrenders its mysteries to you. | ||
| 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 | ||
