aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBradley Taunt <bt@btxx.org>2024-07-22 08:46:55 -0400
committerBradley Taunt <bt@btxx.org>2024-07-22 08:46:55 -0400
commitcd4572bb814834bd2613f4a351b35460af93d785 (patch)
tree58ca801d7dbf2a166b22e7b169806a0686d0cc4f
parent81badb77f92bc0cab55af292ea2bd31e04d69bb4 (diff)
Add websites page, new blog post example
-rw-r--r--.gitignore1
-rw-r--r--footer.html1
-rw-r--r--pages/about.md4
-rw-r--r--pages/websites.md6
-rw-r--r--posts/futurama.md46
5 files changed, 57 insertions, 1 deletions
diff --git a/.gitignore b/.gitignore
index 567609b..90094fc 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1 +1,2 @@
build/
+.ruby-version
diff --git a/footer.html b/footer.html
index 7575af9..d1747b7 100644
--- a/footer.html
+++ b/footer.html
@@ -5,6 +5,7 @@
<ul id="menu">
<li><a href="/">Home</a></li>
<li><a href="/about">About</a></li>
+ <li><a href="/websites">Websites</a></li>
<li><a href="/index.atom">RSS</a></li>
<li><a href="#top">&uarr; Top of the page</a></li>
</ul>
diff --git a/pages/about.md b/pages/about.md
index e337441..5334e36 100644
--- a/pages/about.md
+++ b/pages/about.md
@@ -4,7 +4,9 @@ wruby is a minimal blog generator written in Ruby.
## Why?
-This project was created by me, [Bradley Taunt](https://btxx.org), out of frustration with overly complex and bloated blogging options. I tried so many "minimal" generators but each one ended up having some glaring issue or heavy reliance on dependencies. Originally, I solved this problem by creating [barf](https://barf.btxx.org) - a blog generator pieced together with basic sheel scripting. While this project works well, I prefer to write with Ruby since it is such a beautiful language.
+This project was created by me, [Bradley Taunt](https://btxx.org), out of frustration with overly complex and bloated blogging options. I tried so many "minimal" generators but each one ended up having some glaring issue or heavy reliance on dependencies.
+
+Originally, I solved this problem by creating [barf](https://barf.btxx.org) - a blog generator pieced together with basic shell scripting. While this project works well, I prefer to write with Ruby since it is such a beautiful language.
So, wruby was born. There isn't much else to say. I hope you enjoy using it and
be sure to report any issues if you come arcoss any bugs!
diff --git a/pages/websites.md b/pages/websites.md
new file mode 100644
index 0000000..1b6d838
--- /dev/null
+++ b/pages/websites.md
@@ -0,0 +1,6 @@
+# Websites Built with wruby
+
+Send an email to bt [at] btxx [dot] org if you would like me to add your wruby-generated website to this list.
+
+* *This website...*
+* [btxx.org](https://btxx.org)
diff --git a/posts/futurama.md b/posts/futurama.md
new file mode 100644
index 0000000..c858664
--- /dev/null
+++ b/posts/futurama.md
@@ -0,0 +1,46 @@
+# Exploring Futurama: A Dive into the World of Tomorrow
+
+2024-07-22
+
+## Introduction
+
+This markdown file is just another example to showcase how things will look when fully rendered via wruby.
+
+Welcome to the world of tomorrow! In this blog post, we'll explore some iconic dialogue from the hit animated series *Futurama*. The show, created by Matt Groening, is renowned for its clever writing and memorable characters. Let's dive in!
+
+## Notable Quotes
+
+Here are some of my favorite lines from the series:
+
+> **Bender**: "Bite my shiny metal ass!"
+>
+> *Season 1, Episode 1*
+
+> **Fry**: "I'm gonna go build my own theme park, with blackjack and hookers. In fact, forget the park!"
+>
+> *Season 1, Episode 6*
+
+> **Professor Farnsworth**: "Good news, everyone!"
+>
+> *Multiple Episodes*
+
+## Dialogue Excerpt
+
+Let's take a look at a classic exchange between Fry and Leela:
+
+**Fry**: "Why am I sticky and naked? Did I miss something fun?"
+
+**Leela**: "Fry, you idiot! You forgot to drink the antidote for the brain slug!"
+
+## Conclusion
+
+*Futurama* has given us countless laughs and unforgettable moments. Whether it's Bender's antics or Fry's naivety, the show continues to resonate with fans. What's your favorite *Futurama* quote? Share it in the comments below!
+
+## References
+
+1. [Futurama Wiki](https://theinfosphere.org/Main_Page)
+2. [Futurama on IMDb](https://www.imdb.com/title/tt0149460/)
+
+---
+
+_Stay tuned for more posts on your favorite shows!_