build under prod env

This commit is contained in:
2025-07-26 15:12:02 -04:00
parent 1fcc40d21d
commit a04e079380
6 changed files with 5 additions and 209 deletions

View File

@@ -1,16 +1,16 @@
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
<channel>
<atom:link href="http://localhost:4999/feed.xml" rel="self" type="application/rss+xml" />
<atom:link href="https://example.com/feed.xml" rel="self" type="application/rss+xml" />
<title>monotab</title>
<link>http://localhost:4999</link>
<link>https://example.com</link>
<description>My beautiful website</description>
<language>en-us</language>
<generator>Tableau v0.26.0</generator>
<item>
<title>Test Post: Getting Started with Elixir</title>
<link>http://localhost:4999/2024-01-15-test-post</link>
<link>https://example.com/2024-01-15-test-post</link>
<pubDate>Mon, 15 Jan 2024 00:00:00 UTC</pubDate>
<guid>http://localhost:4999/2024-01-15-test-post</guid>
<guid>https://example.com/2024-01-15-test-post</guid>
<description><![CDATA[ <h1><a inert href="#getting-started-with-elixir" aria-hidden="true" class="anchor" id="getting-started-with-elixir"></a>Getting Started with Elixir</h1>
<p>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.</p>
<h2><a inert href="#key-features" aria-hidden="true" class="anchor" id="key-features"></a>Key Features</h2>