浏览代码

add scs to authors

Xi Ruoyao 6 年之前
父节点
当前提交
dc3f06a05b
共有 3 个文件被更改,包括 16 次插入0 次删除
  1. 15 0
      content/authors/scs/_index.md
  2. 二进制
      content/authors/scs/avatar.png
  3. 1 0
      content/post/steve-summit-article-ub.md

+ 15 - 0
content/authors/scs/_index.md

@@ -0,0 +1,15 @@
++++
+name = "Steve Summit"
+superuser = false
+role = "Software Engineer"
+
+[[social]]
+  icon = "globe-americas"
+  icon_pack = "fas"
+  link = "http://www.eskimo.com/~scs/"
+
+[[social]]
+  icon = "envelope"
+  icon_pack = "fas"
+  link = "mailto:scs@eskimo.com"
++++

二进制
content/authors/scs/avatar.png


+ 1 - 0
content/post/steve-summit-article-ub.md

@@ -8,6 +8,7 @@ This is a Chinese translation of Steve's
 [original post](http://www.eskimo.com/~scs/readings/undef.950321.html)
 about undefined behavior.
 """
+authors = ['scs', 'xry111']
 +++
 
 原作者 Steve Summit, [原文链接](http://www.eskimo.com/~scs/readings/undef.950321.html)