blob: ef79ef35165b6e97cfa1a43d5731a1bd84b51c6f (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
|
<!doctype html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<meta name="color-scheme" content="dark light">
<link rel="icon" href="data:,">
<title>About</title>
<link href="/atom.xml" type="application/atom+xml" rel="alternate" title="Atom feed for blog posts" />
<link href="/rss.xml" type="application/rss+xml" rel="alternate" title="RSS feed for blog posts" />
<style>*{box-sizing:border-box;}body{font-family:sans-serif;line-height:1.33;margin:0
auto;max-width:650px;padding:1rem;}blockquote{background:#eee;border-left:4px
solid;color:black;padding-left:5px;}img{max-width:100%;}pre{border:1px solid;overflow:auto;padding:5px;}table{text-align:left;width:100%;}.posts,#menu{list-style:none;padding:0;}.posts li{margin-bottom:8px;}.posts li span{display:block;font-size:90%;}#menu li{display:inline-block;margin-right:8px;}.footnotes{font-size:90%;}</style>
</head>
<nav>
<a href="/">Home</a><span> | </span><a href="#menu">Menu ↓</a>
</nav>
<main>
<h1 id="about">About</h1>
<p>wruby is a minimal blog generator written in Ruby.</p>
<h2 id="why">Why?</h2>
<p>This project was created by me, <a href="btxx.org">Bradley Taunt</a>, 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 <a href="https://barf.btxx.org">barf</a> - 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.</p>
<p>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!</p>
</main>
<hr/>
<footer role="contentinfo">
<h2>Menu Navigation</h2>
<ul id="menu">
<li><a href="/">Home</a></li>
<li><a href="/about">About</a></li>
<li><a href="/index.atom">RSS</a></li>
<li><a href="#top">↑ Top of the page</a></li>
</ul>
<small>
Built with <a href="https://wruby.btxx.org">wruby</a>. <br>
Maintained with ♥ for the web. <br>
The content for this site is <a
href="https://creativecommons.org/licenses/by-sa/2.0/">CC-BY-SA</a>.<br>
The <a href="https://git.sr.ht/~bt/wruby">code for this project</a>
is <a href="https://git.sr.ht/~bt/wruby/tree/master/item/LICENSE">MIT</a>.
</small>
</footer>
|