cache supported lexers for pygments
This commit is contained in:
parent
af97adacbe
commit
fba9f88956
6 changed files with 10 additions and 5 deletions
|
@ -6,9 +6,6 @@
|
|||
# Trying to process this config with an older version will result in an error message
|
||||
soupault_version = "4.11.0"
|
||||
|
||||
# Stop on page processing errors?
|
||||
strict = true
|
||||
|
||||
# Display progress?
|
||||
verbose = true
|
||||
|
||||
|
@ -29,7 +26,7 @@ build_dir = "serve"
|
|||
#
|
||||
# Note that for formats other than HTML, you need to specify an external program
|
||||
# for converting them to HTML (see below).
|
||||
page_file_extensions = ["htm", "html", "md", "rst", "adoc", "dj"]
|
||||
page_file_extensions = ["html", "dj"]
|
||||
|
||||
# By default, soupault uses "clean URLs",
|
||||
# that is, $site_dir/page.html is converted to $build_dir/page/index.html
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue