forked from github/pelican
parent
52f2a8383a
commit
04da794b6b
6 changed files with 51 additions and 18 deletions
2
samples/content/extra/robots.txt
Normal file
2
samples/content/extra/robots.txt
Normal file
|
|
@ -0,0 +1,2 @@
|
|||
User-agent: *
|
||||
Disallow: /static/pictures
|
||||
|
|
@ -27,4 +27,8 @@ SOCIAL = (('twitter', 'http://twitter.com/ametaireau'),
|
|||
# global metadata to all the contents
|
||||
DEFAULT_METADATA = (('yeah', 'it is'),)
|
||||
|
||||
# static paths will be copied under the same name
|
||||
STATIC_PATHS = ["pictures",]
|
||||
|
||||
# A list of files to copy from the source to the destination
|
||||
FILES_TO_COPY = (('extra/robots.txt', 'robots.txt'),)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue