aboutsummaryrefslogtreecommitdiffstats
path: root/nikola/conf.py.in
diff options
context:
space:
mode:
Diffstat (limited to 'nikola/conf.py.in')
-rw-r--r--nikola/conf.py.in13
1 files changed, 9 insertions, 4 deletions
diff --git a/nikola/conf.py.in b/nikola/conf.py.in
index fcb2d28..d209eb4 100644
--- a/nikola/conf.py.in
+++ b/nikola/conf.py.in
@@ -317,6 +317,7 @@ COMPILERS = ${COMPILERS}
# Set descriptions for tag pages to make them more interesting. The
# default is no description. The value is used in the meta description
# and displayed underneath the tag list or index page’s title.
+# (translatable)
# TAG_DESCRIPTIONS = {
# DEFAULT_LANG: {
# "blogging": "Meta-blog posts about blogging.",
@@ -325,6 +326,7 @@ COMPILERS = ${COMPILERS}
# }
# Set special titles for tag pages. The default is "Posts about TAG".
+# (translatable)
# TAG_TITLES = {
# DEFAULT_LANG: {
# "blogging": "Meta-posts about blogging",
@@ -390,6 +392,7 @@ CATEGORY_OUTPUT_FLAT_HIERARCHY = ${CATEGORY_OUTPUT_FLAT_HIERARCHY}
# Set descriptions for category pages to make them more interesting. The
# default is no description. The value is used in the meta description
# and displayed underneath the category list or index page’s title.
+# (translatable)
# CATEGORY_DESCRIPTIONS = {
# DEFAULT_LANG: {
# "blogging": "Meta-blog posts about blogging.",
@@ -398,6 +401,7 @@ CATEGORY_OUTPUT_FLAT_HIERARCHY = ${CATEGORY_OUTPUT_FLAT_HIERARCHY}
# }
# Set special titles for category pages. The default is "Posts about CATEGORY".
+# (translatable)
# CATEGORY_TITLES = {
# DEFAULT_LANG: {
# "blogging": "Meta-posts about blogging",
@@ -478,8 +482,8 @@ HIDDEN_CATEGORIES = []
# If you do not want to display an author publicly, you can mark it as hidden.
-# The author will not be displayed on the author list page and posts.
-# Tag pages will still be generated.
+# The author will not be displayed on the author list page.
+# Author pages and links to them will still be generated.
HIDDEN_AUTHORS = ['Guest']
# Allow multiple, comma-separated authors for a post? (Requires theme support, present in built-in themes)
@@ -570,7 +574,7 @@ REDIRECTIONS = ${REDIRECTIONS}
# Presets of commands to execute to deploy. Can be anything, for
# example, you may use rsync:
-# "rsync -rav --delete output/ joe@my.site:/srv/www/site"
+# "rsync -rav --delete --delete-after output/ joe@my.site:/srv/www/site"
# And then do a backup, or run `nikola ping` from the `ping`
# plugin (`nikola plugin -i ping`). Or run `nikola check -l`.
# You may also want to use github_deploy (see below).
@@ -580,7 +584,7 @@ REDIRECTIONS = ${REDIRECTIONS}
# in a `nikola deploy` command as you like.
# DEPLOY_COMMANDS = {
# 'default': [
-# "rsync -rav --delete output/ joe@my.site:/srv/www/site",
+# "rsync -rav --delete --delete-after output/ joe@my.site:/srv/www/site",
# ]
# }
@@ -765,6 +769,7 @@ GALLERIES_DEFAULT_THUMBNAIL = None
# options, but will have to be referenced manually to be visible on the site
# (the thumbnail has ``.thumbnail`` added before the file extension by default,
# but a different naming template can be configured with IMAGE_THUMBNAIL_FORMAT).
+# Panoramas (aspect ratio over 3:1) get 4x larger thumbnails due to scaling issues.
IMAGE_FOLDERS = {'images': 'images'}
# IMAGE_THUMBNAIL_SIZE = 400