zola/test_site
Rebecca Turner ce5a26d4b6 Add `insert_anchor_links` back to `config.toml` (#2767)
`insert_anchor_links` was a valid `config.toml` setting before [0.0.6]
but was changed to a section option.

[0.0.6]: https://github.com/getzola/zola/blob/master/CHANGELOG.md#006-2017-05-24

It was mentioned in the documentation for `config.toml` until 2021
(#1477).

In 2021, @Keats said that "`insert_anchor_links` could probably be a
config option in `config.toml`":
https://github.com/getzola/zola/issues/634#issuecomment-882775151

In the same thread, several other users requested this feature.
@Artoria2e5 said:

> These sort of settings become annoying to copy-paste when a site ends
> up with many sections.

@ctron said:

> But even more annoying is that it seems I can't add
> insert_anchor_links on the top section, but need to place it in every
> section.
>
> I think having this as a default configuration for the site makes
> total sense.
2025-02-14 22:37:13 +01:00
..
_dir_with_underscores Allow site path to contain underscores (#1162) 2020-09-22 09:46:22 +02:00
content Add `insert_anchor_links` back to `config.toml` (#2767) 2025-02-14 22:37:13 +01:00
highlight_themes Support custom syntax highlighting themes (#1499) 2021-09-13 21:08:48 +02:00
sass Preserve folder structure of SCSS content 2018-03-17 13:22:23 -06:00
static Implement get_file_hash (#1044) 2020-06-09 22:38:29 +02:00
syntaxes Move extra_syntax to markup.rs 2020-12-21 08:54:43 +01:00
templates Add `insert_anchor_links` back to `config.toml` (#2767) 2025-02-14 22:37:13 +01:00
themes/sample Add `insert_anchor_links` back to `config.toml` (#2767) 2025-02-14 22:37:13 +01:00
README.md Move test_site and turn rebuild.rs into a component 2018-01-29 18:40:12 +01:00
config.staging.toml Remove watch-only 2020-12-22 21:35:15 +01:00
config.toml Added support for multiple feeds (i.e. generating both Atom and RSS) (#2477) 2024-06-20 23:15:24 +02:00

README.md

Test site used by some components (site, rebuild) for integration tests.