Skip to content

Commit

Permalink
[self] Update posts and styles
Browse files Browse the repository at this point in the history
  • Loading branch information
Huxpro committed Jul 13, 2017
1 parent baba56f commit e07a989
Show file tree
Hide file tree
Showing 6 changed files with 9 additions and 11 deletions.
4 changes: 2 additions & 2 deletions _posts/2017-02-09-nextgen-web-pwa.markdown
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,8 @@ tags:
---



> 本文首发于[《程序员》](http://geek.csdn.net/news/detail/135595),发布于 [Hux Blog](https://huangxuan.me)[前端外刊评论](https://zhuanlan.zhihu.com/FrontendMagazine),转载请保留链接 ;)
> 今年 9 月份的时候,《程序员》杂志社就邀请我写一篇关于 PWA 的文章。后来花式拖稿,拖过了 10 月的 QCon,11 月的 GDG DevFest,终于在 12 月把这篇长文熬了出来。几次分享的不成熟,这次的结构算是比较满意了。「 可能是目前中文世界里对 PWA 最全面详细的长文了」,希望你能喜欢。<br><br>
> 本文首发于 [CSDN](http://geek.csdn.net/news/detail/135595) 与《程序员》2017 年 2 月刊,同步发布于 [Hux Blog](https://huangxuan.me)[前端外刊评论 - 知乎专栏](https://zhuanlan.zhihu.com/FrontendMagazine),转载请保留链接 ;)

## 下一代 Web 应用?
Expand Down
5 changes: 2 additions & 3 deletions _posts/2017-07-12-upgrading-eleme-to-pwa.markdown
Original file line number Diff line number Diff line change
Expand Up @@ -14,9 +14,8 @@ tags:
---



> 本文首发于[《程序员》](http://geek.csdn.net/news/detail/210535),发布于 [Hux Blog](https://huangxuan.me),转载请保留链接 ;)
> 很荣幸在今年 2 月到 5 月的时间里,以顾问的身份加入饿了么,参与 PWA 的相关工作。这篇文章其实最初是在以英文写作发表在 medium 上的:[Upgrading Ele.me to Progressive Web Apps](https://medium.com/elemefe/upgrading-ele-me-to-progressive-web-app-2a446832e509),获得了一定的关注。所以也决定改写为中文版本再次分享出来,希望能对你有所帮助 ;) <br><br>
> 本文首发于 [CSDN](http://geek.csdn.net/news/detail/210535) 与《程序员》2017 年 7 月刊,同步发布于 [饿了么前端 - 知乎专栏](https://zhuanlan.zhihu.com/ElemeFE)[Hux Blog](https://huangxuan.me),转载请保留链接。

自 Vue.js 官方推特第一次[公开][1]到现在,我们就一直在进行着将[饿了么移动端网站](https://h5.ele.me/msite/#pwa=true)升级为 [Progressive Web App][2] 的工作。直到近日在 Google I/O 2017 上[登台亮相](https://m.weibo.cn/status/4109332495285652),才终于算告一段落。我们非常荣幸能够发布全世界第一个专门面向国内用户的 PWA,但更荣幸的是能与 Google、UC 以及腾讯合作,一起推动国内 web 与浏览器生态的发展。
Expand Down
3 changes: 1 addition & 2 deletions css/hux-blog.css
Original file line number Diff line number Diff line change
Expand Up @@ -346,7 +346,7 @@ article {
overflow-x: hidden;
}
blockquote {
color: #cccccc;
color: gray;
font-style: italic;
font-size: 0.95em;
margin: 20px 0 20px;
Expand Down Expand Up @@ -401,7 +401,6 @@ pre code {
margin-bottom: 15px;
}
.post-container a {
display: inline-block;
color: #337ab7;
}
.post-container a:hover,
Expand Down
2 changes: 1 addition & 1 deletion css/hux-blog.min.css

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions less/hux-blog.less
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ article{
overflow-x : hidden;
}
blockquote {
color: @gray;
color: gray;
font-style: italic;
font-size: 0.95em;
margin: 20px 0 20px;
Expand Down Expand Up @@ -126,7 +126,7 @@ pre code{
// In the post.
.post-container{
a{
display: inline-block;
// display: inline-block;
// safari has bugs on word-break on inline elements.
color:#337ab7;
// different to @brand-primary
Expand Down
2 changes: 1 addition & 1 deletion less/variables.less
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

@brand-primary: #0085A1;
@gray-dark: lighten(black, 25%);
@gray: lighten(black, 50%);
@gray: gray;
@gray-l: lighten(black, 75%);
@white-faded: fade(white, 80%);
@gray-light: #eee;

0 comments on commit e07a989

Please sign in to comment.