[PATCH] fix ringfairy not building

--- ringfairy.toml | 4 ++-- websites.json | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/ringfairy.toml b/ringfairy.toml index 5fb98e7..ff10f33 100644 --- a/ringfairy.toml +++ b/ringfairy.toml @@ -4,11 +4,11 @@ ring_description = "A small web of Unix-y personal sites." ring_owner = "Daniel Fichtinger" ring_owner_site = "https://ficd.sh" -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_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" diff --git a/websites.json b/websites.json index c77451e..602f113 100644 --- a/websites.json +++ b/websites.json @@ -52,6 +52,6 @@ "about": "An assortment of my ramblings and random adventures.", "url": "https://micahkepe.com/blog/", "owner": "Micah Kepe", - "rss": "https://micahkepe.com/blog/atom.xml" + "atom": "https://micahkepe.com/blog/atom.xml" } ] -- 2.50.1
participants (1)
-
Zunda