Skip to content

Commit 8e8b24c

Browse files
committed
fix urls
1 parent b2e7d6d commit 8e8b24c

File tree

7 files changed

+511
-513
lines changed

7 files changed

+511
-513
lines changed

config/dev.exs

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1 @@
11
import Config
2-
3-
config :personal, root_url: "http://localhost:4000"

output/atom.xml

Lines changed: 19 additions & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -1,67 +1,67 @@
11
<?xml version="1.0" encoding="utf-8"?>
22
<feed xmlns="http://www.w3.org/2005/Atom">
33
<title>andyleclair.dev</title>
4-
<link href="http://localhost:4000/" />
5-
<link href="http://localhost:4000/atom.xml" rel="self" />
4+
<link href="https://andyleclair.dev/" />
5+
<link href="https://andyleclair.dev/atom.xml" rel="self" />
66
<updated>2024-12-30T00:00:00-05:00</updated>
77
<author>
88
<name>Andy LeClair</name>
99
</author>
10-
<id>http://localhost:4000/</id>
10+
<id>https://andyleclair.dev/</id>
1111

1212
<entry>
1313
<title>Adding RSS to a static site</title>
14-
<link href="http://localhost:4000/posts/2024/12-30-adding-rss-to-a-static-site.html" />
15-
<id>http://localhost:4000/posts/2024/12-30-adding-rss-to-a-static-site.html</id>
14+
<link href="https://andyleclair.dev/posts/2024/12-30-adding-rss-to-a-static-site.html" />
15+
<id>https://andyleclair.dev/posts/2024/12-30-adding-rss-to-a-static-site.html</id>
1616
<updated>2024-12-30T00:00:00-05:00</updated>
1717
<summary>Adding RSS and Atom feeds to this site</summary>
1818
</entry>
1919
<entry>
2020
<title>How To Do A Preload Good</title>
21-
<link href="http://localhost:4000/posts/2024/11-15-how-to-do-a-preload-good.html" />
22-
<id>http://localhost:4000/posts/2024/11-15-how-to-do-a-preload-good.html</id>
21+
<link href="https://andyleclair.dev/posts/2024/11-15-how-to-do-a-preload-good.html" />
22+
<id>https://andyleclair.dev/posts/2024/11-15-how-to-do-a-preload-good.html</id>
2323
<updated>2024-11-15T00:00:00-05:00</updated>
2424
<summary>Avoiding N+1 queries with Ecto's preload</summary>
2525
</entry>
2626
<entry>
2727
<title>Live Fridge</title>
28-
<link href="http://localhost:4000/posts/2024/10-28-live-fridge.html" />
29-
<id>http://localhost:4000/posts/2024/10-28-live-fridge.html</id>
28+
<link href="https://andyleclair.dev/posts/2024/10-28-live-fridge.html" />
29+
<id>https://andyleclair.dev/posts/2024/10-28-live-fridge.html</id>
3030
<updated>2024-10-28T00:00:00-05:00</updated>
3131
<summary>My take on an internet fridge magnet poetry experience using Elixir, Ash, and LiveView.</summary>
3232
</entry>
3333
<entry>
3434
<title>OpenGL Part 3</title>
35-
<link href="http://localhost:4000/posts/2024/09-11-opengl-part-3.html" />
36-
<id>http://localhost:4000/posts/2024/09-11-opengl-part-3.html</id>
35+
<link href="https://andyleclair.dev/posts/2024/09-11-opengl-part-3.html" />
36+
<id>https://andyleclair.dev/posts/2024/09-11-opengl-part-3.html</id>
3737
<updated>2024-09-11T00:00:00-05:00</updated>
3838
<summary>Layering shapes, displaying FPS</summary>
3939
</entry>
4040
<entry>
4141
<title>OpenGL Part 2</title>
42-
<link href="http://localhost:4000/posts/2024/09-10-opengl-part-2.html" />
43-
<id>http://localhost:4000/posts/2024/09-10-opengl-part-2.html</id>
42+
<link href="https://andyleclair.dev/posts/2024/09-10-opengl-part-2.html" />
43+
<id>https://andyleclair.dev/posts/2024/09-10-opengl-part-2.html</id>
4444
<updated>2024-09-10T00:00:00-05:00</updated>
4545
<summary>Drawing a triangle</summary>
4646
</entry>
4747
<entry>
4848
<title>GLtest</title>
49-
<link href="http://localhost:4000/posts/2024/09-09-gltest.html" />
50-
<id>http://localhost:4000/posts/2024/09-09-gltest.html</id>
49+
<link href="https://andyleclair.dev/posts/2024/09-09-gltest.html" />
50+
<id>https://andyleclair.dev/posts/2024/09-09-gltest.html</id>
5151
<updated>2024-09-09T00:00:00-05:00</updated>
5252
<summary>First steps with OpenGL in Elixir</summary>
5353
</entry>
5454
<entry>
5555
<title>README</title>
56-
<link href="http://localhost:4000/posts/2024/08-28-readme.html" />
57-
<id>http://localhost:4000/posts/2024/08-28-readme.html</id>
56+
<link href="https://andyleclair.dev/posts/2024/08-28-readme.html" />
57+
<id>https://andyleclair.dev/posts/2024/08-28-readme.html</id>
5858
<updated>2024-08-28T00:00:00-05:00</updated>
5959
<summary>About this site</summary>
6060
</entry>
6161
<entry>
6262
<title>Hello world!</title>
63-
<link href="http://localhost:4000/posts/2024/08-27-hello-world.html" />
64-
<id>http://localhost:4000/posts/2024/08-27-hello-world.html</id>
63+
<link href="https://andyleclair.dev/posts/2024/08-27-hello-world.html" />
64+
<id>https://andyleclair.dev/posts/2024/08-27-hello-world.html</id>
6565
<updated>2024-08-27T00:00:00-05:00</updated>
6666
<summary>The Start of Something</summary>
6767
</entry>

