Compare commits
No commits in common. "main" and "main" have entirely different histories.
2 changed files with 5 additions and 4 deletions
9
conf.py
9
conf.py
|
@ -305,7 +305,7 @@ TIMEZONE = "Europe/Vilnius"
|
||||||
# One or more folders containing files to be copied as-is into the output.
|
# One or more folders containing files to be copied as-is into the output.
|
||||||
# The format is a dictionary of {source: relative destination}.
|
# The format is a dictionary of {source: relative destination}.
|
||||||
# Default is:
|
# Default is:
|
||||||
FILES_FOLDERS = {'files': ''}
|
# FILES_FOLDERS = {'files': ''}
|
||||||
# Which means copy 'files' into 'output'
|
# Which means copy 'files' into 'output'
|
||||||
|
|
||||||
# One or more folders containing code listings to be processed and published on
|
# One or more folders containing code listings to be processed and published on
|
||||||
|
@ -946,9 +946,10 @@ IMAGE_FOLDERS = {'images': 'images'}
|
||||||
# FAVICONS contains (name, file, size) tuples.
|
# FAVICONS contains (name, file, size) tuples.
|
||||||
# Used to create favicon link like this:
|
# Used to create favicon link like this:
|
||||||
# <link rel="name" href="file" sizes="size"/>
|
# <link rel="name" href="file" sizes="size"/>
|
||||||
FAVICONS = (
|
# FAVICONS = (
|
||||||
("icon", "/favicon.ico", "16x16"),
|
# ("icon", "/favicon.ico", "16x16"),
|
||||||
)
|
# ("icon", "/icon_128x128.png", "128x128"),
|
||||||
|
# )
|
||||||
|
|
||||||
# Show teasers (instead of full posts) in indexes? Defaults to False.
|
# Show teasers (instead of full posts) in indexes? Defaults to False.
|
||||||
# INDEX_TEASERS = False
|
# INDEX_TEASERS = False
|
||||||
|
|
Binary file not shown.
Before Width: | Height: | Size: 1.1 KiB |
Loading…
Reference in a new issue