소스 검색

Add nim logo to post

master
Chris Smith 4 년 전
부모
커밋
b19c0b1cce
로그인 계정: Chris Smith <chris@chameth.com> GPG Key ID: 3A2D4BBDC4A3C9A9
3개의 변경된 파일8개의 추가작업 그리고 0개의 파일을 삭제
  1. 3
    0
      .gitignore
  2. 5
    0
      site/content/post/2018-12-09-over-the-top-optimisations-in-nim.md
  3. BIN
      site/static/res/images/nim/logo.jpg

+ 3
- 0
.gitignore 파일 보기

@@ -1 +1,4 @@
1 1
 .DS_Store
2
+
3
+# When running outside of docker, Hugo writes content here
4
+/site/public

+ 5
- 0
site/content/post/2018-12-09-over-the-top-optimisations-in-nim.md 파일 보기

@@ -7,6 +7,11 @@ description: Sometimes its fun to just abandon good practice and make something
7 7
 area: optimisation
8 8
 ---
9 9
 
10
+<figure class="right">
11
+  <img src="/res/images/nim/logo.jpg" alt="Yellow crown on a dark background">
12
+  <figcaption>The Nim logo</figcaption>
13
+</figure>
14
+
10 15
 For the past few years I've been taking part in
11 16
 [Eric Wastl](https://twitter.com/ericwastl)'s
12 17
 [Advent of Code](https://adventofcode.com/), a coding challenge that provides

BIN
site/static/res/images/nim/logo.jpg 파일 보기


Loading…
취소
저장