aboutsummaryrefslogtreecommitdiff
path: root/build/index.html
diff options
context:
space:
mode:
authorBradley Taunt <bt@btxx.org>2024-07-21 12:29:45 -0400
committerBradley Taunt <bt@btxx.org>2024-07-21 12:29:45 -0400
commit3667c26dde3314c6851bfbb5147fe4579458c7f2 (patch)
tree84f2bf4f1fef74d076ea6bf3c388d3e883b4f418 /build/index.html
parentc6ab423423d21ad9767ede97113700b75ad263c7 (diff)
Remove build folder and include gitignore
Diffstat (limited to 'build/index.html')
-rw-r--r--build/index.html52
1 files changed, 0 insertions, 52 deletions
diff --git a/build/index.html b/build/index.html
deleted file mode 100644
index 5f89c2f..0000000
--- a/build/index.html
+++ /dev/null
@@ -1,52 +0,0 @@
-<!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>wruby</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>&nbsp;|&nbsp;</span><a href="#menu">Menu &darr;</a>
-</nav>
-
-<main>
-
-<h1 id="wruby">wruby</h1>
-
-<p><strong>wruby is a single file, minimal blog generator written in Ruby.</strong></p>
-
-<p>The “w” is silent…</p>
-
-<p>You can learn more by reading <a href="https://git.sr.ht/~bt/wruby">the official README</a>.</p>
-
-<h2 id="articles">Articles</h2>
-<ul class="posts">
-<li><span>2024-07-20</span><a href='/posts/markdown-examples/'>Markdown Examples in wruby</a></li>
-</ul>
-</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">&uarr; 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>