diff --git a/config.toml b/config.toml
index 1c8308b..9fa9fd1 100644
--- a/config.toml
+++ b/config.toml
@@ -4,8 +4,9 @@ base_url = "https://lynxize.dev"
compile_sass = false
build_search_index = false
-generate_feeds = false # need to configure it to be at /blog/atom.xml which takes Work(tM)
+generate_feeds = false # set to true in the blog _index
+author="lynxize"
[markdown]
highlight_code = true
diff --git a/content/blog/_index.md b/content/blog/_index.md
index 1a84467..13c2ace 100644
--- a/content/blog/_index.md
+++ b/content/blog/_index.md
@@ -3,4 +3,8 @@ title = "Various Ramblings"
sort_by = "date"
template = "blog.html"
page_template = "post.html"
-+++
\ No newline at end of file
+
+generate_feeds = true
++++
+
+Some random blog posts/ramblings/text walls of mine.
\ No newline at end of file
diff --git a/templates/atom.xml b/templates/atom.xml
new file mode 100644
index 0000000..39b6099
--- /dev/null
+++ b/templates/atom.xml
@@ -0,0 +1,49 @@
+
+