Disallow GPTBot
This commit is contained in:
parent
c7510496f8
commit
aa9622251a
2 changed files with 6 additions and 0 deletions
4
source/_static/robots.txt
Normal file
4
source/_static/robots.txt
Normal file
|
@ -0,0 +1,4 @@
|
|||
User-agent: *
|
||||
Disallow:
|
||||
User-agent: GPTBot
|
||||
Disallow: /
|
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue