summaryrefslogtreecommitdiff
path: root/index.html
diff options
context:
space:
mode:
Diffstat (limited to 'index.html')
-rw-r--r--index.html66
1 files changed, 2 insertions, 64 deletions
diff --git a/index.html b/index.html
index f33a5c27..29175d33 100644
--- a/index.html
+++ b/index.html
@@ -5,70 +5,7 @@
<title>fprintf(stderr, 'Hello world
');</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>fprintf(stderr, "Hello world\n");</h1>
@@ -109,6 +46,7 @@ p.quote:after {
<a class="textlink" href="./gemfeed/index.html">Subscribe to this blog's Gemfeed</a><br />
<h3>Posts</h3>
<p>I have switched blog software multiple times. I might be backfilling some of the older articles here. So please don't wonder when suddenly old posts appear here.</p>
+<a class="textlink" href="./gemfeed/2021-12-26-how-to-stay-sane-as-a-devops-person.html">2021-12-26 - How to stay sane as a DevOps person </a><br />
<a class="textlink" href="./gemfeed/2021-11-29-bash-golf-part-1.html">2021-11-29 - Bash Golf Part 1</a><br />
<a class="textlink" href="./gemfeed/2021-10-22-defensive-devops.html">2021-10-22 - Defensive DevOps</a><br />
<a class="textlink" href="./gemfeed/2021-09-12-keep-it-simple-and-stupid.html">2021-09-12 - Keep it simple and stupid</a><br />