Browse Source

Add random generic image to debugging post.

master
Chris Smith 4 years ago
parent
commit
0093b9dec5
Signed by: Chris Smith <chris@chameth.com> GPG Key ID: 3A2D4BBDC4A3C9A9

+ 5
- 0
site/content/post/2019-05-08-debugging-beyond-the-debugger.md View File

@@ -7,6 +7,11 @@ description: What happens when your usual approach fails you?
7 7
 area: troubleshooting
8 8
 ---
9 9
 
10
+<figure class="image right">
11
+  <img src="/res/images/unsplash/tools.jpg" alt="Collection of tools">
12
+  <figcaption>Real-life debugging tools</figcaption>
13
+</figure>
14
+
10 15
 Most programming -- and sysadmin -- problems can be debugged in a
11 16
 fairly straight forward manner using logs, print statements,
12 17
 educated guesses, or an actual debugger. Sometimes, though, the

+ 6
- 0
site/static/res/css/style.css View File

@@ -80,6 +80,12 @@ summary {
80 80
   cursor: pointer;
81 81
 }
82 82
 
83
+figcaption {
84
+  text-align: center;
85
+  font-style: italic;
86
+  font-size: small;
87
+}
88
+
83 89
 /* Box Model */
84 90
 
85 91
   *, *:before, *:after {

BIN
site/static/res/images/unsplash/tools.jpg View File


Loading…
Cancel
Save