jekyll-theme-primer 0.1.1
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +7 -0
- data/LICENSE.md +21 -0
- data/README.md +21 -0
- data/_includes/.gitkeep +1 -0
- data/_layouts/default.html +14 -0
- data/_sass/jekyll-theme-primer.scss +8 -0
- data/_sass/normalize.css/CHANGELOG.md +135 -0
- data/_sass/normalize.css/LICENSE.md +21 -0
- data/_sass/normalize.css/README.md +128 -0
- data/_sass/normalize.css/normalize.scss +419 -0
- data/_sass/normalize.css/package.json +111 -0
- data/_sass/primer-base/CHANGELOG.md +48 -0
- data/_sass/primer-base/LICENSE +21 -0
- data/_sass/primer-base/README.md +48 -0
- data/_sass/primer-base/build/build.css +2 -0
- data/_sass/primer-base/index.scss +5 -0
- data/_sass/primer-base/lib/base.scss +66 -0
- data/_sass/primer-base/lib/typography-base.scss +85 -0
- data/_sass/primer-base/package.json +109 -0
- data/_sass/primer-layout/CHANGELOG.md +44 -0
- data/_sass/primer-layout/LICENSE +21 -0
- data/_sass/primer-layout/README.md +141 -0
- data/_sass/primer-layout/build/build.css +2 -0
- data/_sass/primer-layout/index.scss +4 -0
- data/_sass/primer-layout/lib/columns.scss +69 -0
- data/_sass/primer-layout/lib/container.scss +33 -0
- data/_sass/primer-layout/lib/grid-offset.scss +30 -0
- data/_sass/primer-layout/lib/grid.scss +48 -0
- data/_sass/primer-layout/package.json +105 -0
- data/_sass/primer-markdown/CHANGELOG.md +168 -0
- data/_sass/primer-markdown/LICENSE +21 -0
- data/_sass/primer-markdown/README.md +223 -0
- data/_sass/primer-markdown/build/build.css +2 -0
- data/_sass/primer-markdown/index.scss +8 -0
- data/_sass/primer-markdown/lib/blob-csv.scss +27 -0
- data/_sass/primer-markdown/lib/code.scss +76 -0
- data/_sass/primer-markdown/lib/headings.scss +65 -0
- data/_sass/primer-markdown/lib/images.scss +119 -0
- data/_sass/primer-markdown/lib/lists.scss +72 -0
- data/_sass/primer-markdown/lib/markdown-body.scss +111 -0
- data/_sass/primer-markdown/lib/tables.scss +29 -0
- data/_sass/primer-markdown/package.json +109 -0
- data/_sass/primer-support/CHANGELOG.md +66 -0
- data/_sass/primer-support/LICENSE +21 -0
- data/_sass/primer-support/README.md +42 -0
- data/_sass/primer-support/index.scss +7 -0
- data/_sass/primer-support/lib/mixins/layout.scss +52 -0
- data/_sass/primer-support/lib/mixins/misc.scss +29 -0
- data/_sass/primer-support/lib/mixins/typography.scss +76 -0
- data/_sass/primer-support/lib/variables.scss +179 -0
- data/_sass/primer-support/package.json +105 -0
- data/_sass/primer-utilities/CHANGELOG.md +94 -0
- data/_sass/primer-utilities/LICENSE +21 -0
- data/_sass/primer-utilities/README.md +48 -0
- data/_sass/primer-utilities/build/build.css +2 -0
- data/_sass/primer-utilities/build/index.js +2 -0
- data/_sass/primer-utilities/index.scss +9 -0
- data/_sass/primer-utilities/lib/animations.scss +156 -0
- data/_sass/primer-utilities/lib/border.scss +29 -0
- data/_sass/primer-utilities/lib/colors.scss +45 -0
- data/_sass/primer-utilities/lib/layout.scss +109 -0
- data/_sass/primer-utilities/lib/margin.scss +58 -0
- data/_sass/primer-utilities/lib/padding.scss +54 -0
- data/_sass/primer-utilities/lib/typography.scss +155 -0
- data/_sass/primer-utilities/package.json +108 -0
- data/_sass/rouge.scss +209 -0
- data/assets/style.scss +4 -0
- metadata +138 -0
@@ -0,0 +1,108 @@
|
|
1
|
+
{
|
2
|
+
"_args": [
|
3
|
+
[
|
4
|
+
{
|
5
|
+
"raw": "primer-utilities@^1.0.0",
|
6
|
+
"scope": null,
|
7
|
+
"escapedName": "primer-utilities",
|
8
|
+
"name": "primer-utilities",
|
9
|
+
"rawSpec": "^1.0.0",
|
10
|
+
"spec": ">=1.0.0 <2.0.0",
|
11
|
+
"type": "range"
|
12
|
+
},
|
13
|
+
"/Users/benbalter/projects/jekyll-theme-primer"
|
14
|
+
]
|
15
|
+
],
|
16
|
+
"_from": "primer-utilities@>=1.0.0 <2.0.0",
|
17
|
+
"_id": "primer-utilities@1.0.0",
|
18
|
+
"_inCache": true,
|
19
|
+
"_location": "/primer-utilities",
|
20
|
+
"_nodeVersion": "5.12.0",
|
21
|
+
"_npmOperationalInternal": {
|
22
|
+
"host": "packages-16-east.internal.npmjs.com",
|
23
|
+
"tmp": "tmp/primer-utilities-1.0.0.tgz_1472778584897_0.8824154585599899"
|
24
|
+
},
|
25
|
+
"_npmUser": {
|
26
|
+
"name": "jonrohan",
|
27
|
+
"email": "yes@jonrohan.codes"
|
28
|
+
},
|
29
|
+
"_npmVersion": "3.8.6",
|
30
|
+
"_phantomChildren": {},
|
31
|
+
"_requested": {
|
32
|
+
"raw": "primer-utilities@^1.0.0",
|
33
|
+
"scope": null,
|
34
|
+
"escapedName": "primer-utilities",
|
35
|
+
"name": "primer-utilities",
|
36
|
+
"rawSpec": "^1.0.0",
|
37
|
+
"spec": ">=1.0.0 <2.0.0",
|
38
|
+
"type": "range"
|
39
|
+
},
|
40
|
+
"_requiredBy": [
|
41
|
+
"/"
|
42
|
+
],
|
43
|
+
"_resolved": "https://registry.npmjs.org/primer-utilities/-/primer-utilities-1.0.0.tgz",
|
44
|
+
"_shasum": "4b347a11315304cd5bc04c4f742b0147ea6cd9af",
|
45
|
+
"_shrinkwrap": null,
|
46
|
+
"_spec": "primer-utilities@^1.0.0",
|
47
|
+
"_where": "/Users/benbalter/projects/jekyll-theme-primer",
|
48
|
+
"author": {
|
49
|
+
"name": "GitHub, Inc."
|
50
|
+
},
|
51
|
+
"bugs": {
|
52
|
+
"url": "https://github.com/primer/utilities/issues"
|
53
|
+
},
|
54
|
+
"dependencies": {
|
55
|
+
"primer-support": "*"
|
56
|
+
},
|
57
|
+
"description": "Immutable, atomic CSS classes to rapidly build product",
|
58
|
+
"devDependencies": {
|
59
|
+
"autoprefixer": "^6.3.6",
|
60
|
+
"cssstats-cli": "^1.0.0-beta.2",
|
61
|
+
"node-sass": "^3.7.0",
|
62
|
+
"postcss-cli": "^2.5.2",
|
63
|
+
"stylelint": "^7.0.3",
|
64
|
+
"stylelint-config-primer": "^1.1.0"
|
65
|
+
},
|
66
|
+
"directories": {},
|
67
|
+
"dist": {
|
68
|
+
"shasum": "4b347a11315304cd5bc04c4f742b0147ea6cd9af",
|
69
|
+
"tarball": "https://registry.npmjs.org/primer-utilities/-/primer-utilities-1.0.0.tgz"
|
70
|
+
},
|
71
|
+
"files": [
|
72
|
+
"index.scss",
|
73
|
+
"lib",
|
74
|
+
"build"
|
75
|
+
],
|
76
|
+
"gitHead": "33cf5f9a78516e33f6a0bd9715a44d46465c5e25",
|
77
|
+
"homepage": "http://primercss.io/",
|
78
|
+
"keywords": [
|
79
|
+
"primer",
|
80
|
+
"css",
|
81
|
+
"github",
|
82
|
+
"primercss"
|
83
|
+
],
|
84
|
+
"license": "MIT",
|
85
|
+
"main": "build/index.js",
|
86
|
+
"maintainers": [
|
87
|
+
{
|
88
|
+
"name": "jonrohan",
|
89
|
+
"email": "yes@jonrohan.codes"
|
90
|
+
}
|
91
|
+
],
|
92
|
+
"name": "primer-utilities",
|
93
|
+
"optionalDependencies": {},
|
94
|
+
"readme": "ERROR: No README data found!",
|
95
|
+
"repository": {
|
96
|
+
"type": "git",
|
97
|
+
"url": "git+https://github.com/primer/utilities.git"
|
98
|
+
},
|
99
|
+
"scripts": {
|
100
|
+
"build": "node-sass index.scss --include-path node_modules --output-style compressed | postcss -c .postcss.json -o build/build.css",
|
101
|
+
"prepublish": "npm run setup && npm run build && npm run stats",
|
102
|
+
"setup": "if [ ! -d \"node_modules\" ]; then npm install; fi",
|
103
|
+
"stats": "(echo \"module.exports = { 'cssstats': \" && cssstats build/build.css && echo \"}\") > build/index.js",
|
104
|
+
"test": "npm run build && stylelint **/*.scss -c .stylelintrc.json -s scss"
|
105
|
+
},
|
106
|
+
"style": "index.scss",
|
107
|
+
"version": "1.0.0"
|
108
|
+
}
|
data/_sass/rouge.scss
ADDED
@@ -0,0 +1,209 @@
|
|
1
|
+
.highlight table td { padding: 5px; }
|
2
|
+
.highlight table pre { margin: 0; }
|
3
|
+
.highlight .cm {
|
4
|
+
color: #999988;
|
5
|
+
font-style: italic;
|
6
|
+
}
|
7
|
+
.highlight .cp {
|
8
|
+
color: #999999;
|
9
|
+
font-weight: bold;
|
10
|
+
}
|
11
|
+
.highlight .c1 {
|
12
|
+
color: #999988;
|
13
|
+
font-style: italic;
|
14
|
+
}
|
15
|
+
.highlight .cs {
|
16
|
+
color: #999999;
|
17
|
+
font-weight: bold;
|
18
|
+
font-style: italic;
|
19
|
+
}
|
20
|
+
.highlight .c, .highlight .cd {
|
21
|
+
color: #999988;
|
22
|
+
font-style: italic;
|
23
|
+
}
|
24
|
+
.highlight .err {
|
25
|
+
color: #a61717;
|
26
|
+
background-color: #e3d2d2;
|
27
|
+
}
|
28
|
+
.highlight .gd {
|
29
|
+
color: #000000;
|
30
|
+
background-color: #ffdddd;
|
31
|
+
}
|
32
|
+
.highlight .ge {
|
33
|
+
color: #000000;
|
34
|
+
font-style: italic;
|
35
|
+
}
|
36
|
+
.highlight .gr {
|
37
|
+
color: #aa0000;
|
38
|
+
}
|
39
|
+
.highlight .gh {
|
40
|
+
color: #999999;
|
41
|
+
}
|
42
|
+
.highlight .gi {
|
43
|
+
color: #000000;
|
44
|
+
background-color: #ddffdd;
|
45
|
+
}
|
46
|
+
.highlight .go {
|
47
|
+
color: #888888;
|
48
|
+
}
|
49
|
+
.highlight .gp {
|
50
|
+
color: #555555;
|
51
|
+
}
|
52
|
+
.highlight .gs {
|
53
|
+
font-weight: bold;
|
54
|
+
}
|
55
|
+
.highlight .gu {
|
56
|
+
color: #aaaaaa;
|
57
|
+
}
|
58
|
+
.highlight .gt {
|
59
|
+
color: #aa0000;
|
60
|
+
}
|
61
|
+
.highlight .kc {
|
62
|
+
color: #000000;
|
63
|
+
font-weight: bold;
|
64
|
+
}
|
65
|
+
.highlight .kd {
|
66
|
+
color: #000000;
|
67
|
+
font-weight: bold;
|
68
|
+
}
|
69
|
+
.highlight .kn {
|
70
|
+
color: #000000;
|
71
|
+
font-weight: bold;
|
72
|
+
}
|
73
|
+
.highlight .kp {
|
74
|
+
color: #000000;
|
75
|
+
font-weight: bold;
|
76
|
+
}
|
77
|
+
.highlight .kr {
|
78
|
+
color: #000000;
|
79
|
+
font-weight: bold;
|
80
|
+
}
|
81
|
+
.highlight .kt {
|
82
|
+
color: #445588;
|
83
|
+
font-weight: bold;
|
84
|
+
}
|
85
|
+
.highlight .k, .highlight .kv {
|
86
|
+
color: #000000;
|
87
|
+
font-weight: bold;
|
88
|
+
}
|
89
|
+
.highlight .mf {
|
90
|
+
color: #009999;
|
91
|
+
}
|
92
|
+
.highlight .mh {
|
93
|
+
color: #009999;
|
94
|
+
}
|
95
|
+
.highlight .il {
|
96
|
+
color: #009999;
|
97
|
+
}
|
98
|
+
.highlight .mi {
|
99
|
+
color: #009999;
|
100
|
+
}
|
101
|
+
.highlight .mo {
|
102
|
+
color: #009999;
|
103
|
+
}
|
104
|
+
.highlight .m, .highlight .mb, .highlight .mx {
|
105
|
+
color: #009999;
|
106
|
+
}
|
107
|
+
.highlight .sb {
|
108
|
+
color: #d14;
|
109
|
+
}
|
110
|
+
.highlight .sc {
|
111
|
+
color: #d14;
|
112
|
+
}
|
113
|
+
.highlight .sd {
|
114
|
+
color: #d14;
|
115
|
+
}
|
116
|
+
.highlight .s2 {
|
117
|
+
color: #d14;
|
118
|
+
}
|
119
|
+
.highlight .se {
|
120
|
+
color: #d14;
|
121
|
+
}
|
122
|
+
.highlight .sh {
|
123
|
+
color: #d14;
|
124
|
+
}
|
125
|
+
.highlight .si {
|
126
|
+
color: #d14;
|
127
|
+
}
|
128
|
+
.highlight .sx {
|
129
|
+
color: #d14;
|
130
|
+
}
|
131
|
+
.highlight .sr {
|
132
|
+
color: #009926;
|
133
|
+
}
|
134
|
+
.highlight .s1 {
|
135
|
+
color: #d14;
|
136
|
+
}
|
137
|
+
.highlight .ss {
|
138
|
+
color: #990073;
|
139
|
+
}
|
140
|
+
.highlight .s {
|
141
|
+
color: #d14;
|
142
|
+
}
|
143
|
+
.highlight .na {
|
144
|
+
color: #008080;
|
145
|
+
}
|
146
|
+
.highlight .bp {
|
147
|
+
color: #999999;
|
148
|
+
}
|
149
|
+
.highlight .nb {
|
150
|
+
color: #0086B3;
|
151
|
+
}
|
152
|
+
.highlight .nc {
|
153
|
+
color: #445588;
|
154
|
+
font-weight: bold;
|
155
|
+
}
|
156
|
+
.highlight .no {
|
157
|
+
color: #008080;
|
158
|
+
}
|
159
|
+
.highlight .nd {
|
160
|
+
color: #3c5d5d;
|
161
|
+
font-weight: bold;
|
162
|
+
}
|
163
|
+
.highlight .ni {
|
164
|
+
color: #800080;
|
165
|
+
}
|
166
|
+
.highlight .ne {
|
167
|
+
color: #990000;
|
168
|
+
font-weight: bold;
|
169
|
+
}
|
170
|
+
.highlight .nf {
|
171
|
+
color: #990000;
|
172
|
+
font-weight: bold;
|
173
|
+
}
|
174
|
+
.highlight .nl {
|
175
|
+
color: #990000;
|
176
|
+
font-weight: bold;
|
177
|
+
}
|
178
|
+
.highlight .nn {
|
179
|
+
color: #555555;
|
180
|
+
}
|
181
|
+
.highlight .nt {
|
182
|
+
color: #000080;
|
183
|
+
}
|
184
|
+
.highlight .vc {
|
185
|
+
color: #008080;
|
186
|
+
}
|
187
|
+
.highlight .vg {
|
188
|
+
color: #008080;
|
189
|
+
}
|
190
|
+
.highlight .vi {
|
191
|
+
color: #008080;
|
192
|
+
}
|
193
|
+
.highlight .nv {
|
194
|
+
color: #008080;
|
195
|
+
}
|
196
|
+
.highlight .ow {
|
197
|
+
color: #000000;
|
198
|
+
font-weight: bold;
|
199
|
+
}
|
200
|
+
.highlight .o {
|
201
|
+
color: #000000;
|
202
|
+
font-weight: bold;
|
203
|
+
}
|
204
|
+
.highlight .w {
|
205
|
+
color: #bbbbbb;
|
206
|
+
}
|
207
|
+
.highlight {
|
208
|
+
background-color: #f8f8f8;
|
209
|
+
}
|
data/assets/style.scss
ADDED
metadata
ADDED
@@ -0,0 +1,138 @@
|
|
1
|
+
--- !ruby/object:Gem::Specification
|
2
|
+
name: jekyll-theme-primer
|
3
|
+
version: !ruby/object:Gem::Version
|
4
|
+
version: 0.1.1
|
5
|
+
platform: ruby
|
6
|
+
authors:
|
7
|
+
- Ben Balter
|
8
|
+
autorequire:
|
9
|
+
bindir: bin
|
10
|
+
cert_chain: []
|
11
|
+
date: 2016-12-07 00:00:00.000000000 Z
|
12
|
+
dependencies:
|
13
|
+
- !ruby/object:Gem::Dependency
|
14
|
+
name: jekyll
|
15
|
+
requirement: !ruby/object:Gem::Requirement
|
16
|
+
requirements:
|
17
|
+
- - "~>"
|
18
|
+
- !ruby/object:Gem::Version
|
19
|
+
version: '3.3'
|
20
|
+
type: :runtime
|
21
|
+
prerelease: false
|
22
|
+
version_requirements: !ruby/object:Gem::Requirement
|
23
|
+
requirements:
|
24
|
+
- - "~>"
|
25
|
+
- !ruby/object:Gem::Version
|
26
|
+
version: '3.3'
|
27
|
+
- !ruby/object:Gem::Dependency
|
28
|
+
name: rubocop
|
29
|
+
requirement: !ruby/object:Gem::Requirement
|
30
|
+
requirements:
|
31
|
+
- - "~>"
|
32
|
+
- !ruby/object:Gem::Version
|
33
|
+
version: '0.40'
|
34
|
+
type: :development
|
35
|
+
prerelease: false
|
36
|
+
version_requirements: !ruby/object:Gem::Requirement
|
37
|
+
requirements:
|
38
|
+
- - "~>"
|
39
|
+
- !ruby/object:Gem::Version
|
40
|
+
version: '0.40'
|
41
|
+
description:
|
42
|
+
email:
|
43
|
+
- open-source@github.com
|
44
|
+
executables: []
|
45
|
+
extensions: []
|
46
|
+
extra_rdoc_files: []
|
47
|
+
files:
|
48
|
+
- LICENSE.md
|
49
|
+
- README.md
|
50
|
+
- _includes/.gitkeep
|
51
|
+
- _layouts/default.html
|
52
|
+
- _sass/jekyll-theme-primer.scss
|
53
|
+
- _sass/normalize.css/CHANGELOG.md
|
54
|
+
- _sass/normalize.css/LICENSE.md
|
55
|
+
- _sass/normalize.css/README.md
|
56
|
+
- _sass/normalize.css/normalize.scss
|
57
|
+
- _sass/normalize.css/package.json
|
58
|
+
- _sass/primer-base/CHANGELOG.md
|
59
|
+
- _sass/primer-base/LICENSE
|
60
|
+
- _sass/primer-base/README.md
|
61
|
+
- _sass/primer-base/build/build.css
|
62
|
+
- _sass/primer-base/index.scss
|
63
|
+
- _sass/primer-base/lib/base.scss
|
64
|
+
- _sass/primer-base/lib/typography-base.scss
|
65
|
+
- _sass/primer-base/package.json
|
66
|
+
- _sass/primer-layout/CHANGELOG.md
|
67
|
+
- _sass/primer-layout/LICENSE
|
68
|
+
- _sass/primer-layout/README.md
|
69
|
+
- _sass/primer-layout/build/build.css
|
70
|
+
- _sass/primer-layout/index.scss
|
71
|
+
- _sass/primer-layout/lib/columns.scss
|
72
|
+
- _sass/primer-layout/lib/container.scss
|
73
|
+
- _sass/primer-layout/lib/grid-offset.scss
|
74
|
+
- _sass/primer-layout/lib/grid.scss
|
75
|
+
- _sass/primer-layout/package.json
|
76
|
+
- _sass/primer-markdown/CHANGELOG.md
|
77
|
+
- _sass/primer-markdown/LICENSE
|
78
|
+
- _sass/primer-markdown/README.md
|
79
|
+
- _sass/primer-markdown/build/build.css
|
80
|
+
- _sass/primer-markdown/index.scss
|
81
|
+
- _sass/primer-markdown/lib/blob-csv.scss
|
82
|
+
- _sass/primer-markdown/lib/code.scss
|
83
|
+
- _sass/primer-markdown/lib/headings.scss
|
84
|
+
- _sass/primer-markdown/lib/images.scss
|
85
|
+
- _sass/primer-markdown/lib/lists.scss
|
86
|
+
- _sass/primer-markdown/lib/markdown-body.scss
|
87
|
+
- _sass/primer-markdown/lib/tables.scss
|
88
|
+
- _sass/primer-markdown/package.json
|
89
|
+
- _sass/primer-support/CHANGELOG.md
|
90
|
+
- _sass/primer-support/LICENSE
|
91
|
+
- _sass/primer-support/README.md
|
92
|
+
- _sass/primer-support/index.scss
|
93
|
+
- _sass/primer-support/lib/mixins/layout.scss
|
94
|
+
- _sass/primer-support/lib/mixins/misc.scss
|
95
|
+
- _sass/primer-support/lib/mixins/typography.scss
|
96
|
+
- _sass/primer-support/lib/variables.scss
|
97
|
+
- _sass/primer-support/package.json
|
98
|
+
- _sass/primer-utilities/CHANGELOG.md
|
99
|
+
- _sass/primer-utilities/LICENSE
|
100
|
+
- _sass/primer-utilities/README.md
|
101
|
+
- _sass/primer-utilities/build/build.css
|
102
|
+
- _sass/primer-utilities/build/index.js
|
103
|
+
- _sass/primer-utilities/index.scss
|
104
|
+
- _sass/primer-utilities/lib/animations.scss
|
105
|
+
- _sass/primer-utilities/lib/border.scss
|
106
|
+
- _sass/primer-utilities/lib/colors.scss
|
107
|
+
- _sass/primer-utilities/lib/layout.scss
|
108
|
+
- _sass/primer-utilities/lib/margin.scss
|
109
|
+
- _sass/primer-utilities/lib/padding.scss
|
110
|
+
- _sass/primer-utilities/lib/typography.scss
|
111
|
+
- _sass/primer-utilities/package.json
|
112
|
+
- _sass/rouge.scss
|
113
|
+
- assets/style.scss
|
114
|
+
homepage: https://github.com/benbalter/jekyll-theme-primer
|
115
|
+
licenses:
|
116
|
+
- MIT
|
117
|
+
metadata: {}
|
118
|
+
post_install_message:
|
119
|
+
rdoc_options: []
|
120
|
+
require_paths:
|
121
|
+
- lib
|
122
|
+
required_ruby_version: !ruby/object:Gem::Requirement
|
123
|
+
requirements:
|
124
|
+
- - ">="
|
125
|
+
- !ruby/object:Gem::Version
|
126
|
+
version: '0'
|
127
|
+
required_rubygems_version: !ruby/object:Gem::Requirement
|
128
|
+
requirements:
|
129
|
+
- - ">="
|
130
|
+
- !ruby/object:Gem::Version
|
131
|
+
version: '0'
|
132
|
+
requirements: []
|
133
|
+
rubyforge_project:
|
134
|
+
rubygems_version: 2.5.2
|
135
|
+
signing_key:
|
136
|
+
specification_version: 4
|
137
|
+
summary: A Jekyll theme based on GitHub's Primer styles
|
138
|
+
test_files: []
|