1
0
mirror of https://gitlab.com/free_zed/free_zed.gitlab.io.git synced 2024-06-18 02:22:31 +00:00

Add robots.txt & favico.ico

This commit is contained in:
Fred Z 2019-01-14 09:17:12 +01:00
parent 98bec81e58
commit 70b75f0fd8
3 changed files with 10 additions and 0 deletions

BIN
content/extra/favico.ico Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 2.1 KiB

2
content/extra/robots.txt Normal file
View File

@ -0,0 +1,2 @@
User-agent: *
Disallow:

View File

@ -35,3 +35,11 @@ SOCIAL_WIDGET_NAME = 'Partage de code'
# my configuration
DELETE_OUTPUT_DIRECTORY = True
OUTPUT_PATH = 'public/'
STATIC_PATHS = [
'extra',
]
EXTRA_PATH_METADATA = {
'extra/robots.txt': {'path': 'robots.txt'},
'extra/favico.ico': {'path': 'favico.ico'},
}