@@ -11,86 +11,20 @@ type: page
11
11
12
12
## 关于我
13
13
14
- < iframe src = " https://githubbadge.appspot.com/gaohaoyang?s=1 " style = " border : 0 ; height : 142 px ; width : 200 px ; overflow : hidden ; " frameBorder = " 0 " ></ iframe >
14
+ 一个java开发学习者,希望通过博客来记录自己的学习过程。
15
15
16
- 就职于阿里巴巴集团天猫事业部,前端开发工程师,花名川轼。
17
-
18
- 主要兴趣集中在前端开发,大前端的概念深入我心。将更多的业务逻辑放在前端中,这很有趣。同时,将自己构想的内容实现出来,这种感觉很愉快。
19
-
20
- 热爱美好的事物,热爱摇滚乐,组过乐队,卖过唱。
21
-
22
- 很喜欢崔健的歌词:现实像块石头,精神像个蛋,石头虽然坚硬,可蛋里才是生命。
23
-
24
- 还有,学习是一个非常愉快的过程。共同加油!
25
-
26
- * 2016.6.30 入职阿里巴巴天猫事业部
27
- * 2016.6 毕业于西安交通大学 软件工程硕士
28
- * 2015.12 获得2014-2015学年二等奖学金
29
- * 2015.7-2015.8 联想服务,前端开发工程师(实习生)
30
- * 2013.6 毕业于西安交通大学 理学院
31
- * 2001 获得西航四校总成绩年级排名第八名
32
16
33
17
## 联系我
34
18
35
- * GitHub:[ Gaohaoyang] ( https://github.com/Gaohaoyang )
36
- * email:gaohaoyang126@126.com
37
- * [ Weibo] ( http://weibo.com/3115521wh )
38
- * [ 知乎] ( https://www.zhihu.com/people/gaohaoyang )
39
- * [ Facebook] ( https://www.facebook.com/gaohaoyang.water )
40
- * [ Twitter] ( https://twitter.com/gaohaoyang126 )
41
- * [ 豆瓣] ( https://www.douban.com/people/42525035/ )
42
- * [ 豆瓣音乐人-浩阳的小站] ( https://site.douban.com/haoyangaiyinyue/ )
19
+ * GitHub:[ lhuangjs] ( https://github.com/lhuangjs )
20
+ * email:1191578955@qq.com
43
21
44
22
## 关于本站
45
23
46
- ** 若您想使用这个 jekyll 博客主题,请访问:[ https://github.com/Gaohaoyang/gaohaoyang.github.io ] ( https://github.com/Gaohaoyang/gaohaoyang.github.io ) **
47
-
48
- ~ 欢迎使用~
49
-
50
- 欢迎大家提一些对本站主题的建议,可以直接在下面留言或者新建一个 [ Issue] ( https://github.com/Gaohaoyang/gaohaoyang.github.io/issues ) 。
51
-
52
- ### Update Log
53
-
54
- * 2017.2.28*
55
-
56
- - ` [^] ` 修复目录滚动 bug [ #22 ] ( https://github.com/Gaohaoyang/gaohaoyang.github.io/issues/22 ) , [ #48 ] ( https://github.com/Gaohaoyang/gaohaoyang.github.io/issues/48 )
57
-
58
- * 2016.6.20*
59
-
60
- * ` [+] ` 在文章页中添加上一篇和下一篇文章链接。
61
- * ` [^] ` 修改 font-family 顺序,避免微软雅黑将单引号解析为全角。
62
- * ` [^] ` 修复标签云算法中被除数为零的 bug。[ #26 ] ( https://github.com/Gaohaoyang/gaohaoyang.github.io/issues/26 ) , [ #28 ] ( https://github.com/Gaohaoyang/gaohaoyang.github.io/issues/28 ) , [ #30 ] ( https://github.com/Gaohaoyang/gaohaoyang.github.io/issues/30 )
63
-
64
- * 2016.5.11 v2.0.1*
65
-
66
- * ` [^] ` 优化代码,将页面中的大段评论相关代码抽离出来,放入` comments.html `
67
- * ` [+] ` 添加百度统计和Google分析代码,在` _config.yml ` 中配置相关参数即可
68
- * ` [+] ` 更新文档,添加博客主题使用方法,便于上手
69
- * ` [+] ` 添加了` favicon.ico `
70
- * ` [^] ` 修复 bug,目录太长时,滚动到最底部时隐藏到footer下面。修复后长目录在滚动到底部时使用` position:absolute `
71
- * ` [^] ` 修改目录区的滚动条样式(仅针对` webkit ` 内核浏览器)
72
- * ` [^] ` 修改 demo 页中 disqus 评论区 a 标签的颜色 bug,修改 blockqoute 中 p 标签的 margin
73
- * ` [+] ` 添加不蒜子计数功能,在footer上显示访问量
74
- * ` [+] ` 添加回到顶部功能
75
-
76
- * 2016.4.27 v2.0.0*
24
+ * 2017-3-14
77
25
78
- * ` [^] ` 基于 jekyll 3.1.2 重构了所有代码
79
- * ` [+] ` 主页添加了摘要,在正文中使用4个换行符来分割,可在` _config.yml ` 中修改
80
- * ` [+] ` 主页添加了近期文章、分类列表和标签云
81
- * ` [+] ` 主页导航区做了视觉优化,阴影效果
82
- * ` [+] ` 增加了归档、标签和分类页面
83
- * ` [+] ` 增加了收藏页面
84
- * ` [+] ` 评论插件可以选择 disqus 或 多说,直接在` _config.yml ` 中修改
85
- * ` [+] ` 适配移动端
86
- * ` [+] ` 页面滚动时,文章目录固定在右侧
87
- * ` [+] ` 页面内容较少时,固定 footer 在页面底部
88
- * ` [^] ` 使用 GitHub 风格的代码高亮写法,即\`\`\` 的写法,去除` highlight.js ` 代码高亮插件的使用
89
- * ` [^] ` 使用 Masonry 重写了 Demo 页中的瀑布流布局,响应式交互体验更好
90
- * ` [-] ` 去除了 jQuery 和 BootStrap,使得加载速度更快
26
+ 使用来自[ https://github.com/Gaohaoyang/gaohaoyang.github.io/ ] ( https://github.com/Gaohaoyang/gaohaoyang.github.io/ ) 上的模板构建了自己的博客
91
27
92
- * 2016.3-2016.4 进行了一次大的改版和重构,详见 [ README] ( https://github.com/Gaohaoyang/gaohaoyang.github.io/blob/master/README.md ) 和博文 [ 对这个 jekyll 博客主题的改版和重构] ( http://gaohaoyang.github.io/2016/03/12/jekyll-theme-version-2.0/ )
93
- * 2015.3-2015.4 完成了这个博客主题的第一版。
94
28
95
29
## 友情链接
96
30
0 commit comments