This is a test post to verify that Pressa is working correctly. We’re building a static site generator using:
\n\n
\n
Ruby 3.4
\n
Phlex for HTML generation
\n
Kramdown with Rouge for Markdown and syntax highlighting
\n
dry-struct for immutable data models
\n
\n\n
Code Example
\n\n
Here’s some Ruby code:
\n\n
classPost<Dry::Struct\n attribute:title,Types::String\n attribute:body,Types::String\nend\n\npost=Post.new(title: \"Hello World\",body: \"This is a test\")\nputspost.title\n
\n\n
Features
\n\n
The generator supports:
\n\n\n
Hierarchical post organization (year/month)
\n
Link posts (external URLs)
\n
JSON and RSS feeds
\n
Archive pages
\n
Projects section
\n\n\n
Pretty cool, right?
\n",
- "summary": "This is a test post to verify that Pressa is working correctly. We're building a static site generator using: - Ruby 3.4 - Phlex for HTML generation - Kramdown with Rouge for Markdown and syntax highlighting - dry-struct for immutable data models ## Code Example Here's some Ruby code: ```ruby class ...",
- "date_published": "2025-11-11T14:00:00-08:00",
- "authors": [
- {
- "name": "Trent Reznor"
- }
- ],
- "tags": [
- "Ruby",
- "Phlex",
- "Static Sites"
- ]
- }
- ]
-}
\ No newline at end of file
diff --git a/pressa/test-www/feed.xml b/pressa/test-www/feed.xml
deleted file mode 100644
index 700677d..0000000
--- a/pressa/test-www/feed.xml
+++ /dev/null
@@ -1,60 +0,0 @@
-
-
-
- samhuri.net
- http://localhost:8000
- The personal blog of Sami Samhuri
- en-us
- Tue, 11 Nov 2025 14:00:00 -0800
- Tue, 11 Nov 2025 14:52:39 -0800
-
-
- Testing Pressa with Ruby and Phlex
- http://localhost:8000/posts/2025/11/test-post
- http://localhost:8000/posts/2025/11/test-post
-
- This is a test post to verify that Pressa is working correctly. We’re building a static site generator using:
-
-
-
Ruby 3.4
-
Phlex for HTML generation
-
Kramdown with Rouge for Markdown and syntax highlighting
-
dry-struct for immutable data models
-
-
-
Code Example
-
-
Here’s some Ruby code:
-
-
classPost<Dry::Struct
- attribute:title,Types::String
- attribute:body,Types::String
-end
-
-post=Post.new(title: "Hello World",body: "This is a test")
-putspost.title
-
This is a test post to verify that Pressa is working correctly. We’re building a static site generator using:
-
-
-
Ruby 3.4
-
Phlex for HTML generation
-
Kramdown with Rouge for Markdown and syntax highlighting
-
dry-struct for immutable data models
-
-
-
Code Example
-
-
Here’s some Ruby code:
-
-
classPost<Dry::Struct
- attribute:title,Types::String
- attribute:body,Types::String
-end
-
-post=Post.new(title: "Hello World",body: "This is a test")
-putspost.title
-
-
-
Features
-
-
The generator supports:
-
-
-
Hierarchical post organization (year/month)
-
Link posts (external URLs)
-
JSON and RSS feeds
-
Archive pages
-
Projects section
-
-
-
Pretty cool, right?
-
\ No newline at end of file
diff --git a/pressa/test-www/posts/2025/11/test-post/index.html b/pressa/test-www/posts/2025/11/test-post/index.html
deleted file mode 100644
index fd252ce..0000000
--- a/pressa/test-www/posts/2025/11/test-post/index.html
+++ /dev/null
@@ -1,36 +0,0 @@
-Testing Pressa with Ruby and Phlex – samhuri.net