Disallow GPTBot

This commit is contained in:
Kujiu 2023-08-17 03:02:27 +02:00
parent c7510496f8
commit aa9622251a
Signed by: kujiu
GPG key ID: ABBB2CAC6855599F
2 changed files with 6 additions and 0 deletions

View file

@ -0,0 +1,4 @@
User-agent: *
Disallow:
User-agent: GPTBot
Disallow: /

View file

@ -18,6 +18,7 @@ use_bibtex = True
use_git = True
language = 'fr'
html_favicon = '_static/favicon.ico'
html_extra_path = ["_static/robots.txt"]
version = "6.0"
release = "6.0"
@ -289,6 +290,7 @@ epub_exclude_files = [
'blog/2023.xhtml',
'blog/2024.xhtml',
'google82f190054a773ed9.xhtml',
'robots.txt',
]
epub_theme = 'nervproject'
epub_theme_options = html_theme_options