diff options
Diffstat (limited to 'gemfeed/index.html')
| -rw-r--r-- | gemfeed/index.html | 66 |
1 files changed, 2 insertions, 64 deletions
diff --git a/gemfeed/index.html b/gemfeed/index.html index 0155ddee..3292c868 100644 --- a/gemfeed/index.html +++ b/gemfeed/index.html @@ -4,74 +4,12 @@ <meta http-equiv="Content-Type" content="text/html; charset=utf-8" /> <title>buetow.org's Gemfeed</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>buetow.org's Gemfeed</h1> <h2>Having fun with computers!</h2> +<a class="textlink" href="./2021-12-26-how-to-stay-sane-as-a-devops-person.html">2021-12-26 (1975 words) - How to stay sane as a DevOps person </a><br /> <a class="textlink" href="./2021-11-29-bash-golf-part-1.html">2021-11-29 (1182 words) - Bash Golf Part 1</a><br /> <a class="textlink" href="./2021-10-22-defensive-devops.html">2021-10-22 (2276 words) - Defensive DevOps</a><br /> <a class="textlink" href="./2021-09-12-keep-it-simple-and-stupid.html">2021-09-12 (1365 words) - Keep it simple and stupid</a><br /> |
