aboutsummaryrefslogtreecommitdiff
path: root/ringfairy.toml
diff options
context:
space:
mode:
Diffstat (limited to 'ringfairy.toml')
-rw-r--r--ringfairy.toml11
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.