Skip to content

Commit b1b9ce8

Browse files
committed
[self] include .md for about; update config/avatar
1 parent cb57a50 commit b1b9ce8

File tree

6 files changed

+49
-42
lines changed

6 files changed

+49
-42
lines changed

_config.yml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -15,8 +15,8 @@ RSS: false
1515
weibo_username: huxpro
1616
zhihu_username: huxpro
1717
github_username: huxpro
18-
#twitter_username: huxpro
19-
facebook_username: huxpro
18+
twitter_username: huxpro
19+
#facebook_username: huxpro
2020
# linkedin_username: firstname-lastname-idxxxx
2121

2222

@@ -90,9 +90,9 @@ service-worker: true
9090
# Friends
9191
friends: [
9292
{
93-
title: "Su",
94-
href: "http://su.gallery/"
95-
},{
93+
# title: "Su",
94+
# href: "http://su.gallery/"
95+
# },{
9696
title: "乱序",
9797
href: "http://mida.re/"
9898
},{

_includes/about/en.md

Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,20 @@
1+
2+
3+
> Yet another Developer & Designer.
4+
5+
6+
Hi, I am Huang, Xuan(黄玄), or Hux. I'm a software engineer & a designer. I built softwares particularly on the Web (👉see [Portfolio](https://huangxuan.me/portfolio) and [Github](https://github.com/huxpro)), and posted about tech at [Twitter](https://twitter.com/Huxpro/) and [Medium.com](https://medium.com/@Huxpro).
7+
8+
I previsouly worked at [Alibaba Trip](https://www.alitrip.com/), then led Front-End Infrastructure Team at [Wepiao.com](https://www.crunchbase.com/organization/wepiao#/entity), and then [worked on PWA]((https://medium.com/elemefe/upgrading-ele-me-to-progressive-web-app-2a446832e509)) at [Ele.me](https://github.com/elemefe/) as invited consultant.
9+
10+
I studied Digital Media Art and graduated from [Communication University of China](https://en.wikipedia.org/wiki/Communication_University_of_China) in 2016, and I will study Computer Science at [Rochester Institute of Technology](https://en.wikipedia.org/wiki/Rochester_Institute_of_Technology) in 2017.
11+
12+
13+
##### Talks
14+
15+
- [Service Worker 101](//huangxuan.me/2016/11/20/sw-101-gdgdf/) · GDG DevFest Beijing 2016
16+
- [Progressive Web Apps](//huangxuan.me/2016/10/20/pwa-in-my-pov/) · QCon Shanghai 2016
17+
- [Progressive Web App in my POV](//huangxuan.me/2016/06/05/pwa-in-my-pov/) · GDG IO Redux Beijing 2016
18+
- [CSS Still Sucks 2015](//huangxuan.me/2015/12/28/css-sucks-2015/) · 2015
19+
- [JavaScript Modularization Journey](//huangxuan.me/2015/07/09/js-module-7day/) · 2015
20+

_includes/about/zh.md

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,18 @@
1+
> 写写代码,做做设计,
2+
> 离开世界之前,一切都是过程。
3+
4+
Hey,我是黄玄,病毒种,进化程度不明,多出没于[博客](https://huangxuan.me)[微博](weibo.com/huxpro)[知乎](https://www.zhihu.com/people/huxpro/pins/posts)[Twitter](https://twitter.com/Huxpro/)[Github](http://github.com/huxpro)[Medium.com](https://medium.com/@Huxpro) 等地带,混点过艺术设计与计算机两条技能树,绝招尚在开发中。
5+
6+
职业是软件工程师,[Web 工会](https://medium.com/ben-and-dion/team-web-3315aa447fb2#.359a9c6cl)活跃成员。曾被招募为淘宝网 · [阿里旅行](http://alitrip.com)前端工程师、微影时代 · [微票儿](http://www.wepiao.com/?r=movie)前端基础工程团队负责人、[饿了么](https://ele.me/) · 大前端团队 · [PWA 顾问](https://medium.com/elemefe/upgrading-ele-me-to-progressive-web-app-2a446832e509)
7+
8+
一些作品和开源软件项目,👉 戳 [Portfolio](/portfolio)[Github](http://github.com/huxpro)[演说.io](http://https://zhuanlan.zhihu.com/p/21280918)
9+
10+
11+
12+
##### Talks
13+
14+
- [Service Worker 101](//huangxuan.me/2016/11/20/sw-101-gdgdf/) · GDG DevFest 北京 2016
15+
- [Progressive Web App,复兴序章](//huangxuan.me/2016/10/20/pwa-in-my-pov/) · QCon 上海 2016
16+
- [Progressive Web App 之我见](//huangxuan.me/2016/06/05/pwa-in-my-pov/) · GDG IO Redux 北京 2016
17+
- [CSS Still Sucks 2015](//huangxuan.me/2015/12/28/css-sucks-2015/) · 2015
18+
- [JavaScript 模块化七日谈](//huangxuan.me/2015/07/09/js-module-7day/) · 2015

_posts/2016-10-20-pwa-qcon2016.markdown

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,8 @@ tags:
1818

1919
### [Watching Fullscreen →](https://huangxuan.me/pwa-qcon2016/)
2020

21+
### [Watching Video →](http://www.infoq.com/cn/presentations/progressive-web-app)
22+
2123
<div class="visible-md visible-lg">
2224
<img src="//huangxuan.me/pwa-qcon2016/attach/qrcode.png" width="350" />
2325
<small class="img-hint">Scanning on mobile</small>

about.html

Lines changed: 4 additions & 37 deletions
Original file line numberDiff line numberDiff line change
@@ -13,47 +13,14 @@
1313

1414
<!-- Chinese Version -->
1515
<div class="zh post-container">
16-
17-
<!--copied from markdown -->
18-
<blockquote><p>写写代码,做做设计,<br>
19-
离开世界之前,一切都是过程</p></blockquote>
20-
21-
<p>Hey,我是<strong>黄玄</strong>,程序员 &amp; 设计师,<a href="https://medium.com/ben-and-dion/team-web-3315aa447fb2#.359a9c6cl">Team Web</a>。前淘宝网 · <a href="http://alitrip.com">阿里旅行</a>前端工程师,前微影时代 · <a href="http://www.wepiao.com/?r=movie">微票儿</a>前端基础工程团队负责人,现就职于<a href="https://ele.me">饿了么</a> · <a href="https://fe.ele.me">大前端团队</a></p>
22-
23-
<p>一些作品和开源项目,👉 戳 <a href="https://zhuanlan.zhihu.com/p/21280918">演说.io</a><a href="/portfolio">Portfolio</a><a href="http://github.com/huxpro">Github</a>;除了在博客与 <a href="http://zhuanlan.zhihu.com/huxblog">知乎专栏 · 一生想做浪漫极客</a> 写点东西外,我也是 <a href="http://www.gfansub.com/">GDG 字幕组</a><a href="http://zhuanlan.zhihu.com/FrontendMagazine">前端外刊评论 · 知乎专栏</a> 的翻译维护成员。</p>
24-
25-
<p>音乐重度依赖患者,设计师强迫症患者,书买得比看得多患者,毒舌患者,科技产品发布会观看癖患者,间歇性感伤患者,习惯性熬夜患者。</p>
26-
<h5>Talks</h5>
27-
28-
<ul>
29-
<li><a href="//huangxuan.me/2016/11/20/sw-101-gdgdf/">Service Worker 101</a> · GDG DevFest 北京 2016</li>
30-
<li><a href="//huangxuan.me/2016/10/20/pwa-qcon2016/">Progressive Web Apps 复兴序章</a> · <a href="http://2016.qconshanghai.com/presentation/3111">QCon 上海 2016</a></li>
31-
<li><a href="//huangxuan.me/2016/06/05/pwa-in-my-pov/">Progressive Web App 之我见</a> · IO Redux 北京 2016</li>
32-
<li><a href="//huangxuan.me/2015/12/28/css-sucks-2015/">CSS Still Sucks 2015</a> · 2015</li>
33-
<li><a href="//huangxuan.me/2015/07/09/js-module-7day/">JavaScript 模块化七日谈</a> · 2015</li>
34-
</ul>
16+
{% capture about_zh %}{% include about/zh.md %}{% endcapture %}
17+
{{ about_zh | markdownify }}
3518
</div>
3619

3720
<!-- English Version -->
3821
<div class="en post-container">
39-
<blockquote><p>Yet another Web Developer. <br>
40-
Yet another Life-long Designer.</p></blockquote>
41-
42-
<p>Hi, I am <strong>Huang Xuan(黄玄)</strong>,you can call me <strong>Hux</strong>. I'm an engineer &amp; a designer who builds softwares (👉 <a href="/portfolio">Portfolio</a> and <a href="http://github.com/huxpro">Github</a>). I studied Digital Media Art and graduated from <a href="https://en.wikipedia.org/wiki/Communication_University_of_China">Communication University of China</a> in 2016.</p>
43-
44-
<p>I previsouly worked at <a href="https://www.alitrip.com/">Alibaba Trip</a> and then led Front-End Infrastructure Team at Wepiao (<a href="https://www.crunchbase.com/organization/wepiao#/entity">see CrunchBase</a>). Now I am working at <a href="https://github.com/elemefe/">Ele.me Front-End Engineering Team</a> as Staff Software Engineer, focusing on performance and web app architecture.</p>
45-
46-
<p>In addition, I'm also an active member of GDG Beijing, a translator at <a href="http://www.gfansub.com/">GDG China Subtitle Team</a>, maintainer at <a href="http://zhuanlan.zhihu.com/FrontendMagazine">Frontend Magazine (in Chinese)</a> and the owner of <a href="http://zhuanlan.zhihu.com/huxblog">Lifelong Romantic Geek (in Chinese)</a>.</p>
47-
48-
<h5>Talks</h5>
49-
50-
<ul>
51-
<li><a href="//huangxuan.me/2016/11/20/sw-101-gdgdf/" title="Service Worker 101 - working offline and instant loading">Service Worker 101</a> · GDG DevFest Beijing 2016</li>
52-
<li><a href="//huangxuan.me/2016/10/20/pwa-qcon2016/" title="Progressive Web Apps - make web great again">Progressive Web Apps</a> · QCon Shanghai 2016</li>
53-
<li><a href="//huangxuan.me/2016/06/05/pwa-in-my-pov/" title="Progressive Web App in my point of view">Progressive Web App in my POV</a> · IO Redux Beijing 2016</li>
54-
<li><a href="//huangxuan.me/2015/12/28/css-sucks-2015/" title="CSS Still Sucks 2015 - and how we work around it">CSS Still Sucks 2015</a> · 2015</li>
55-
<li><a href="//huangxuan.me/2015/07/09/js-module-7day/">JavaScript Modularization Journey</a> · 2015</li>
56-
</ul>
22+
{% capture about_en %}{% include about/en.md %}{% endcapture %}
23+
{{ about_en | markdownify }}
5724
</div>
5825

5926
<!-- Handle Language Change -->

img/avatar-hux.jpg

59.9 KB
Loading

0 commit comments

Comments
 (0)