Skip to content

Commit aaf3c78

Browse files
committed
Update Docs site
1 parent 04adcec commit aaf3c78

24 files changed

Lines changed: 55 additions & 48 deletions

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ A flexible CSS Framework for building modern responsive web apps.
55
There are two ways to start
66
### 1. Install with Yarn
77
```
8-
yarn add point.css
8+
yarn add point-sass
99
```
1010
*****
1111
### 2. Download from the repository

docs/_templates/blank.njk

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,10 +7,9 @@
77
<title>{{ site.title }}</title>
88
<meta name="description" content="{{ site.description }}">
99
<meta name="keywords" content="{{ site.keywords }}">
10-
<link rel="shortcut icon" type="image/x-icon" href="images/favicon.ico">
1110
<link rel="stylesheet" href="{{site.url}}css/point.css">
1211
<link rel="stylesheet" href="{{site.url}}css/docs.css">
13-
<script src="https://cdn.bootcss.com/holder/2.9.4/holder.min.js"></script>
12+
<link rel="shortcut icon" href="{{site.url}}images/favicon.ico" type="image/x-icon">
1413
</head>
1514
<body>
1615
<div id="docs" class="docs-l-app">

docs/_templates/default.njk

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,12 +4,12 @@
44
<meta charset="utf-8">
55
<meta http-equiv="X-UA-Compatible" content="IE=edge">
66
<meta name="viewport" content="width=device-width, initial-scale=1">
7-
<title>{{ page.title }} {{ site.title }}</title>
7+
<title>{% if page.title %} {{page.title}} | {% endif %}{{ site.title }}</title>
88
<meta name="description" content="{{ site.description }}">
99
<meta name="keywords" content="{{ site.keywords }}">
10-
<link rel="shortcut icon" type="image/x-icon" href="images/favicon.ico">
1110
<link rel="stylesheet" href="{{site.url}}css/point.css">
1211
<link rel="stylesheet" href="{{site.url}}css/docs.css">
12+
<link rel="shortcut icon" href="{{site.url}}images/favicon.ico" type="image/x-icon">
1313
<script src="https://cdn.bootcss.com/holder/2.9.4/holder.min.js"></script>
1414
</head>
1515
<body>

package.json

