aboutsummaryrefslogtreecommitdiff
path: root/config.toml
diff options
context:
space:
mode:
authorMitja Felicijan <mitja.felicijan@gmail.com>2022-08-27 15:42:57 +0200
committerMitja Felicijan <mitja.felicijan@gmail.com>2022-08-27 15:42:57 +0200
commit395417c9d5b593076f06a4190c4a20ba021063d1 (patch)
treeec522ec694b834458f0b2e43558908458ae44aaa /config.toml
parente60da0bbe15476afe6bec36bec792647f5818118 (diff)
downloadmitjafelicijan.com-395417c9d5b593076f06a4190c4a20ba021063d1.tar.gz
Adding robots.txt
Diffstat (limited to 'config.toml')
-rw-r--r--config.toml3
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.
12summaryLength = 5 12summaryLength = 5
13 13
14# Enabling robots.txt.
15enableRobotsTXT = 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.'