Skip to content

Commit 9cee348

Browse files
committedMar 4, 2017
add javascript wiki
1 parent e1a1d88 commit 9cee348

File tree

10 files changed

+18
-140
lines changed

10 files changed

+18
-140
lines changed
 

‎_layouts/default.html

+2
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,9 @@
55
<meta http-equiv="X-UA-Compatible" content="chrome=1">
66
<meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1">
77
<link rel="stylesheet" href="{{ '/assets/css/style.css?v=' | append: site.github.build_revision | relative_url }}" media="screen" type="text/css">
8+
<link href='https://fonts.googleapis.com/css?family=Architects+Daughter' rel='stylesheet' type='text/css'>
89
<link rel="stylesheet" href="{{ '/assets/css/print.css' | relative_url }}" media="print" type="text/css">
10+
<meta name="keywords" content="前端,编程,html,css,javascript,nodeJS,vue,react,教程">
911

1012
<!--[if lt IE 9]>
1113
<script src="//html5shiv.googlecode.com/svn/trunk/html5.js"></script>

‎_layouts/post.html

-7
This file was deleted.

‎_posts/html-guide.md

-128
This file was deleted.

‎index.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
## navigator
44

5-
### [挨踢路透社前端半月刊](./papers/paper.md)
5+
### [挨踢路透社前端月刊](./papers/paper.md)
66

77
### [挨踢路透社前端 wiki](./wiki/index.md)
88

‎papers/paper.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
## 挨踢路透社前端半月刊
22

33
### 2017 索引
4-
* [第一期(2017-03-06/2017-03-16)](./2017/fe-paper-01.md)
4+
* [第一期(3月)](./2017/fe-paper-01.md)

‎readme.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
你是否每天都会读几篇技术文章,每天关注大牛的微博,在 github 上 fork/star 了许多的项目,混迹于各社区论坛,但依然感觉空荡荡的。
44

5-
在这里我们希望能够给你提供精简必要的资源,避免无意义的学习。与其盲目阅读,不如来看挨踢路透社前端半月刊
5+
在这里我们希望能够给你提供精简必要的资源,避免无意义的学习。与其盲目阅读,不如来看挨踢路透社前端月刊
66

77
我们希望在此你能看到:
88

‎wiki/css/index.md

Whitespace-only changes.

‎wiki/html/index.md

Whitespace-only changes.

‎wiki/index.md

+8-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,12 @@
11
## wiki
22

3+
### 语法系列教程
4+
5+
* [CSS 篇](./css/index.md)
6+
* [HTML 篇](./html/index.md)
7+
* [Javascript 篇](./javascript/index.md)
8+
39
### 前端框架
410

5-
* [vue](./vue/index.md)
6-
* [react](./react/index.md)
11+
* [vue系列](./vue/index.md)
12+
* [react系列](./react/index.md)

‎wiki/javascript/index.md

+5
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
### Javascript 语法教程
2+
3+
* [JavaScript 教程 - 廖雪峰](http://www.liaoxuefeng.com/wiki/001434446689867b27157e896e74d51a89c25cc8b43bdb3000/)
4+
* [Javascript 教程 - 阮一峰](http://javascript.ruanyifeng.com/)
5+
* [ES6 入门教程 - 阮一峰](http://es6.ruanyifeng.com/)

0 commit comments

Comments
 (0)
Please sign in to comment.