summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--contact-information.html65
-rw-r--r--gemfeed/2008-06-26-perl-poetry.html65
-rw-r--r--gemfeed/2008-12-29-using-my-nokia-n95-for-fixing-my-mta.html65
-rw-r--r--gemfeed/2010-04-09-standard-ml-and-haskell.html65
-rw-r--r--gemfeed/2010-05-07-lazy-evaluation-with-standarn-ml.html65
-rw-r--r--gemfeed/2010-05-09-the-fype-programming-language.html65
-rw-r--r--gemfeed/2011-05-07-perl-daemon-service-framework.html65
-rw-r--r--gemfeed/2014-03-24-the-fibonacci.pl.c-polyglot.html65
-rw-r--r--gemfeed/2015-12-05-run-debian-on-your-phone-with-debroid.html65
-rw-r--r--gemfeed/2016-04-03-offsite-backup-with-zfs.html65
-rw-r--r--gemfeed/2016-04-09-jails-and-zfs-on-freebsd-with-puppet.html65
-rw-r--r--gemfeed/2016-04-16-offsite-backup-with-zfs-part2.html65
-rw-r--r--gemfeed/2016-05-22-spinning-up-my-own-authoritative-dns-servers.html65
-rw-r--r--gemfeed/2016-11-20-methods-in-c.html65
-rw-r--r--gemfeed/2018-06-01-realistic-load-testing-with-ioriot-for-linux.html65
-rw-r--r--gemfeed/2021-04-22-dtail-the-distributed-log-tail-program.html65
-rw-r--r--gemfeed/2021-04-24-welcome-to-the-geminispace.html65
-rw-r--r--gemfeed/2021-05-16-personal-bash-coding-style-guide.html65
-rw-r--r--gemfeed/2021-06-05-gemtexter-one-bash-script-to-rule-it-all.html65
-rw-r--r--gemfeed/2021-07-04-the-well-grounded-rubyist.html65
-rw-r--r--gemfeed/2021-08-01-on-being-pedantic-about-open-source.html65
-rw-r--r--gemfeed/2021-09-12-keep-it-simple-and-stupid.html65
-rw-r--r--gemfeed/2021-10-22-defensive-devops.html65
-rw-r--r--gemfeed/2021-11-28-bash-golf-part-2.draft.html65
-rw-r--r--gemfeed/2021-11-29-bash-golf-part-1.html73
-rw-r--r--gemfeed/2021-12-26-how-to-stay-sane-as-a-devops-person.html81
-rw-r--r--gemfeed/atom.xml94
-rw-r--r--gemfeed/index.html66
-rw-r--r--gemfeed/style.css61
-rw-r--r--index.html66
-rw-r--r--other-resources.html69
-rw-r--r--resources.html108
-rw-r--r--style.css61
33 files changed, 351 insertions, 1888 deletions
diff --git a/contact-information.html b/contact-information.html
index d9dbe670..d28cbc33 100644
--- a/contact-information.html
+++ b/contact-information.html
@@ -4,70 +4,7 @@
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<title>Contact information</title>
<link rel="shortcut icon" type="image/gif" href="/favicon.ico" />
-<style type="text/css">
-body {
- margin: auto;
- padding-left: 10px;
- padding-right: 10px;
- max-width: 900px;
- font-family: sans-serif;
- font-size: 18px;
- background-color: #222;
- color: #ffffef;
-}
-
-h1,h2,h3 {
- color: #ffa500
-}
-
-a {
- color: #0ca;
- text-decoration: none;
-}
-
-a:hover {
- color: #c0f;
- text-decoration: none;
-}
-
-li {
- color: #00bcd4;
-}
-
-img {
- max-width: 600px;
- max-height: 400px;
- display: block;
- margin: auto;
-}
-
-pre {
- display: block;
- background-color: #111;
- color: #66cdaa;
- padding: 5px;
- overflow-x: auto;
-}
-
-a.textlink:before {
- content: " ⇒ ";
- padding-left: 2px;
-}
-
-p.quote {
- color: #82eefd;
-}
-
-p.quote:before {
- content: " « ";
- padding-left: 2px;
-}
-
-p.quote:after {
- content: " » ";
- padding-right: 2px;
-}
-</style>
+<link rel="stylesheet" href="style.css" />
</head>
<body>
<h1>Contact information</h1>
diff --git a/gemfeed/2008-06-26-perl-poetry.html b/gemfeed/2008-06-26-perl-poetry.html
index 7271dad1..799faa18 100644
--- a/gemfeed/2008-06-26-perl-poetry.html
+++ b/gemfeed/2008-06-26-perl-poetry.html
@@ -4,70 +4,7 @@
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<title>Perl Poetry</title>
<link rel="shortcut icon" type="image/gif" href="/favicon.ico" />
-<style type="text/css">
-body {
- margin: auto;
- padding-left: 10px;
- padding-right: 10px;
- max-width: 900px;
- font-family: sans-serif;
- font-size: 18px;
- background-color: #222;
- color: #ffffef;
-}
-
-h1,h2,h3 {
- color: #ffa500
-}
-
-a {
- color: #0ca;
- text-decoration: none;
-}
-
-a:hover {
- color: #c0f;
- text-decoration: none;
-}
-
-li {
- color: #00bcd4;
-}
-
-img {
- max-width: 600px;
- max-height: 400px;
- display: block;
- margin: auto;
-}
-
-pre {
- display: block;
- background-color: #111;
- color: #66cdaa;
- padding: 5px;
- overflow-x: auto;
-}
-
-a.textlink:before {
- content: " ⇒ ";
- padding-left: 2px;
-}
-
-p.quote {
- color: #82eefd;
-}
-
-p.quote:before {
- content: " « ";
- padding-left: 2px;
-}
-
-p.quote:after {
- content: " » ";
- padding-right: 2px;
-}
-</style>
+<link rel="stylesheet" href="style.css" />
</head>
<body>
<h1>Perl Poetry</h1>
diff --git a/gemfeed/2008-12-29-using-my-nokia-n95-for-fixing-my-mta.html b/gemfeed/2008-12-29-using-my-nokia-n95-for-fixing-my-mta.html
index 0eea2fa0..c05ca583 100644
--- a/gemfeed/2008-12-29-using-my-nokia-n95-for-fixing-my-mta.html
+++ b/gemfeed/2008-12-29-using-my-nokia-n95-for-fixing-my-mta.html
@@ -4,70 +4,7 @@
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<title>Using my Nokia N95 for fixing my MTA</title>
<link rel="shortcut icon" type="image/gif" href="/favicon.ico" />
-<style type="text/css">
-body {
- margin: auto;
- padding-left: 10px;
- padding-right: 10px;
- max-width: 900px;
- font-family: sans-serif;
- font-size: 18px;
- background-color: #222;
- color: #ffffef;
-}
-
-h1,h2,h3 {
- color: #ffa500
-}
-
-a {
- color: #0ca;
- text-decoration: none;
-}
-
-a:hover {
- color: #c0f;
- text-decoration: none;
-}
-
-li {
- color: #00bcd4;
-}
-
-img {
- max-width: 600px;
- max-height: 400px;
- display: block;
- margin: auto;
-}
-
-pre {
- display: block;
- background-color: #111;
- color: #66cdaa;
- padding: 5px;
- overflow-x: auto;
-}
-
-a.textlink:before {
- content: " ⇒ ";
- padding-left: 2px;
-}
-
-p.quote {
- color: #82eefd;
-}
-
-p.quote:before {
- content: " « ";
- padding-left: 2px;
-}
-
-p.quote:after {
- content: " » ";
- padding-right: 2px;
-}
-</style>
+<link rel="stylesheet" href="style.css" />
</head>
<body>
<h1>Using my Nokia N95 for fixing my MTA</h1>
diff --git a/gemfeed/2010-04-09-standard-ml-and-haskell.html b/gemfeed/2010-04-09-standard-ml-and-haskell.html
index 89516771..bde49643 100644
--- a/gemfeed/2010-04-09-standard-ml-and-haskell.html
+++ b/gemfeed/2010-04-09-standard-ml-and-haskell.html
@@ -4,70 +4,7 @@
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<title>Standard ML and Haskell</title>
<link rel="shortcut icon" type="image/gif" href="/favicon.ico" />
-<style type="text/css">
-body {
- margin: auto;
- padding-left: 10px;
- padding-right: 10px;
- max-width: 900px;
- font-family: sans-serif;
- font-size: 18px;
- background-color: #222;
- color: #ffffef;
-}
-
-h1,h2,h3 {
- color: #ffa500
-}
-
-a {
- color: #0ca;
- text-decoration: none;
-}
-
-a:hover {
- color: #c0f;
- text-decoration: none;
-}
-
-li {
- color: #00bcd4;
-}
-
-img {
- max-width: 600px;
- max-height: 400px;
- display: block;
- margin: auto;
-}
-
-pre {
- display: block;
- background-color: #111;
- color: #66cdaa;
- padding: 5px;
- overflow-x: auto;
-}
-
-a.textlink:before {
- content: " ⇒ ";
- padding-left: 2px;
-}
-
-p.quote {
- color: #82eefd;
-}
-
-p.quote:before {
- content: " « ";
- padding-left: 2px;
-}
-
-p.quote:after {
- content: " » ";
- padding-right: 2px;
-}
-</style>
+<link rel="stylesheet" href="style.css" />
</head>
<body>
<h1>Standard ML and Haskell</h1>
diff --git a/gemfeed/2010-05-07-lazy-evaluation-with-standarn-ml.html b/gemfeed/2010-05-07-lazy-evaluation-with-standarn-ml.html
index 2df92939..a91c7c44 100644
--- a/gemfeed/2010-05-07-lazy-evaluation-with-standarn-ml.html
+++ b/gemfeed/2010-05-07-lazy-evaluation-with-standarn-ml.html
@@ -4,70 +4,7 @@
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<title>Lazy Evaluation with Standard ML</title>
<link rel="shortcut icon" type="image/gif" href="/favicon.ico" />
-<style type="text/css">
-body {
- margin: auto;
- padding-left: 10px;
- padding-right: 10px;
- max-width: 900px;
- font-family: sans-serif;
- font-size: 18px;
- background-color: #222;
- color: #ffffef;
-}
-
-h1,h2,h3 {
- color: #ffa500
-}
-
-a {
- color: #0ca;
- text-decoration: none;
-}
-
-a:hover {
- color: #c0f;
- text-decoration: none;
-}
-
-li {
- color: #00bcd4;
-}
-
-img {
- max-width: 600px;
- max-height: 400px;
- display: block;
- margin: auto;
-}
-
-pre {
- display: block;
- background-color: #111;
- color: #66cdaa;
- padding: 5px;
- overflow-x: auto;
-}
-
-a.textlink:before {
- content: " ⇒ ";
- padding-left: 2px;
-}
-
-p.quote {
- color: #82eefd;
-}
-
-p.quote:before {
- content: " « ";
- padding-left: 2px;
-}
-
-p.quote:after {
- content: " » ";
- padding-right: 2px;
-}
-</style>
+<link rel="stylesheet" href="style.css" />
</head>
<body>
<h1>Lazy Evaluation with Standard ML</h1>
diff --git a/gemfeed/2010-05-09-the-fype-programming-language.html b/gemfeed/2010-05-09-the-fype-programming-language.html
index 5b794f41..97125059 100644
--- a/gemfeed/2010-05-09-the-fype-programming-language.html
+++ b/gemfeed/2010-05-09-the-fype-programming-language.html
@@ -4,70 +4,7 @@
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<title>The Fype Programming Language</title>
<link rel="shortcut icon" type="image/gif" href="/favicon.ico" />
-<style type="text/css">
-body {
- margin: auto;
- padding-left: 10px;
- padding-right: 10px;
- max-width: 900px;
- font-family: sans-serif;
- font-size: 18px;
- background-color: #222;
- color: #ffffef;
-}
-
-h1,h2,h3 {
- color: #ffa500
-}
-
-a {
- color: #0ca;
- text-decoration: none;
-}
-
-a:hover {
- color: #c0f;
- text-decoration: none;
-}
-
-li {
- color: #00bcd4;
-}
-
-img {
- max-width: 600px;
- max-height: 400px;
- display: block;
- margin: auto;
-}
-
-pre {
- display: block;
- background-color: #111;
- color: #66cdaa;
- padding: 5px;
- overflow-x: auto;
-}
-
-a.textlink:before {
- content: " ⇒ ";
- padding-left: 2px;
-}
-
-p.quote {
- color: #82eefd;
-}
-
-p.quote:before {
- content: " « ";
- padding-left: 2px;
-}
-
-p.quote:after {
- content: " » ";
- padding-right: 2px;
-}
-</style>
+<link rel="stylesheet" href="style.css" />
</head>
<body>
<h1>The Fype Programming Language</h1>
diff --git a/gemfeed/2011-05-07-perl-daemon-service-framework.html b/gemfeed/2011-05-07-perl-daemon-service-framework.html
index a415ee86..d11bb9e8 100644
--- a/gemfeed/2011-05-07-perl-daemon-service-framework.html
+++ b/gemfeed/2011-05-07-perl-daemon-service-framework.html
@@ -4,70 +4,7 @@
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<title>Perl Daemon (Service Framework)</title>
<link rel="shortcut icon" type="image/gif" href="/favicon.ico" />
-<style type="text/css">
-body {
- margin: auto;
- padding-left: 10px;
- padding-right: 10px;
- max-width: 900px;
- font-family: sans-serif;
- font-size: 18px;
- background-color: #222;
- color: #ffffef;
-}
-
-h1,h2,h3 {
- color: #ffa500
-}
-
-a {
- color: #0ca;
- text-decoration: none;
-}
-
-a:hover {
- color: #c0f;
- text-decoration: none;
-}
-
-li {
- color: #00bcd4;
-}
-
-img {
- max-width: 600px;
- max-height: 400px;
- display: block;
- margin: auto;
-}
-
-pre {
- display: block;
- background-color: #111;
- color: #66cdaa;
- padding: 5px;
- overflow-x: auto;
-}
-
-a.textlink:before {
- content: " ⇒ ";
- padding-left: 2px;
-}
-
-p.quote {
- color: #82eefd;
-}
-
-p.quote:before {
- content: " « ";
- padding-left: 2px;
-}
-
-p.quote:after {
- content: " » ";
- padding-right: 2px;
-}
-</style>
+<link rel="stylesheet" href="style.css" />
</head>
<body>
<h1>Perl Daemon (Service Framework)</h1>
diff --git a/gemfeed/2014-03-24-the-fibonacci.pl.c-polyglot.html b/gemfeed/2014-03-24-the-fibonacci.pl.c-polyglot.html
index ab0a162a..50d3cecf 100644
--- a/gemfeed/2014-03-24-the-fibonacci.pl.c-polyglot.html
+++ b/gemfeed/2014-03-24-the-fibonacci.pl.c-polyglot.html
@@ -4,70 +4,7 @@
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<title>The fibonacci.pl.c Polyglot</title>
<link rel="shortcut icon" type="image/gif" href="/favicon.ico" />
-<style type="text/css">
-body {
- margin: auto;
- padding-left: 10px;
- padding-right: 10px;
- max-width: 900px;
- font-family: sans-serif;
- font-size: 18px;
- background-color: #222;
- color: #ffffef;
-}
-
-h1,h2,h3 {
- color: #ffa500
-}
-
-a {
- color: #0ca;
- text-decoration: none;
-}
-
-a:hover {
- color: #c0f;
- text-decoration: none;
-}
-
-li {
- color: #00bcd4;
-}
-
-img {
- max-width: 600px;
- max-height: 400px;
- display: block;
- margin: auto;
-}
-
-pre {
- display: block;
- background-color: #111;
- color: #66cdaa;
- padding: 5px;
- overflow-x: auto;
-}
-
-a.textlink:before {
- content: " ⇒ ";
- padding-left: 2px;
-}
-
-p.quote {
- color: #82eefd;
-}
-
-p.quote:before {
- content: " « ";
- padding-left: 2px;
-}
-
-p.quote:after {
- content: " » ";
- padding-right: 2px;
-}
-</style>
+<link rel="stylesheet" href="style.css" />
</head>
<body>
<h1>The fibonacci.pl.c Polyglot</h1>
diff --git a/gemfeed/2015-12-05-run-debian-on-your-phone-with-debroid.html b/gemfeed/2015-12-05-run-debian-on-your-phone-with-debroid.html
index ec9e16ed..3248a2b1 100644
--- a/gemfeed/2015-12-05-run-debian-on-your-phone-with-debroid.html
+++ b/gemfeed/2015-12-05-run-debian-on-your-phone-with-debroid.html
@@ -4,70 +4,7 @@
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<title>Run Debian on your phone with Debroid</title>
<link rel="shortcut icon" type="image/gif" href="/favicon.ico" />
-<style type="text/css">
-body {
- margin: auto;
- padding-left: 10px;
- padding-right: 10px;
- max-width: 900px;
- font-family: sans-serif;
- font-size: 18px;
- background-color: #222;
- color: #ffffef;
-}
-
-h1,h2,h3 {
- color: #ffa500
-}
-
-a {
- color: #0ca;
- text-decoration: none;
-}
-
-a:hover {
- color: #c0f;
- text-decoration: none;
-}
-
-li {
- color: #00bcd4;
-}
-
-img {
- max-width: 600px;
- max-height: 400px;
- display: block;
- margin: auto;
-}
-
-pre {
- display: block;
- background-color: #111;
- color: #66cdaa;
- padding: 5px;
- overflow-x: auto;
-}
-
-a.textlink:before {
- content: " ⇒ ";
- padding-left: 2px;
-}
-
-p.quote {
- color: #82eefd;
-}
-
-p.quote:before {
- content: " « ";
- padding-left: 2px;
-}
-
-p.quote:after {
- content: " » ";
- padding-right: 2px;
-}
-</style>
+<link rel="stylesheet" href="style.css" />
</head>
<body>
<h1>Run Debian on your phone with Debroid</h1>
diff --git a/gemfeed/2016-04-03-offsite-backup-with-zfs.html b/gemfeed/2016-04-03-offsite-backup-with-zfs.html
index 4c0b809b..c292a4c3 100644
--- a/gemfeed/2016-04-03-offsite-backup-with-zfs.html
+++ b/gemfeed/2016-04-03-offsite-backup-with-zfs.html
@@ -4,70 +4,7 @@
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<title>Offsite backup with ZFS</title>
<link rel="shortcut icon" type="image/gif" href="/favicon.ico" />
-<style type="text/css">
-body {
- margin: auto;
- padding-left: 10px;
- padding-right: 10px;
- max-width: 900px;
- font-family: sans-serif;
- font-size: 18px;
- background-color: #222;
- color: #ffffef;
-}
-
-h1,h2,h3 {
- color: #ffa500
-}
-
-a {
- color: #0ca;
- text-decoration: none;
-}
-
-a:hover {
- color: #c0f;
- text-decoration: none;
-}
-
-li {
- color: #00bcd4;
-}
-
-img {
- max-width: 600px;
- max-height: 400px;
- display: block;
- margin: auto;
-}
-
-pre {
- display: block;
- background-color: #111;
- color: #66cdaa;
- padding: 5px;
- overflow-x: auto;
-}
-
-a.textlink:before {
- content: " ⇒ ";
- padding-left: 2px;
-}
-
-p.quote {
- color: #82eefd;
-}
-
-p.quote:before {
- content: " « ";
- padding-left: 2px;
-}
-
-p.quote:after {
- content: " » ";
- padding-right: 2px;
-}
-</style>
+<link rel="stylesheet" href="style.css" />
</head>
<body>
<h1>Offsite backup with ZFS</h1>
diff --git a/gemfeed/2016-04-09-jails-and-zfs-on-freebsd-with-puppet.html b/gemfeed/2016-04-09-jails-and-zfs-on-freebsd-with-puppet.html
index 42c3e924..eb63bf37 100644
--- a/gemfeed/2016-04-09-jails-and-zfs-on-freebsd-with-puppet.html
+++ b/gemfeed/2016-04-09-jails-and-zfs-on-freebsd-with-puppet.html
@@ -4,70 +4,7 @@
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<title>Jails and ZFS with Puppet on FreeBSD</title>
<link rel="shortcut icon" type="image/gif" href="/favicon.ico" />
-<style type="text/css">
-body {
- margin: auto;
- padding-left: 10px;
- padding-right: 10px;
- max-width: 900px;
- font-family: sans-serif;
- font-size: 18px;
- background-color: #222;
- color: #ffffef;
-}
-
-h1,h2,h3 {
- color: #ffa500
-}
-
-a {
- color: #0ca;
- text-decoration: none;
-}
-
-a:hover {
- color: #c0f;
- text-decoration: none;
-}
-
-li {
- color: #00bcd4;
-}
-
-img {
- max-width: 600px;
- max-height: 400px;
- display: block;
- margin: auto;
-}
-
-pre {
- display: block;
- background-color: #111;
- color: #66cdaa;
- padding: 5px;
- overflow-x: auto;
-}
-
-a.textlink:before {
- content: " ⇒ ";
- padding-left: 2px;
-}
-
-p.quote {
- color: #82eefd;
-}
-
-p.quote:before {
- content: " « ";
- padding-left: 2px;
-}
-
-p.quote:after {
- content: " » ";
- padding-right: 2px;
-}
-</style>
+<link rel="stylesheet" href="style.css" />
</head>
<body>
<h1>Jails and ZFS with Puppet on FreeBSD</h1>
diff --git a/gemfeed/2016-04-16-offsite-backup-with-zfs-part2.html b/gemfeed/2016-04-16-offsite-backup-with-zfs-part2.html
index e9a8c24f..ec1183a9 100644
--- a/gemfeed/2016-04-16-offsite-backup-with-zfs-part2.html
+++ b/gemfeed/2016-04-16-offsite-backup-with-zfs-part2.html
@@ -4,70 +4,7 @@
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<title>Offsite backup with ZFS (Part 2)</title>
<link rel="shortcut icon" type="image/gif" href="/favicon.ico" />
-<style type="text/css">
-body {
- margin: auto;
- padding-left: 10px;
- padding-right: 10px;
- max-width: 900px;
- font-family: sans-serif;
- font-size: 18px;
- background-color: #222;
- color: #ffffef;
-}
-
-h1,h2,h3 {
- color: #ffa500
-}
-
-a {
- color: #0ca;
- text-decoration: none;
-}
-
-a:hover {
- color: #c0f;
- text-decoration: none;
-}
-
-li {
- color: #00bcd4;
-}
-
-img {
- max-width: 600px;
- max-height: 400px;
- display: block;
- margin: auto;
-}
-
-pre {
- display: block;
- background-color: #111;
- color: #66cdaa;
- padding: 5px;
- overflow-x: auto;
-}
-
-a.textlink:before {
- content: " ⇒ ";
- padding-left: 2px;
-}
-
-p.quote {
- color: #82eefd;
-}
-
-p.quote:before {
- content: " « ";
- padding-left: 2px;
-}
-
-p.quote:after {
- content: " » ";
- padding-right: 2px;
-}
-</style>
+<link rel="stylesheet" href="style.css" />
</head>
<body>
<h1>Offsite backup with ZFS (Part 2)</h1>
diff --git a/gemfeed/2016-05-22-spinning-up-my-own-authoritative-dns-servers.html b/gemfeed/2016-05-22-spinning-up-my-own-authoritative-dns-servers.html
index e85db87c..220428f0 100644
--- a/gemfeed/2016-05-22-spinning-up-my-own-authoritative-dns-servers.html
+++ b/gemfeed/2016-05-22-spinning-up-my-own-authoritative-dns-servers.html
@@ -4,70 +4,7 @@
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<title>Spinning up my own authoritative DNS servers</title>
<link rel="shortcut icon" type="image/gif" href="/favicon.ico" />
-<style type="text/css">
-body {
- margin: auto;
- padding-left: 10px;
- padding-right: 10px;
- max-width: 900px;
- font-family: sans-serif;
- font-size: 18px;
- background-color: #222;
- color: #ffffef;
-}
-
-h1,h2,h3 {
- color: #ffa500
-}
-
-a {
- color: #0ca;
- text-decoration: none;
-}
-
-a:hover {
- color: #c0f;
- text-decoration: none;
-}
-
-li {
- color: #00bcd4;
-}
-
-img {
- max-width: 600px;
- max-height: 400px;
- display: block;
- margin: auto;
-}
-
-pre {
- display: block;
- background-color: #111;
- color: #66cdaa;
- padding: 5px;
- overflow-x: auto;
-}
-
-a.textlink:before {
- content: " ⇒ ";
- padding-left: 2px;
-}
-
-p.quote {
- color: #82eefd;
-}
-
-p.quote:before {
- content: " « ";
- padding-left: 2px;
-}
-
-p.quote:after {
- content: " » ";
- padding-right: 2px;
-}
-</style>
+<link rel="stylesheet" href="style.css" />
</head>
<body>
<h1>Spinning up my own authoritative DNS servers</h1>
diff --git a/gemfeed/2016-11-20-methods-in-c.html b/gemfeed/2016-11-20-methods-in-c.html
index 48dd5bcf..58684be9 100644
--- a/gemfeed/2016-11-20-methods-in-c.html
+++ b/gemfeed/2016-11-20-methods-in-c.html
@@ -4,70 +4,7 @@
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<title>Methods in C</title>
<link rel="shortcut icon" type="image/gif" href="/favicon.ico" />
-<style type="text/css">
-body {
- margin: auto;
- padding-left: 10px;
- padding-right: 10px;
- max-width: 900px;
- font-family: sans-serif;
- font-size: 18px;
- background-color: #222;
- color: #ffffef;
-}
-
-h1,h2,h3 {
- color: #ffa500
-}
-
-a {
- color: #0ca;
- text-decoration: none;
-}
-
-a:hover {
- color: #c0f;
- text-decoration: none;
-}
-
-li {
- color: #00bcd4;
-}
-
-img {
- max-width: 600px;