瀏覽代碼

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. 二進制
      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

二進制
site/static/res/images/nim/logo.jpg 查看文件


Loading…
取消
儲存