From 8b09fbf22c9de9ba712a56917b60775cc5e02abb Mon Sep 17 00:00:00 2001 From: Silas Date: Sat, 26 Jul 2025 15:32:40 -0400 Subject: [PATCH] fix sitemap/feed links --- _site/feed.xml | 8 ++++---- _site/sitemap.xml | 2 +- config/prod.exs | 2 +- 3 files changed, 6 insertions(+), 6 deletions(-) diff --git a/_site/feed.xml b/_site/feed.xml index 4cd0fba..154d1e8 100644 --- a/_site/feed.xml +++ b/_site/feed.xml @@ -1,16 +1,16 @@ - + monotab - https://example.com + https://monotab.silentsilas.com My beautiful website en-us Tableau v0.26.0 Test Post: Getting Started with Elixir - https://example.com/2024-01-15-test-post + https://monotab.silentsilas.com/2024-01-15-test-post Mon, 15 Jan 2024 00:00:00 UTC - https://example.com/2024-01-15-test-post + https://monotab.silentsilas.com/2024-01-15-test-post Getting Started with Elixir

Elixir is a dynamic, functional language designed for building scalable and maintainable applications. It leverages the Erlang VM, known for running low-latency, distributed, and fault-tolerant systems.

Key Features

diff --git a/_site/sitemap.xml b/_site/sitemap.xml index 1518e19..b6b83ae 100644 --- a/_site/sitemap.xml +++ b/_site/sitemap.xml @@ -1 +1 @@ -https://example.com/postshttps://example.com/https://example.com/about2024-01-15T00:00:00Zhttps://example.com/2024-01-15-test-post \ No newline at end of file +https://monotab.silentsilas.com/postshttps://monotab.silentsilas.com/https://monotab.silentsilas.com/about2024-01-15T00:00:00Zhttps://monotab.silentsilas.com/2024-01-15-test-post \ No newline at end of file diff --git a/config/prod.exs b/config/prod.exs index 20bd0ab..7f254c5 100644 --- a/config/prod.exs +++ b/config/prod.exs @@ -1,5 +1,5 @@ import Config -config :tableau, :config, url: "https://example.com" +config :tableau, :config, url: "https://monotab.silentsilas.com" config :tableau, Tableau.PostExtension, future: false, dir: ["_posts"] config :tableau, Tableau.PageExtension, dir: ["_pages"]