Lines changed: 12 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,23 @@
11
{
2-
"name": "point",
2+
"name": "point-sass",
33
"version": "0.8.0",
44
"homepage": "http://getpoint.io",
55
"author": "moyu <moyuboy@gmail.com> (http://liuxinyu.me)",
66
"description": "A flexible CSS Framework for building modern responsive web apps",
7-
"main": "dist/point.css",
7+
"main": "scss/point.scss",
88
"repository": {
99
"type": "git",
10-
"url": "git+https://github.com/moyus/point.git"
10+
"url": "https://github.com/moyus/point.css.git"
1111
},
12+
"bugs": {
13+
"url": "https://github.com/moyus/point.css/issues"
14+
},
15+
"files": [
16+
"dist",
17+
"scss",
18+
"LICENSE",
19+
"README.md"
20+
],
1221
"license": "MIT",
1322
"keywords": [
1423
"css",

site/components/box.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,12 +4,12 @@
44
<meta charset="utf-8">
55
<meta http-equiv="X-UA-Compatible" content="IE=edge">
66
<meta name="viewport" content="width=device-width, initial-scale=1">
7-
<title>Box Point</title>
7+
<title> Box | Point</title>
88
<meta name="description" content="A flexible CSS Framework for building modern responsive web apps">
99
<meta name="keywords" content="css,sass,flexbox,responsive,front-end,mobile-first,framework,web">
10-
<link rel="shortcut icon" type="image/x-icon" href="images/favicon.ico">
1110
<link rel="stylesheet" href="/css/point.css">
1211
<link rel="stylesheet" href="/css/docs.css">
12+
<link rel="shortcut icon" href="/images/favicon.ico" type="image/x-icon">
1313
<script src="https://cdn.bootcss.com/holder/2.9.4/holder.min.js"></script>
1414
</head>
1515
<body>

site/components/breadcrumb.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,12 +4,12 @@
44
<meta charset="utf-8">
55
<meta http-equiv="X-UA-Compatible" content="IE=edge">
66
<meta name="viewport" content="width=device-width, initial-scale=1">
7-
<title>Breadcrumb Point</title>
7+
<title> Breadcrumb | Point</title>
88
<meta name="description" content="A flexible CSS Framework for building modern responsive web apps">
99
<meta name="keywords" content="css,sass,flexbox,responsive,front-end,mobile-first,framework,web">
10-
<link rel="shortcut icon" type="image/x-icon" href="images/favicon.ico">
1110
<link rel="stylesheet" href="/css/point.css">
1211
<link rel="stylesheet" href="/css/docs.css">
12+
<link rel="shortcut icon" href="/images/favicon.ico" type="image/x-icon">
1313
<script src="https://cdn.bootcss.com/holder/2.9.4/holder.min.js"></script>
1414
</head>
1515
<body>

site/components/drop.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,12 +4,12 @@
44
<meta charset="utf-8">
55
<meta http-equiv="X-UA-Compatible" content="IE=edge">
66
<meta name="viewport" content="width=device-width, initial-scale=1">
7-
<title>Drop Point</title>
7+
<title> Drop | Point</title>
88
<meta name="description" content="A flexible CSS Framework for building modern responsive web apps">
99
<meta name="keywords" content="css,sass,flexbox,responsive,front-end,mobile-first,framework,web">
10-
<link rel="shortcut icon" type="image/x-icon" href="images/favicon.ico">
1110
<link rel="stylesheet" href="/css/point.css">
1211
<link rel="stylesheet" href="/css/docs.css">
12+
<link rel="shortcut icon" href="/images/favicon.ico" type="image/x-icon">
1313
<script src="https://cdn.bootcss.com/holder/2.9.4/holder.min.js"></script>
1414
</head>
1515
<body>

site/components/lists.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,12 +4,12 @@
44
<meta charset="utf-8">
55
<meta http-equiv="X-UA-Compatible" content="IE=edge">
66
<meta name="viewport" content="width=device-width, initial-scale=1">
7-
<title>Lists Point</title>
7+
<title> Lists | Point</title>
88
<meta name="description" content="A flexible CSS Framework for building modern responsive web apps">
99
<meta name="keywords" content="css,sass,flexbox,responsive,front-end,mobile-first,framework,web">
10-
<link rel="shortcut icon" type="image/x-icon" href="images/favicon.ico">
1110
<link rel="stylesheet" href="/css/point.css">
1211
<link rel="stylesheet" href="/css/docs.css">
12+
<link rel="shortcut icon" href="/images/favicon.ico" type="image/x-icon">
1313
<script src="https://cdn.bootcss.com/holder/2.9.4/holder.min.js"></script>
1414
</head>
1515
<body>

site/components/modal.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,12 +4,12 @@
44
<meta charset="utf-8">
55
<meta http-equiv="X-UA-Compatible" content="IE=edge">
66
<meta name="viewport" content="width=device-width, initial-scale=1">
7-
<title>Getting started Point</title>
7+
<title> Getting started | Point</title>
88
<meta name="description" content="A flexible CSS Framework for building modern responsive web apps">
99
<meta name="keywords" content="css,sass,flexbox,responsive,front-end,mobile-first,framework,web">
10-
<link rel="shortcut icon" type="image/x-icon" href="images/favicon.ico">
1110
<link rel="stylesheet" href="/css/point.css">
1211
<link rel="stylesheet" href="/css/docs.css">
12+
<link rel="shortcut icon" href="/images/favicon.ico" type="image/x-icon">
1313
<script src="https://cdn.bootcss.com/holder/2.9.4/holder.min.js"></script>
1414
</head>
1515
<body>

site/components/note.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,12 +4,12 @@
44
<meta charset="utf-8">
55
<meta http-equiv="X-UA-Compatible" content="IE=edge">
66
<meta name="viewport" content="width=device-width, initial-scale=1">
7-
<title>Note Point</title>
7+
<title> Note | Point</title>
88
<meta name="description" content="A flexible CSS Framework for building modern responsive web apps">
99
<meta name="keywords" content="css,sass,flexbox,responsive,front-end,mobile-first,framework,web">
10-
<link rel="shortcut icon" type="image/x-icon" href="images/favicon.ico">
1110
<link rel="stylesheet" href="/css/point.css">
1211
<link rel="stylesheet" href="/css/docs.css">
12+
<link rel="shortcut icon" href="/images/favicon.ico" type="image/x-icon">
1313
<script src="https://cdn.bootcss.com/holder/2.9.4/holder.min.js"></script>
1414
</head>
1515
<body>

0 commit comments

Comments
 (0)