summaryrefslogtreecommitdiff
path: root/public/index.html
diff options
context:
space:
mode:
Diffstat (limited to 'public/index.html')
-rw-r--r--public/index.html52
1 files changed, 52 insertions, 0 deletions
diff --git a/public/index.html b/public/index.html
new file mode 100644
index 0000000..9f68b3b
--- /dev/null
+++ b/public/index.html
@@ -0,0 +1,52 @@
+<!DOCTYPE html>
+<html lang="en">
+<head>
+ <meta charset="utf-8">
+ <title>Web log entries — Luke Shumaker</title>
+ <link rel="stylesheet" type="text/css" href="assets/style.css">
+</head>
+<body>
+<header><a href="/">Luke Shumaker</a> » blog</header>
+<article>
+<h1 id="web-log-entries">Web log entries</h1>
+<style>
+li {
+ list-style-type: none;
+}
+time {
+ color: #AAAAAA;
+ font-family: monospace;
+}
+</style>
+<ul>
+<li><time>2016-02-28</time> - <a href="./java-segfault-redux.html">My favorite bug: segfaults in Java (redux)</a></li>
+<li><time>2016-02-28</time> - <a href="./x11-systemd.html">My X11 setup with systemd</a></li>
+<li><time>2015-05-19</time> - <a href="./nginx-mediawiki.html">An Nginx configuration for MediaWiki</a></li>
+<li><time>2015-03-22</time> - <a href="./lp2015-videos.html">I took some videos at LibrePlanet</a></li>
+<li><time>2015-03-18</time> - <a href="./build-bash-1.html">Building Bash 1.14.7 on a modern system</a></li>
+<li><time>2015-02-06</time> - <a href="./purdue-cs-login.html">Customizing your login on Purdue CS computers (WIP, but updated)</a></li>
+<li><time>2014-11-20</time> - <a href="./make-memoize.html">A memoization routine for GNU Make functions</a></li>
+<li><time>2014-09-12</time> - <a href="./ryf-routers.html">I'm excited about the new RYF-certified routers from ThinkPenguin</a></li>
+<li><time>2014-09-11</time> - <a href="./what-im-working-on-fall-2014.html">What I'm working on (Fall 2014)</a></li>
+<li><time>2014-05-08</time> - <a href="./rails-improvements.html">Miscellaneous ways to improve your Rails experience</a></li>
+<li><time>2014-02-13</time> - <a href="./bash-redirection.html">Bash redirection</a></li>
+<li><time>2014-01-13</time> - <a href="./java-segfault.html">My favorite bug: segfaults in Java</a></li>
+<li><time>2013-10-13</time> - <a href="./bash-arrays.html">Bash arrays</a></li>
+<li><time>2013-10-12</time> - <a href="./fd_printf.html"><code>dprintf</code>: print formatted text directly to a file descriptor</a></li>
+<li><time>2013-10-12</time> - <a href="./git-go-pre-commit.html">A git pre-commit hook for automatically formatting Go code</a></li>
+<li><time>2013-08-29</time> - <a href="./emacs-as-an-os.html">Emacs as an operating system</a></li>
+<li><time>2013-04-09</time> - <a href="./emacs-shells.html">A summary of Emacs' bundled shell and terminal modes</a></li>
+<li><time>2013-03-21</time> - <a href="./term-colors.html">An explanation of common terminal emulator color codes</a></li>
+<li><time>2013-02-21</time> - <a href="./fs-licensing-explanation.html">An explanation of how &quot;copyleft&quot; licensing works</a></li>
+<li><time>2013-01-23</time> - <a href="./pacman-overview.html">A quick overview of usage of the Pacman package manager</a></li>
+<li><time>2012-09-12</time> - <a href="./poor-system-documentation.html">Why documentation on GNU/Linux sucks</a></li>
+<li><time>2012-09-11</time> - <a href="./arch-systemd.html">What Arch Linux's switch to systemd means for users</a></li>
+</ul>
+
+</article>
+<footer>
+<p>The content of this page is Copyright © <a href="mailto:lukeshu@sbcglobal.net">Luke Shumaker</a>.</p>
+<p>This page is licensed under the <a href="https://creativecommons.org/licenses/by-sa/3.0/">CC BY-SA-3.0</a> license.</p>
+</footer>
+</body>
+</html>