Skip to content

Commit

Permalink
Adjusted config doc.
Browse files Browse the repository at this point in the history
  • Loading branch information
felixfontein committed Jan 15, 2017
1 parent de69b87 commit 5e57eee
Showing 1 changed file with 7 additions and 11 deletions.
18 changes: 7 additions & 11 deletions nikola/conf.py.in
Expand Up @@ -562,25 +562,21 @@ GITHUB_COMMIT_SOURCE = True
# ".jpg": ["jpegoptim --strip-all -m75 -v %s"],
# }

# The executable for the filter "yui_compressor" from nikola.filters can
# be configured here:
# Executable for the "yui_compressor" filter (defaults to 'yui-compressor').
# YUI_COMPRESSOR_EXECUTABLE = 'yui-compressor'

# The executable for the filter "closure_compiler" from nikola.filters can
# be configured here:
# Executable for the "closure_compiler" filter (defaults to 'closure-compiler').
# CLOSURE_COMPILER_EXECUTABLE = 'closure-compiler'

# The executable for the filter "optipng" from nikola.filters can be
# configured here:
# Executable for the "optipng" filter (defaults to 'optipng').
# OPTIPNG_EXECUTABLE = 'optipng'

# The executable for the filter "jpegoptim" from nikola.filters can be
# configured here:
# Executable for the "jpegoptim" filter (defaults to 'jpegoptim').
# JPEGOPTIM_EXECUTABLE = 'jpegoptim'

# The executable for the filters "html_tidy_withconfig", "html_tidy_nowrap",
# "html_tidy_wrap", "html_tidy_wrap_attr" and "html_tidy_mini" from
# nikola.filters can be configured here:
# Executable for the "html_tidy_withconfig", "html_tidy_nowrap",
# "html_tidy_wrap", "html_tidy_wrap_attr" and "html_tidy_mini" filters
# (defaults to 'tidy5').
# HTML_TIDY_EXECUTABLE = 'tidy5'


Expand Down

0 comments on commit 5e57eee

Please sign in to comment.