Add websites page, new blog post example

This commit is contained in:
Bradley Taunt 2024-07-22 08:46:55 -04:00
parent 81badb77f9
commit cd4572bb81
5 changed files with 57 additions and 1 deletions

1
.gitignore vendored
View file

@ -1 +1,2 @@
build/
.ruby-version

View file

@ -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>

View file

@ -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!

6
pages/websites.md Normal file
View file

@ -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)

46
posts/futurama.md Normal file
View file

@ -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!_