From 262d616e8eda01078e28bcc0b93790dfbd48a27b Mon Sep 17 00:00:00 2001 From: Jonas Kaninda Date: Tue, 3 Dec 2024 13:34:24 +0100 Subject: [PATCH] add robots.txt --- docs/_config.yml | 2 ++ docs/robots.txt | 1 + 2 files changed, 3 insertions(+) diff --git a/docs/_config.yml b/docs/_config.yml index 7356d67..581527a 100644 --- a/docs/_config.yml +++ b/docs/_config.yml @@ -70,3 +70,5 @@ footer_content: >- # - vendor/cache/ # - vendor/gems/ # - vendor/ruby/ +include: + - robots.txt \ No newline at end of file diff --git a/docs/robots.txt b/docs/robots.txt index 7d329b1..14267e9 100644 --- a/docs/robots.txt +++ b/docs/robots.txt @@ -1 +1,2 @@ User-agent: * +Allow: / \ No newline at end of file