output/feed.xml

Lines changed: 18 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -3,63 +3,63 @@
33
<channel>
44
<title>andyleclair.dev</title>
55
<description>Personal blog of Andy LeClair</description>
6-
<link>http://localhost:4000/</link>
7-
<atom:link href="http://localhost:4000/rss.xml" rel="self" type="application/rss+xml" />
6+
<link>https://andyleclair.dev/</link>
7+
<atom:link href="https://andyleclair.dev/rss.xml" rel="self" type="application/rss+xml" />
88
<item>
99
<title>Adding RSS to a static site</title>
1010
<description>Adding RSS and Atom feeds to this site</description>
1111
<pubDate>Mon, 30 Dec 2024 00:00:00 EST</pubDate>
12-
<link>http://localhost:4000/posts/2024/12-30-adding-rss-to-a-static-site.html</link>
13-
<guid isPermaLink="true">http://localhost:4000/posts/2024/12-30-adding-rss-to-a-static-site.html</guid>
12+
<link>https://andyleclair.dev/posts/2024/12-30-adding-rss-to-a-static-site.html</link>
13+
<guid isPermaLink="true">https://andyleclair.dev/posts/2024/12-30-adding-rss-to-a-static-site.html</guid>
1414
</item>
1515
<item>
1616
<title>How To Do A Preload Good</title>
1717
<description>Avoiding N+1 queries with Ecto's preload</description>
1818
<pubDate>Fri, 15 Nov 2024 00:00:00 EST</pubDate>
19-
<link>http://localhost:4000/posts/2024/11-15-how-to-do-a-preload-good.html</link>
20-
<guid isPermaLink="true">http://localhost:4000/posts/2024/11-15-how-to-do-a-preload-good.html</guid>
19+
<link>https://andyleclair.dev/posts/2024/11-15-how-to-do-a-preload-good.html</link>
20+
<guid isPermaLink="true">https://andyleclair.dev/posts/2024/11-15-how-to-do-a-preload-good.html</guid>
2121
</item>
2222
<item>
2323
<title>Live Fridge</title>
2424
<description>My take on an internet fridge magnet poetry experience using Elixir, Ash, and LiveView.</description>
2525
<pubDate>Mon, 28 Oct 2024 00:00:00 EST</pubDate>
26-
<link>http://localhost:4000/posts/2024/10-28-live-fridge.html</link>
27-
<guid isPermaLink="true">http://localhost:4000/posts/2024/10-28-live-fridge.html</guid>
26+
<link>https://andyleclair.dev/posts/2024/10-28-live-fridge.html</link>
27+
<guid isPermaLink="true">https://andyleclair.dev/posts/2024/10-28-live-fridge.html</guid>
2828
</item>
2929
<item>
3030
<title>OpenGL Part 3</title>
3131
<description>Layering shapes, displaying FPS</description>
3232
<pubDate>Wed, 11 Sep 2024 00:00:00 EST</pubDate>
33-
<link>http://localhost:4000/posts/2024/09-11-opengl-part-3.html</link>
34-
<guid isPermaLink="true">http://localhost:4000/posts/2024/09-11-opengl-part-3.html</guid>
33+
<link>https://andyleclair.dev/posts/2024/09-11-opengl-part-3.html</link>
34+
<guid isPermaLink="true">https://andyleclair.dev/posts/2024/09-11-opengl-part-3.html</guid>
3535
</item>
3636
<item>
3737
<title>OpenGL Part 2</title>
3838
<description>Drawing a triangle</description>
3939
<pubDate>Tue, 10 Sep 2024 00:00:00 EST</pubDate>
40-
<link>http://localhost:4000/posts/2024/09-10-opengl-part-2.html</link>
41-
<guid isPermaLink="true">http://localhost:4000/posts/2024/09-10-opengl-part-2.html</guid>
40+
<link>https://andyleclair.dev/posts/2024/09-10-opengl-part-2.html</link>
41+
<guid isPermaLink="true">https://andyleclair.dev/posts/2024/09-10-opengl-part-2.html</guid>
4242
</item>
4343
<item>
4444
<title>GLtest</title>
4545
<description>First steps with OpenGL in Elixir</description>
4646
<pubDate>Mon, 09 Sep 2024 00:00:00 EST</pubDate>
47-
<link>http://localhost:4000/posts/2024/09-09-gltest.html</link>
48-
<guid isPermaLink="true">http://localhost:4000/posts/2024/09-09-gltest.html</guid>
47+
<link>https://andyleclair.dev/posts/2024/09-09-gltest.html</link>
48+
<guid isPermaLink="true">https://andyleclair.dev/posts/2024/09-09-gltest.html</guid>
4949
</item>
5050
<item>
5151
<title>README</title>
5252
<description>About this site</description>
5353
<pubDate>Wed, 28 Aug 2024 00:00:00 EST</pubDate>
54-
<link>http://localhost:4000/posts/2024/08-28-readme.html</link>
55-
<guid isPermaLink="true">http://localhost:4000/posts/2024/08-28-readme.html</guid>
54+
<link>https://andyleclair.dev/posts/2024/08-28-readme.html</link>
55+
<guid isPermaLink="true">https://andyleclair.dev/posts/2024/08-28-readme.html</guid>
5656
</item>
5757
<item>
5858
<title>Hello world!</title>
5959
<description>The Start of Something</description>
6060
<pubDate>Tue, 27 Aug 2024 00:00:00 EST</pubDate>
61-
<link>http://localhost:4000/posts/2024/08-27-hello-world.html</link>
62-
<guid isPermaLink="true">http://localhost:4000/posts/2024/08-27-hello-world.html</guid>
61+
<link>https://andyleclair.dev/posts/2024/08-27-hello-world.html</link>
62+
<guid isPermaLink="true">https://andyleclair.dev/posts/2024/08-27-hello-world.html</guid>
6363
</item>
6464

6565
</channel>

0 commit comments

Comments
 (0)