Browse Source

Add zola check to changelog and remove check option from config doc

index-subcmd
Vincent Prouillet 5 years ago
parent
commit
cdfd63a1ad
3 changed files with 405 additions and 366 deletions
  1. +1
    -0
      CHANGELOG.md
  2. +404
    -360
      Cargo.lock
  3. +0
    -6
      docs/content/documentation/getting-started/configuration.md

+ 1
- 0
CHANGELOG.md View File

@@ -9,6 +9,7 @@
### Other ### Other


- Fix image processing not happening if called from the template - Fix image processing not happening if called from the template
- Add a `zola check` command to that validates the site and checks all external links


## 0.7.0 (2019-04-28) ## 0.7.0 (2019-04-28)




+ 404
- 360
Cargo.lock
File diff suppressed because it is too large
View File


+ 0
- 6
docs/content/documentation/getting-started/configuration.md View File

@@ -67,12 +67,6 @@ compile_sass = false
# content for the `default_language` # content for the `default_language`
build_search_index = false build_search_index = false


# Go through every links in all content and check if the links are valid
# If a link is invalid (404, 500, etc), the build will error.
# Link checking can take a very long time if you have many links so this should
# only enabled once in a while to catch any dead links.
check_external_links = false

# A list of glob patterns specifying asset files to ignore when # A list of glob patterns specifying asset files to ignore when
# processing the content directory. # processing the content directory.
# Defaults to none, which means all asset files are copied over to the public folder. # Defaults to none, which means all asset files are copied over to the public folder.


Loading…
Cancel
Save