Skip to content

Latest commit

 

History

History
25 lines (23 loc) · 476 Bytes

about.md

File metadata and controls

25 lines (23 loc) · 476 Bytes
Error in user YAML: Alias parsing is not enabled.
---
layout: article
titles:
  en      : &EN       About
  en-GB   : *EN
  en-US   : *EN
  en-CA   : *EN
  en-AU   : *EN
  zh-Hans : &ZH_HANS  关于
  zh      : *ZH_HANS
  zh-CN   : *ZH_HANS
  zh-SG   : *ZH_HANS
  zh-Hant : &ZH_HANT  關於
  zh-TW   : *ZH_HANT
  zh-HK   : *ZH_HANT
  ko      : &KO       소개
  ko-KR   : *KO
key: page-about
---

Just say something about yourself. 👍

{% highlight javascript %} (() => console.log('hello, world!'))(); {% endhighlight %}