diff options
| author | Mitja Felicijan <mitja.felicijan@gmail.com> | 2022-08-27 15:42:57 +0200 |
|---|---|---|
| committer | Mitja Felicijan <mitja.felicijan@gmail.com> | 2022-08-27 15:42:57 +0200 |
| commit | 395417c9d5b593076f06a4190c4a20ba021063d1 (patch) | |
| tree | ec522ec694b834458f0b2e43558908458ae44aaa /config.toml | |
| parent | e60da0bbe15476afe6bec36bec792647f5818118 (diff) | |
| download | mitjafelicijan.com-395417c9d5b593076f06a4190c4a20ba021063d1.tar.gz | |
Adding robots.txt
Diffstat (limited to 'config.toml')
| -rw-r--r-- | config.toml | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/config.toml b/config.toml index 47573af..74c851d 100644 --- a/config.toml +++ b/config.toml | |||
| @@ -11,6 +11,9 @@ uglyurls = true | |||
| 11 | # Length of summary. | 11 | # Length of summary. |
| 12 | summaryLength = 5 | 12 | summaryLength = 5 |
| 13 | 13 | ||
| 14 | # Enabling robots.txt. | ||
| 15 | enableRobotsTXT = true | ||
| 16 | |||
| 14 | # Custom params. | 17 | # Custom params. |
| 15 | [params] | 18 | [params] |
| 16 | description = 'You do not learn by relaxing. You learn by violently assaulting your problem until it surrenders its mysteries to you.' | 19 | description = 'You do not learn by relaxing. You learn by violently assaulting your problem until it surrenders its mysteries to you.' |
