robots
This commit is contained in:
parent
37a755025d
commit
fb05fbc128
2 changed files with 6 additions and 1 deletions
2
web/extra/robots.txt
Normal file
2
web/extra/robots.txt
Normal file
|
|
@ -0,0 +1,2 @@
|
|||
User-agent: *
|
||||
Disallow: /
|
||||
|
|
@ -59,4 +59,7 @@ CATEGORY_SAVE_AS = 'zone/{slug}/index.html'
|
|||
|
||||
DELETE_OUTPUT_DIRECTORY = True
|
||||
|
||||
PLUGINS = ['geohash', 'geodata']
|
||||
PLUGINS = ['geohash', 'geodata']
|
||||
|
||||
STATIC_PATHS = ['../extra/robots.txt']
|
||||
EXTRA_PATH_METADATA = {'../extra/robots.txt': {'path': 'robots.txt'},}
|
||||
Loading…
Add table
Add a link
Reference in a new issue