Skip to content

Commit

Permalink
Changed text and position in conf.py.in.
Browse files Browse the repository at this point in the history
  • Loading branch information
felixfontein committed Dec 11, 2016
1 parent 5afa86d commit a692c9f
Showing 1 changed file with 6 additions and 8 deletions.
14 changes: 6 additions & 8 deletions nikola/conf.py.in
Expand Up @@ -1030,14 +1030,6 @@ MARKDOWN_EXTENSIONS = ['fenced_code', 'codehilite', 'extra']
# change it for a FeedBurner feed or something else.
# RSS_LINK = None

# The following settings allow to disable specific parts of the indexes plugin
# generating the main index, its Atom feed and its RSS feed. This allows to
# emulate disaling the specific plugins "render_indexes" and "generate_rss"
# before PR #2535 (taxonomy plugins), and allows to disable generation of the
# main RSS feed even though other RSS feeds are still generated.
# DISABLE_INDEXES_PLUGIN_INDEX_AND_ATOM_FEED = False
# DISABLE_INDEXES_PLUGIN_RSS_FEED = False

# A search form to search this site, for the sidebar. You can use a Google
# custom search (https://www.google.com/cse/)
# Or a DuckDuckGo search: https://duckduckgo.com/search_box.html
Expand Down Expand Up @@ -1156,6 +1148,12 @@ UNSLUGIFY_TITLES = True
# Plugins you don't want to use. Be careful :-)
# DISABLED_PLUGINS = ["render_galleries"]

# Special settings to disable only parts of the indexes plugin (to allow RSS
# but no blog indexes, or to allow blog indexes and Atom but no site-wide RSS).
# Use with care.
# DISABLE_INDEXES_PLUGIN_INDEX_AND_ATOM_FEED = False
# DISABLE_INDEXES_PLUGIN_RSS_FEED = False

# Add the absolute paths to directories containing plugins to use them.
# For example, the `plugins` directory of your clone of the Nikola plugins
# repository.
Expand Down

0 comments on commit a692c9f

Please sign in to comment.