diff options
| author | soaos <soaos@soaos.dev> | 2025-08-16 14:59:19 -0400 |
|---|---|---|
| committer | soaos <soaos@soaos.dev> | 2025-08-16 14:59:19 -0400 |
| commit | 68b6d1eb607af5fb3e51391f8f12f1a95b405d56 (patch) | |
| tree | 5e5f8e59425dfc29ea0d1def4b6dc87cd99c7b96 /ringfairy.toml | |
| parent | 396458d0021e5d6e8574444b8c14348f9217b100 (diff) | |
Updated to work with ringfairy 0.2
Diffstat (limited to 'ringfairy.toml')
| -rw-r--r-- | ringfairy.toml | 11 |
1 files changed, 6 insertions, 5 deletions
diff --git a/ringfairy.toml b/ringfairy.toml index fe5e6e3..a9adbef 100644 --- a/ringfairy.toml +++ b/ringfairy.toml @@ -2,13 +2,14 @@ base_url = "https://evilr.ing" ring_name = "EVILRING" ring_description = "An evil webring for evil creatures" ring_owner = "soaos" -ring_owner_site = "https://exvacuum.dev" +ring_owner_site = "https://soaos.dev" -filepath_list = "./websites.json" # Website list; should be a JSON file with 'name', 'url', etc +filepath_list = ["./websites.json"] # Website list; should be a JSON file with 'name', 'url', etc path_output = "./webring" # Generated files will be saved in this folder. path_assets = "./data/assets" # All contents of the asset folder will be copied directly into the output directory path_templates = "./data/templates" # The folder containing HTML templates to use, ie, anything with {{ tags }} -filename_template_redirect = "template.html" # This template gets reused to build the redirect pages for each site, and is ignored when building the other custom templates +filename_template_random = "random.html" +filename_template_redirect = "redirect.html" # This template gets reused to build the redirect pages for each site, and is ignored when building the other custom templates client_user_agent = "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/90.0.4430.212 Safari/537.36" client_header = "text/html,application/xhtml+xml,application/xml;q=0.9,image/webp,*/*;q=0.8" @@ -16,7 +17,7 @@ audit_retries_delay = 100 audit_retries_max = 2 shuffle = false # Randomizes website sequence when generating -verbose = false # Enables verbose logging -skip_minify = false # If your generated HTML have issues, or you want hand-editable output, try skip minification +verbose = false # Enables verbose logging +skip_minify = false # If your generated HTML have issues, or you want hand-editable output, try skip minification skip_verify = false # Skips verification of the URLs in the list. Might be unwise! dry_run = false # Perform a dry run without writing any files. Can be used to check the site audit for example. |
