summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLuke Shumaker <lukeshu@sbcglobal.net>2016-08-27 19:51:52 -0400
committerLuke Shumaker <lukeshu@sbcglobal.net>2016-08-27 19:51:52 -0400
commitc8e571ba1c802ddc2722690e48ecbc6ac9fa75f1 (patch)
tree03fe1328d188e394dde953bd8cdcac87cfb94e3b
parent7b52849551419eeff4c1380c623f02844505a9e3 (diff)
tidy the HTML template, add the Atom feed link
-rw-r--r--page.html.erb3
-rw-r--r--public/arch-systemd.html3
-rw-r--r--public/bash-arrays.html3
-rw-r--r--public/bash-redirection.html3
-rw-r--r--public/build-bash-1.html3
-rw-r--r--public/emacs-as-an-os.html3
-rw-r--r--public/emacs-shells.html3
-rw-r--r--public/fd_printf.html3
-rw-r--r--public/fs-licensing-explanation.html3
-rw-r--r--public/git-go-pre-commit.html3
-rw-r--r--public/index.html3
-rw-r--r--public/java-segfault-redux.html3
-rw-r--r--public/java-segfault.html3
-rw-r--r--public/lp2015-videos.html3
-rw-r--r--public/make-memoize.html3
-rw-r--r--public/nginx-mediawiki.html3
-rw-r--r--public/pacman-overview.html3
-rw-r--r--public/poor-system-documentation.html3
-rw-r--r--public/purdue-cs-login.html3
-rw-r--r--public/rails-improvements.html3
-rw-r--r--public/ryf-routers.html3
-rw-r--r--public/term-colors.html3
-rw-r--r--public/what-im-working-on-fall-2014.html3
-rw-r--r--public/x11-systemd.html3
24 files changed, 48 insertions, 24 deletions
diff --git a/page.html.erb b/page.html.erb
index 586240e..75c576f 100644
--- a/page.html.erb
+++ b/page.html.erb
@@ -3,7 +3,8 @@
<head>
<meta charset="utf-8">
<title><%= @page.title %> — Luke Shumaker</title>
- <link rel="stylesheet" type="text/css" href="assets/style.css">
+ <link rel="stylesheet" href="assets/style.css">
+ <link rel="alternate" type="application/atom+xml" href="./index.atom" name="web log entries"/>
</head>
<body>
<header><%= @page.breadcrumbs %></header>
diff --git a/public/arch-systemd.html b/public/arch-systemd.html
index c5e94e2..d9507ae 100644
--- a/public/arch-systemd.html
+++ b/public/arch-systemd.html
@@ -3,7 +3,8 @@
<head>
<meta charset="utf-8">
<title>What Arch Linux's switch to systemd means for users — Luke Shumaker</title>
- <link rel="stylesheet" type="text/css" href="assets/style.css">
+ <link rel="stylesheet" href="assets/style.css">
+ <link rel="alternate" type="application/atom+xml" href="./index.atom" name="web log entries"/>
</head>
<body>
<header><a href="/">Luke Shumaker</a> » <a href=/blog>blog</a> » arch-systemd</header>
diff --git a/public/bash-arrays.html b/public/bash-arrays.html
index a2b28fd..af76b18 100644
--- a/public/bash-arrays.html
+++ b/public/bash-arrays.html
@@ -3,7 +3,8 @@
<head>
<meta charset="utf-8">
<title>Bash arrays — Luke Shumaker</title>
- <link rel="stylesheet" type="text/css" href="assets/style.css">
+ <link rel="stylesheet" href="assets/style.css">
+ <link rel="alternate" type="application/atom+xml" href="./index.atom" name="web log entries"/>
</head>
<body>
<header><a href="/">Luke Shumaker</a> » <a href=/blog>blog</a> » bash-arrays</header>
diff --git a/public/bash-redirection.html b/public/bash-redirection.html
index 1cb3b3b..d4616fe 100644
--- a/public/bash-redirection.html
+++ b/public/bash-redirection.html
@@ -3,7 +3,8 @@
<head>
<meta charset="utf-8">
<title>Bash redirection — Luke Shumaker</title>
- <link rel="stylesheet" type="text/css" href="assets/style.css">
+ <link rel="stylesheet" href="assets/style.css">
+ <link rel="alternate" type="application/atom+xml" href="./index.atom" name="web log entries"/>
</head>
<body>
<header><a href="/">Luke Shumaker</a> » <a href=/blog>blog</a> » bash-redirection</header>
diff --git a/public/build-bash-1.html b/public/build-bash-1.html
index 68ca09c..3c78a6d 100644
--- a/public/build-bash-1.html
+++ b/public/build-bash-1.html
@@ -3,7 +3,8 @@
<head>
<meta charset="utf-8">
<title>Building Bash 1.14.7 on a modern system — Luke Shumaker</title>
- <link rel="stylesheet" type="text/css" href="assets/style.css">
+ <link rel="stylesheet" href="assets/style.css">
+ <link rel="alternate" type="application/atom+xml" href="./index.atom" name="web log entries"/>
</head>
<body>
<header><a href="/">Luke Shumaker</a> » <a href=/blog>blog</a> » build-bash-1</header>
diff --git a/public/emacs-as-an-os.html b/public/emacs-as-an-os.html
index 1c08d42..5403609 100644
--- a/public/emacs-as-an-os.html
+++ b/public/emacs-as-an-os.html
@@ -3,7 +3,8 @@
<head>
<meta charset="utf-8">
<title>Emacs as an operating system — Luke Shumaker</title>
- <link rel="stylesheet" type="text/css" href="assets/style.css">
+ <link rel="stylesheet" href="assets/style.css">
+ <link rel="alternate" type="application/atom+xml" href="./index.atom" name="web log entries"/>
</head>
<body>
<header><a href="/">Luke Shumaker</a> » <a href=/blog>blog</a> » emacs-as-an-os</header>
diff --git a/public/emacs-shells.html b/public/emacs-shells.html
index 09d763c..a168d0a 100644
--- a/public/emacs-shells.html
+++ b/public/emacs-shells.html
@@ -3,7 +3,8 @@
<head>
<meta charset="utf-8">
<title>A summary of Emacs' bundled shell and terminal modes — Luke Shumaker</title>
- <link rel="stylesheet" type="text/css" href="assets/style.css">
+ <link rel="stylesheet" href="assets/style.css">
+ <link rel="alternate" type="application/atom+xml" href="./index.atom" name="web log entries"/>
</head>
<body>
<header><a href="/">Luke Shumaker</a> » <a href=/blog>blog</a> » emacs-shells</header>
diff --git a/public/fd_printf.html b/public/fd_printf.html
index f875078..ff35631 100644
--- a/public/fd_printf.html
+++ b/public/fd_printf.html
@@ -3,7 +3,8 @@
<head>
<meta charset="utf-8">
<title>`dprintf`: print formatted text directly to a file descriptor — Luke Shumaker</title>
- <link rel="stylesheet" type="text/css" href="assets/style.css">
+ <link rel="stylesheet" href="assets/style.css">
+ <link rel="alternate" type="application/atom+xml" href="./index.atom" name="web log entries"/>
</head>
<body>
<header><a href="/">Luke Shumaker</a> » <a href=/blog>blog</a> » fd_printf</header>
diff --git a/public/fs-licensing-explanation.html b/public/fs-licensing-explanation.html
index 1f969e9..d7eaf4b 100644
--- a/public/fs-licensing-explanation.html
+++ b/public/fs-licensing-explanation.html
@@ -3,7 +3,8 @@
<head>
<meta charset="utf-8">
<title>An explanation of how "copyleft" licensing works — Luke Shumaker</title>
- <link rel="stylesheet" type="text/css" href="assets/style.css">
+ <link rel="stylesheet" href="assets/style.css">
+ <link rel="alternate" type="application/atom+xml" href="./index.atom" name="web log entries"/>
</head>
<body>
<header><a href="/">Luke Shumaker</a> » <a href=/blog>blog</a> » fs-licensing-explanation</header>
diff --git a/public/git-go-pre-commit.html b/public/git-go-pre-commit.html
index ba30bdb..5c536f1 100644
--- a/public/git-go-pre-commit.html
+++ b/public/git-go-pre-commit.html
@@ -3,7 +3,8 @@
<head>
<meta charset="utf-8">
<title>A git pre-commit hook for automatically formatting Go code — Luke Shumaker</title>
- <link rel="stylesheet" type="text/css" href="assets/style.css">
+ <link rel="stylesheet" href="assets/style.css">
+ <link rel="alternate" type="application/atom+xml" href="./index.atom" name="web log entries"/>
</head>
<body>
<header><a href="/">Luke Shumaker</a> » <a href=/blog>blog</a> » git-go-pre-commit</header>
diff --git a/public/index.html b/public/index.html
index a7d776f..605932c 100644
--- a/public/index.html
+++ b/public/index.html
@@ -3,7 +3,8 @@
<head>
<meta charset="utf-8">
<title>Web log entries — Luke Shumaker</title>
- <link rel="stylesheet" type="text/css" href="assets/style.css">
+ <link rel="stylesheet" href="assets/style.css">
+ <link rel="alternate" type="application/atom+xml" href="./index.atom" name="web log entries"/>
</head>
<body>
<header><a href="/">Luke Shumaker</a> » blog</header>
diff --git a/public/java-segfault-redux.html b/public/java-segfault-redux.html
index 9cef9f6..81f0960 100644
--- a/public/java-segfault-redux.html
+++ b/public/java-segfault-redux.html
@@ -3,7 +3,8 @@
<head>
<meta charset="utf-8">
<title>My favorite bug: segfaults in Java (redux) — Luke Shumaker</title>
- <link rel="stylesheet" type="text/css" href="assets/style.css">
+ <link rel="stylesheet" href="assets/style.css">
+ <link rel="alternate" type="application/atom+xml" href="./index.atom" name="web log entries"/>
</head>
<body>
<header><a href="/">Luke Shumaker</a> » <a href=/blog>blog</a> » java-segfault-redux</header>
diff --git a/public/java-segfault.html b/public/java-segfault.html
index 891adf6..c79add5 100644
--- a/public/java-segfault.html
+++ b/public/java-segfault.html
@@ -3,7 +3,8 @@
<head>
<meta charset="utf-8">
<title>My favorite bug: segfaults in Java — Luke Shumaker</title>
- <link rel="stylesheet" type="text/css" href="assets/style.css">
+ <link rel="stylesheet" href="assets/style.css">
+ <link rel="alternate" type="application/atom+xml" href="./index.atom" name="web log entries"/>
</head>
<body>
<header><a href="/">Luke Shumaker</a> » <a href=/blog>blog</a> » java-segfault</header>
diff --git a/public/lp2015-videos.html b/public/lp2015-videos.html
index 25dc5e3..ff88e2d 100644
--- a/public/lp2015-videos.html
+++ b/public/lp2015-videos.html
@@ -3,7 +3,8 @@
<head>
<meta charset="utf-8">
<title>I took some videos at LibrePlanet — Luke Shumaker</title>
- <link rel="stylesheet" type="text/css" href="assets/style.css">
+ <link rel="stylesheet" href="assets/style.css">
+ <link rel="alternate" type="application/atom+xml" href="./index.atom" name="web log entries"/>
</head>
<body>
<header><a href="/">Luke Shumaker</a> » <a href=/blog>blog</a> » lp2015-videos</header>
diff --git a/public/make-memoize.html b/public/make-memoize.html
index 6dcc7fc..8505bef 100644
--- a/public/make-memoize.html
+++ b/public/make-memoize.html
@@ -3,7 +3,8 @@
<head>
<meta charset="utf-8">
<title>A memoization routine for GNU Make functions — Luke Shumaker</title>
- <link rel="stylesheet" type="text/css" href="assets/style.css">
+ <link rel="stylesheet" href="assets/style.css">
+ <link rel="alternate" type="application/atom+xml" href="./index.atom" name="web log entries"/>
</head>
<body>
<header><a href="/">Luke Shumaker</a> » <a href=/blog>blog</a> » make-memoize</header>
diff --git a/public/nginx-mediawiki.html b/public/nginx-mediawiki.html
index cd3cddb..e3009a9 100644
--- a/public/nginx-mediawiki.html
+++ b/public/nginx-mediawiki.html
@@ -3,7 +3,8 @@
<head>
<meta charset="utf-8">
<title>An Nginx configuration for MediaWiki — Luke Shumaker</title>
- <link rel="stylesheet" type="text/css" href="assets/style.css">
+ <link rel="stylesheet" href="assets/style.css">
+ <link rel="alternate" type="application/atom+xml" href="./index.atom" name="web log entries"/>
</head>
<body>
<header><a href="/">Luke Shumaker</a> » <a href=/blog>blog</a> » nginx-mediawiki</header>
diff --git a/public/pacman-overview.html b/public/pacman-overview.html
index e05fd81..b9385d8 100644
--- a/public/pacman-overview.html
+++ b/public/pacman-overview.html
@@ -3,7 +3,8 @@
<head>
<meta charset="utf-8">
<title>A quick overview of usage of the Pacman package manager — Luke Shumaker</title>
- <link rel="stylesheet" type="text/css" href="assets/style.css">
+ <link rel="stylesheet" href="assets/style.css">
+ <link rel="alternate" type="application/atom+xml" href="./index.atom" name="web log entries"/>
</head>
<body>
<header><a href="/">Luke Shumaker</a> » <a href=/blog>blog</a> » pacman-overview</header>
diff --git a/public/poor-system-documentation.html b/public/poor-system-documentation.html
index dc92c09..1d2965e 100644
--- a/public/poor-system-documentation.html
+++ b/public/poor-system-documentation.html
@@ -3,7 +3,8 @@
<head>
<meta charset="utf-8">
<title>Why documentation on GNU/Linux sucks — Luke Shumaker</title>
- <link rel="stylesheet" type="text/css" href="assets/style.css">
+ <link rel="stylesheet" href="assets/style.css">
+ <link rel="alternate" type="application/atom+xml" href="./index.atom" name="web log entries"/>
</head>
<body>
<header><a href="/">Luke Shumaker</a> » <a href=/blog>blog</a> » poor-system-documentation</header>
diff --git a/public/purdue-cs-login.html b/public/purdue-cs-login.html
index b756096..d514e23 100644
--- a/public/purdue-cs-login.html
+++ b/public/purdue-cs-login.html
@@ -3,7 +3,8 @@
<head>
<meta charset="utf-8">
<title>Customizing your login on Purdue CS computers (WIP, but updated) — Luke Shumaker</title>
- <link rel="stylesheet" type="text/css" href="assets/style.css">
+ <link rel="stylesheet" href="assets/style.css">
+ <link rel="alternate" type="application/atom+xml" href="./index.atom" name="web log entries"/>
</head>
<body>
<header><a href="/">Luke Shumaker</a> » <a href=/blog>blog</a> » purdue-cs-login</header>
diff --git a/public/rails-improvements.html b/public/rails-improvements.html
index 9c114f7..fa0a7c0 100644
--- a/public/rails-improvements.html
+++ b/public/rails-improvements.html
@@ -3,7 +3,8 @@
<head>
<meta charset="utf-8">
<title>Miscellaneous ways to improve your Rails experience — Luke Shumaker</title>
- <link rel="stylesheet" type="text/css" href="assets/style.css">
+ <link rel="stylesheet" href="assets/style.css">
+ <link rel="alternate" type="application/atom+xml" href="./index.atom" name="web log entries"/>
</head>
<body>
<header><a href="/">Luke Shumaker</a> » <a href=/blog>blog</a> » rails-improvements</header>
diff --git a/public/ryf-routers.html b/public/ryf-routers.html
index bcc8244..e0e89f8 100644
--- a/public/ryf-routers.html
+++ b/public/ryf-routers.html
@@ -3,7 +3,8 @@
<head>
<meta charset="utf-8">
<title>I'm excited about the new RYF-certified routers from ThinkPenguin — Luke Shumaker</title>
- <link rel="stylesheet" type="text/css" href="assets/style.css">
+ <link rel="stylesheet" href="assets/style.css">
+ <link rel="alternate" type="application/atom+xml" href="./index.atom" name="web log entries"/>
</head>
<body>
<header><a href="/">Luke Shumaker</a> » <a href=/blog>blog</a> » ryf-routers</header>
diff --git a/public/term-colors.html b/public/term-colors.html
index 36acb6b..01978eb 100644
--- a/public/term-colors.html
+++ b/public/term-colors.html
@@ -3,7 +3,8 @@
<head>
<meta charset="utf-8">
<title>An explanation of common terminal emulator color codes — Luke Shumaker</title>
- <link rel="stylesheet" type="text/css" href="assets/style.css">
+ <link rel="stylesheet" href="assets/style.css">
+ <link rel="alternate" type="application/atom+xml" href="./index.atom" name="web log entries"/>
</head>
<body>
<header><a href="/">Luke Shumaker</a> » <a href=/blog>blog</a> » term-colors</header>
diff --git a/public/what-im-working-on-fall-2014.html b/public/what-im-working-on-fall-2014.html
index 4fc10ad..7594b71 100644
--- a/public/what-im-working-on-fall-2014.html
+++ b/public/what-im-working-on-fall-2014.html
@@ -3,7 +3,8 @@
<head>
<meta charset="utf-8">
<title>What I'm working on (Fall 2014) — Luke Shumaker</title>
- <link rel="stylesheet" type="text/css" href="assets/style.css">
+ <link rel="stylesheet" href="assets/style.css">
+ <link rel="alternate" type="application/atom+xml" href="./index.atom" name="web log entries"/>
</head>
<body>
<header><a href="/">Luke Shumaker</a> » <a href=/blog>blog</a> » what-im-working-on-fall-2014</header>
diff --git a/public/x11-systemd.html b/public/x11-systemd.html
index 5e653de..0f751ca 100644
--- a/public/x11-systemd.html
+++ b/public/x11-systemd.html
@@ -3,7 +3,8 @@
<head>
<meta charset="utf-8">
<title>My X11 setup with systemd — Luke Shumaker</title>
- <link rel="stylesheet" type="text/css" href="assets/style.css">
+ <link rel="stylesheet" href="assets/style.css">
+ <link rel="alternate" type="application/atom+xml" href="./index.atom" name="web log entries"/>
</head>
<body>
<header><a href="/">Luke Shumaker</a> » <a href=/blog>blog</a> » x11-systemd</header>