From b146b015d091b13d00e9c327867790a15813e54f Mon Sep 17 00:00:00 2001 From: Eric Liu Date: Mon, 11 Nov 2024 03:32:26 +0000 Subject: [PATCH] add robots.txt --- config.toml | 1 + 1 file changed, 1 insertion(+) diff --git a/config.toml b/config.toml index 6fa6b16..f08d262 100644 --- a/config.toml +++ b/config.toml @@ -9,6 +9,7 @@ pygmentscodefencesguesssyntax = true enableEmoji = true enableTwemoji = true enableGitInfo = true +enableRobotsTXT = true [markup.highlight] style = "github-dark"