소스 검색

Add random generic image to debugging post.

master
Chris Smith 4 년 전
부모
커밋
0093b9dec5
로그인 계정: Chris Smith <chris@chameth.com> GPG Key ID: 3A2D4BBDC4A3C9A9
3개의 변경된 파일11개의 추가작업 그리고 0개의 파일을 삭제
  1. 5
    0
      site/content/post/2019-05-08-debugging-beyond-the-debugger.md
  2. 6
    0
      site/static/res/css/style.css
  3. BIN
      site/static/res/images/unsplash/tools.jpg

+ 5
- 0
site/content/post/2019-05-08-debugging-beyond-the-debugger.md 파일 보기

7
 area: troubleshooting
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
 Most programming -- and sysadmin -- problems can be debugged in a
15
 Most programming -- and sysadmin -- problems can be debugged in a
11
 fairly straight forward manner using logs, print statements,
16
 fairly straight forward manner using logs, print statements,
12
 educated guesses, or an actual debugger. Sometimes, though, the
17
 educated guesses, or an actual debugger. Sometimes, though, the

+ 6
- 0
site/static/res/css/style.css 파일 보기

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

BIN
site/static/res/images/unsplash/tools.jpg 파일 보기


Loading…
취소
저장