Files
3dworldring/ringfairy.toml
2026-03-19 04:06:39 -04:00

24 lines
1.7 KiB
TOML

base_url = "https://3dworldring.cjsatnarine.space"
ring_name = "3Dworldring"
ring_description = "Webring for 3D explorable worlds. Websites for worlds where you can explore and move about, traversing to other worlds (webring neighbours) in some way within the world."
ring_owner = "CJ Satnarine"
ring_owner_site = "https://cjsatnarine.space"
filepath_list = ["./websites.json"] # Website list; should be a JSON file with 'name', 'url', etc
path_output = "./3dworldring.cjsatnarine.space" # 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_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"
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
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.