zola/components/site
Martin Vassor b3fc3f49cf Add fields to disable sitemap.xml and robots.txt generation (#2579)
* Add feature to disable robots.txt and sitemap.xml from the config file.

Addresses feature request #2248

* Add documentation for no_sitemap & no_robots

* Rename no_robots and no_sitemap into generate_robots_txt and generate_sitemap (default to true)

* fix rustfmt issues

* Change documentation to show defaults

* Update documentation for the fields generate_sitemaps (resp. robots_txt), now that the default is true and false is needed to disable
2024-08-15 20:19:03 +02:00
..
benches Added support for multiple feeds (i.e. generating both Atom and RSS) (#2477) 2024-06-20 23:15:24 +02:00
src Add fields to disable sitemap.xml and robots.txt generation (#2579) 2024-08-15 20:19:03 +02:00
tests Fix tests 2024-06-20 23:15:24 +02:00
Cargo.toml Update deps 2022-07-10 16:31:09 +02:00