---
ringfairy.toml | 2 +-
websites.json | 3 ++-
2 files changed, 3 insertions(+), 2 deletions(-)
diff --git a/ringfairy.toml b/ringfairy.toml
index c35a12d..ff10f33 100644
--- a/ringfairy.toml
+++ b/ringfairy.toml
@@ -4,7 +4,7 @@ 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 }}
diff --git a/websites.json b/websites.json
index 19d3cab..602f113 100644
--- a/websites.json
+++ b/websites.json
@@ -51,6 +51,7 @@
"slug": "micahkepe",
"about": "An assortment of my ramblings and random adventures.",
"url": "https://micahkepe.com/blog/",
- "owner": "Micah Kepe"
+ "owner": "Micah Kepe",
+ "atom": "https://micahkepe.com/blog/atom.xml"
}
]
--
2.50.1