minimal-architect 0.1.0

Sign up to get free protection for your applications and to get access to all the features.
Files changed (33) hide show
  1. checksums.yaml +7 -0
  2. data/LICENSE.txt +21 -0
  3. data/README.md +52 -0
  4. data/_layouts/default.html +73 -0
  5. data/_layouts/post.html +14 -0
  6. data/_sass/fonts.scss +55 -0
  7. data/_sass/jekyll-theme-minimal.scss +272 -0
  8. data/_sass/rouge-github.scss +209 -0
  9. data/assets/.gitignore +4 -0
  10. data/assets/css/style.scss +4 -0
  11. data/assets/fonts/Noto-Sans-700/Noto-Sans-700.eot +0 -0
  12. data/assets/fonts/Noto-Sans-700/Noto-Sans-700.svg +336 -0
  13. data/assets/fonts/Noto-Sans-700/Noto-Sans-700.ttf +0 -0
  14. data/assets/fonts/Noto-Sans-700/Noto-Sans-700.woff +0 -0
  15. data/assets/fonts/Noto-Sans-700/Noto-Sans-700.woff2 +0 -0
  16. data/assets/fonts/Noto-Sans-700italic/Noto-Sans-700italic.eot +0 -0
  17. data/assets/fonts/Noto-Sans-700italic/Noto-Sans-700italic.svg +334 -0
  18. data/assets/fonts/Noto-Sans-700italic/Noto-Sans-700italic.ttf +0 -0
  19. data/assets/fonts/Noto-Sans-700italic/Noto-Sans-700italic.woff +0 -0
  20. data/assets/fonts/Noto-Sans-700italic/Noto-Sans-700italic.woff2 +0 -0
  21. data/assets/fonts/Noto-Sans-italic/Noto-Sans-italic.eot +0 -0
  22. data/assets/fonts/Noto-Sans-italic/Noto-Sans-italic.svg +337 -0
  23. data/assets/fonts/Noto-Sans-italic/Noto-Sans-italic.ttf +0 -0
  24. data/assets/fonts/Noto-Sans-italic/Noto-Sans-italic.woff +0 -0
  25. data/assets/fonts/Noto-Sans-italic/Noto-Sans-italic.woff2 +0 -0
  26. data/assets/fonts/Noto-Sans-regular/Noto-Sans-regular.eot +0 -0
  27. data/assets/fonts/Noto-Sans-regular/Noto-Sans-regular.svg +335 -0
  28. data/assets/fonts/Noto-Sans-regular/Noto-Sans-regular.ttf +0 -0
  29. data/assets/fonts/Noto-Sans-regular/Noto-Sans-regular.woff +0 -0
  30. data/assets/fonts/Noto-Sans-regular/Noto-Sans-regular.woff2 +0 -0
  31. data/assets/img/logo.png +0 -0
  32. data/assets/js/scale.fix.js +27 -0
  33. metadata +117 -0
checksums.yaml ADDED
@@ -0,0 +1,7 @@
1
+ ---
2
+ SHA1:
3
+ metadata.gz: 7fdfbb8139dd147a2bfe99b1fbbad321fffcbe07
4
+ data.tar.gz: 06aa395daef25fd812072b893d6b1ef22de19a26
5
+ SHA512:
6
+ metadata.gz: 8e9df49f12fe2189198445e8e4337e0cc1b5583c3da4658c43e205c357b8ed6830ef2ad9f2537de53c189f0c4d21249a2fcd2c382c69e2550088fe1284565fa8
7
+ data.tar.gz: 3ff965cd683ca11b659f5e024505012d42e5112ba6985644001f7580383b3e7f13a3dc5c7a98a7b6c5007c11941c716473718ce7e67127de14f6b93deb2cdb4b
data/LICENSE.txt ADDED
@@ -0,0 +1,21 @@
1
+ The MIT License (MIT)
2
+
3
+ Copyright (c) 2018 Christina Harlow
4
+
5
+ Permission is hereby granted, free of charge, to any person obtaining a copy
6
+ of this software and associated documentation files (the "Software"), to deal
7
+ in the Software without restriction, including without limitation the rights
8
+ to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
9
+ copies of the Software, and to permit persons to whom the Software is
10
+ furnished to do so, subject to the following conditions:
11
+
12
+ The above copyright notice and this permission notice shall be included in
13
+ all copies or substantial portions of the Software.
14
+
15
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
16
+ IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
17
+ FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
18
+ AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
19
+ LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
20
+ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
21
+ THE SOFTWARE.
data/README.md ADDED
@@ -0,0 +1,52 @@
1
+ # minimal-architect
2
+
3
+ Welcome to your new Jekyll theme! In this directory, you'll find the files you need to be able to package up your theme into a gem. Put your layouts in `_layouts`, your includes in `_includes`, your sass files in `_sass` and any other assets in `assets`.
4
+
5
+ To experiment with this code, add some sample content and run `bundle exec jekyll serve` – this directory is setup just like a Jekyll site!
6
+
7
+ TODO: Delete this and the text above, and describe your gem
8
+
9
+
10
+ ## Installation
11
+
12
+ Add this line to your Jekyll site's `Gemfile`:
13
+
14
+ ```ruby
15
+ gem "minimal-architect"
16
+ ```
17
+
18
+ And add this line to your Jekyll site's `_config.yml`:
19
+
20
+ ```yaml
21
+ theme: minimal-architect
22
+ ```
23
+
24
+ And then execute:
25
+
26
+ $ bundle
27
+
28
+ Or install it yourself as:
29
+
30
+ $ gem install minimal-architect
31
+
32
+ ## Usage
33
+
34
+ TODO: Write usage instructions here. Describe your available layouts, includes, sass and/or assets.
35
+
36
+ ## Contributing
37
+
38
+ Bug reports and pull requests are welcome on GitHub at https://github.com/[USERNAME]/hello. This project is intended to be a safe, welcoming space for collaboration, and contributors are expected to adhere to the [Contributor Covenant](http://contributor-covenant.org) code of conduct.
39
+
40
+ ## Development
41
+
42
+ To set up your environment to develop this theme, run `bundle install`.
43
+
44
+ Your theme is setup just like a normal Jekyll site! To test your theme, run `bundle exec jekyll serve` and open your browser at `http://localhost:4000`. This starts a Jekyll server using your theme. Add pages, documents, data, etc. like normal to test your theme's contents. As you make modifications to your theme and to your content, your site will regenerate and you should see the changes in the browser after a refresh, just like normal.
45
+
46
+ When your theme is released, only the files in `_layouts`, `_includes`, `_sass` and `assets` tracked with Git will be bundled.
47
+ To add a custom directory to your theme-gem, please edit the regexp in `minimal-architect.gemspec` accordingly.
48
+
49
+ ## License
50
+
51
+ The theme is available as open source under the terms of the [MIT License](https://opensource.org/licenses/MIT).
52
+
@@ -0,0 +1,73 @@
1
+ <!DOCTYPE html>
2
+ <html lang="{{ site.lang | default: "en-US" }}">
3
+ <head>
4
+ <meta charset="UTF-8">
5
+ <meta http-equiv="X-UA-Compatible" content="IE=edge">
6
+ <meta name="viewport" content="width=device-width, initial-scale=1">
7
+
8
+ <link rel="stylesheet" href="{{ "/assets/css/style.css?v=" | append: site.github.build_revision | relative_url }}">
9
+ <!--[if lt IE 9]>
10
+ <script src="//cdnjs.cloudflare.com/ajax/libs/html5shiv/3.7.3/html5shiv.min.js"></script>
11
+ <![endif]-->
12
+ </head>
13
+ <body>
14
+ <div class="wrapper">
15
+ <header>
16
+ <h1><a href="{{ "/" | absolute_url }}">{{ site.title | default: site.github.repository_name }}</a></h1>
17
+
18
+ {% if site.logo %}
19
+ <img src="{{site.logo | relative_url}}" alt="Logo" />
20
+ {% endif %}
21
+
22
+ <p>{{ site.description | default: site.github.project_tagline }}</p>
23
+
24
+ {% if site.github.is_project_page %}
25
+ <p class="view"><a href="{{ site.github.repository_url }}">View the Project on GitHub <small>{{ site.github.repository_nwo }}</small></a></p>
26
+ {% endif %}
27
+
28
+ {% if site.github.is_user_page %}
29
+ <p class="view"><a href="{{ site.github.owner_url }}">View My GitHub Profile</a></p>
30
+ {% endif %}
31
+
32
+ {% if site.show_downloads %}
33
+ <ul class="downloads">
34
+ <li><a href="{{ site.project_wiki }}">View our <strong>Wiki</strong></a></li>
35
+ <li><a href="{{ site.project_issues }}">View our <strong>Tickets</strong></a></li>
36
+ <li><a href="{{ site.github.repository_url }}">View On <strong>GitHub</strong></a></li>
37
+ </ul>
38
+ {% endif %}
39
+
40
+ <h2>Site Menu</h2>
41
+ <ul>
42
+ {% for item in site.menus.header %}
43
+ <li class="menu-item-{{ loop.index }}">
44
+ <a href="{{ item.url }}" title="Go to {{ item.title }}">{{ item.title }}</a>
45
+ </li>
46
+ {% endfor %}
47
+ </ul>
48
+ </header>
49
+ <section>
50
+
51
+ {{ content }}
52
+
53
+ </section>
54
+ <footer>
55
+ {% if site.github.is_project_page %}
56
+ <p>This project is maintained by <a href="{{ site.github.owner_url }}">{{ site.github.owner_name }}</a></p>
57
+ {% endif %}
58
+ <p><small>Hosted on GitHub Pages &mdash; Theme based on work by <a href="https://github.com/orderedlist">orderedlist</a></small></p>
59
+ </footer>
60
+ </div>
61
+ <script src="{{ "/assets/js/scale.fix.js" | relative_url }}"></script>
62
+ {% if site.google_analytics %}
63
+ <script>
64
+ (function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){
65
+ (i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createElement(o),
66
+ m=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefore(a,m)
67
+ })(window,document,'script','https://www.google-analytics.com/analytics.js','ga');
68
+ ga('create', '{{ site.google_analytics }}', 'auto');
69
+ ga('send', 'pageview');
70
+ </script>
71
+ {% endif %}
72
+ </body>
73
+ </html>
@@ -0,0 +1,14 @@
1
+ ---
2
+ layout: default
3
+ ---
4
+
5
+ <small>{{ page.date | date: "%-d %B %Y" }}</small>
6
+ <h1>{{ page.title }}</h1>
7
+
8
+ <p class="view">by {{ page.author | default: site.author }}</p>
9
+
10
+ {{content}}
11
+
12
+ {% if page.tags %}
13
+ <small>tags: <em>{{ page.tags | join: "</em> - <em>" }}</em></small>
14
+ {% endif %}
data/_sass/fonts.scss ADDED
@@ -0,0 +1,55 @@
1
+ @font-face {
2
+ font-family: 'Noto Sans';
3
+ font-weight: 400;
4
+ font-style: normal;
5
+ src: url('../fonts/Noto-Sans-regular/Noto-Sans-regular.eot');
6
+ src: url('../fonts/Noto-Sans-regular/Noto-Sans-regular.eot?#iefix') format('embedded-opentype'),
7
+ local('Noto Sans'),
8
+ local('Noto-Sans-regular'),
9
+ url('../fonts/Noto-Sans-regular/Noto-Sans-regular.woff2') format('woff2'),
10
+ url('../fonts/Noto-Sans-regular/Noto-Sans-regular.woff') format('woff'),
11
+ url('../fonts/Noto-Sans-regular/Noto-Sans-regular.ttf') format('truetype'),
12
+ url('../fonts/Noto-Sans-regular/Noto-Sans-regular.svg#NotoSans') format('svg');
13
+ }
14
+
15
+ @font-face {
16
+ font-family: 'Noto Sans';
17
+ font-weight: 700;
18
+ font-style: normal;
19
+ src: url('../fonts/Noto-Sans-700/Noto-Sans-700.eot');
20
+ src: url('../fonts/Noto-Sans-700/Noto-Sans-700.eot?#iefix') format('embedded-opentype'),
21
+ local('Noto Sans Bold'),
22
+ local('Noto-Sans-700'),
23
+ url('../fonts/Noto-Sans-700/Noto-Sans-700.woff2') format('woff2'),
24
+ url('../fonts/Noto-Sans-700/Noto-Sans-700.woff') format('woff'),
25
+ url('../fonts/Noto-Sans-700/Noto-Sans-700.ttf') format('truetype'),
26
+ url('../fonts/Noto-Sans-700/Noto-Sans-700.svg#NotoSans') format('svg');
27
+ }
28
+
29
+ @font-face {
30
+ font-family: 'Noto Sans';
31
+ font-weight: 400;
32
+ font-style: italic;
33
+ src: url('../fonts/Noto-Sans-italic/Noto-Sans-italic.eot');
34
+ src: url('../fonts/Noto-Sans-italic/Noto-Sans-italic.eot?#iefix') format('embedded-opentype'),
35
+ local('Noto Sans Italic'),
36
+ local('Noto-Sans-italic'),
37
+ url('../fonts/Noto-Sans-italic/Noto-Sans-italic.woff2') format('woff2'),
38
+ url('../fonts/Noto-Sans-italic/Noto-Sans-italic.woff') format('woff'),
39
+ url('../fonts/Noto-Sans-italic/Noto-Sans-italic.ttf') format('truetype'),
40
+ url('../fonts/Noto-Sans-italic/Noto-Sans-italic.svg#NotoSans') format('svg');
41
+ }
42
+
43
+ @font-face {
44
+ font-family: 'Noto Sans';
45
+ font-weight: 700;
46
+ font-style: italic;
47
+ src: url('../fonts/Noto-Sans-700italic/Noto-Sans-700italic.eot');
48
+ src: url('../fonts/Noto-Sans-700italic/Noto-Sans-700italic.eot?#iefix') format('embedded-opentype'),
49
+ local('Noto Sans Bold Italic'),
50
+ local('Noto-Sans-700italic'),
51
+ url('../fonts/Noto-Sans-700italic/Noto-Sans-700italic.woff2') format('woff2'),
52
+ url('../fonts/Noto-Sans-700italic/Noto-Sans-700italic.woff') format('woff'),
53
+ url('../fonts/Noto-Sans-700italic/Noto-Sans-700italic.ttf') format('truetype'),
54
+ url('../fonts/Noto-Sans-700italic/Noto-Sans-700italic.svg#NotoSans') format('svg');
55
+ }
@@ -0,0 +1,272 @@
1
+ @import "fonts";
2
+ @import "rouge-github";
3
+
4
+ body {
5
+ background-color: #fff;
6
+ padding:50px;
7
+ font: 14px/1.5 "Noto Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
8
+ color:#727272;
9
+ font-weight:400;
10
+ }
11
+
12
+ h1, h2, h3, h4, h5, h6 {
13
+ color:#222;
14
+ margin:0 0 20px;
15
+ }
16
+
17
+ p, ul, ol, table, pre, dl {
18
+ margin:0 0 20px;
19
+ }
20
+
21
+ h1, h2, h3 {
22
+ line-height:1.1;
23
+ }
24
+
25
+ h1 {
26
+ font-size:28px;
27
+ }
28
+
29
+ h2 {
30
+ color:#393939;
31
+ }
32
+
33
+ h3, h4, h5, h6 {
34
+ color:#494949;
35
+ }
36
+
37
+ a {
38
+ color:#267CB9;
39
+ text-decoration:none;
40
+ }
41
+
42
+ a:hover, a:focus {
43
+ color:#069;
44
+ font-weight: bold;
45
+ }
46
+
47
+ a small {
48
+ font-size:11px;
49
+ color:#777;
50
+ margin-top:-0.3em;
51
+ display:block;
52
+ }
53
+
54
+ a:hover small {
55
+ color:#777;
56
+ }
57
+
58
+ .wrapper {
59
+ width:860px;
60
+ margin:0 auto;
61
+ }
62
+
63
+ blockquote {
64
+ border-left:1px solid #e5e5e5;
65
+ margin:0;
66
+ padding:0 0 0 20px;
67
+ font-style:italic;
68
+ }
69
+
70
+ code, pre {
71
+ font-family:Monaco, Bitstream Vera Sans Mono, Lucida Console, Terminal, Consolas, Liberation Mono, DejaVu Sans Mono, Courier New, monospace;
72
+ color:#333;
73
+ }
74
+
75
+ pre {
76
+ padding:8px 15px;
77
+ background: #f8f8f8;
78
+ border-radius:5px;
79
+ border:1px solid #e5e5e5;
80
+ overflow-x: auto;
81
+ }
82
+
83
+ table {
84
+ width:100%;
85
+ border-collapse:collapse;
86
+ }
87
+
88
+ th, td {
89
+ text-align:left;
90
+ padding:5px 10px;
91
+ border-bottom:1px solid #e5e5e5;
92
+ }
93
+
94
+ dt {
95
+ color:#444;
96
+ font-weight:700;
97
+ }
98
+
99
+ th {
100
+ color:#444;
101
+ }
102
+
103
+ img {
104
+ max-width:100%;
105
+ }
106
+
107
+ header {
108
+ width:270px;
109
+ float:left;
110
+ position:fixed;
111
+ -webkit-font-smoothing:subpixel-antialiased;
112
+ }
113
+
114
+ ul.downloads {
115
+ list-style:none;
116
+ height:40px;
117
+ padding:0;
118
+ background: #f4f4f4;
119
+ border-radius:5px;
120
+ border:1px solid #e0e0e0;
121
+ width:270px;
122
+ }
123
+
124
+ .downloads li {
125
+ width:89px;
126
+ float:left;
127
+ border-right:1px solid #e0e0e0;
128
+ height:40px;
129
+ }
130
+
131
+ .downloads li:first-child a {
132
+ border-radius:5px 0 0 5px;
133
+ }
134
+
135
+ .downloads li:last-child a {
136
+ border-radius:0 5px 5px 0;
137
+ }
138
+
139
+ .downloads a {
140
+ line-height:1;
141
+ font-size:11px;
142
+ color:#676767;
143
+ display:block;
144
+ text-align:center;
145
+ padding-top:6px;
146
+ height:34px;
147
+ }
148
+
149
+ .downloads a:hover, .downloads a:focus {
150
+ color:#675C5C;
151
+ font-weight:bold;
152
+ }
153
+
154
+ .downloads ul a:active {
155
+ background-color:#f0f0f0;
156
+ }
157
+
158
+ strong {
159
+ color:#222;
160
+ font-weight:700;
161
+ }
162
+
163
+ .downloads li + li + li {
164
+ border-right:none;
165
+ width:89px;
166
+ }
167
+
168
+ .downloads a strong {
169
+ font-size:14px;
170
+ display:block;
171
+ color:#222;
172
+ }
173
+
174
+ section {
175
+ width:500px;
176
+ float:right;
177
+ padding-bottom:50px;
178
+ }
179
+
180
+ small {
181
+ font-size:11px;
182
+ }
183
+
184
+ hr {
185
+ border:0;
186
+ background:#e5e5e5;
187
+ height:1px;
188
+ margin:0 0 20px;
189
+ }
190
+
191
+ footer {
192
+ width:270px;
193
+ float:left;
194
+ position:fixed;
195
+ bottom:50px;
196
+ -webkit-font-smoothing:subpixel-antialiased;
197
+ }
198
+
199
+ @media print, screen and (max-width: 960px) {
200
+
201
+ div.wrapper {
202
+ width:auto;
203
+ margin:0;
204
+ }
205
+
206
+ header, section, footer {
207
+ float:none;
208
+ position:static;
209
+ width:auto;
210
+ }
211
+
212
+ header {
213
+ padding-right:320px;
214
+ }
215
+
216
+ section {
217
+ border:1px solid #e5e5e5;
218
+ border-width:1px 0;
219
+ padding:20px 0;
220
+ margin:0 0 20px;
221
+ }
222
+
223
+ header a small {
224
+ display:inline;
225
+ }
226
+
227
+ header ul {
228
+ position:absolute;
229
+ right:50px;
230
+ top:52px;
231
+ }
232
+ }
233
+
234
+ @media print, screen and (max-width: 720px) {
235
+ body {
236
+ word-wrap:break-word;
237
+ }
238
+
239
+ header {
240
+ padding:0;
241
+ }
242
+
243
+ header ul, header p.view {
244
+ position:static;
245
+ }
246
+
247
+ pre, code {
248
+ word-wrap:normal;
249
+ }
250
+ }
251
+
252
+ @media print, screen and (max-width: 480px) {
253
+ body {
254
+ padding:15px;
255
+ }
256
+
257
+ .downloads {
258
+ width:99%;
259
+ }
260
+
261
+ .downloads li, .downloads li + li + li {
262
+ width:33%;
263
+ }
264
+ }
265
+
266
+ @media print {
267
+ body {
268
+ padding:0.4in;
269
+ font-size:12pt;
270
+ color:#444;
271
+ }
272
+ }
@@ -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/.gitignore ADDED
@@ -0,0 +1,4 @@
1
+ _site
2
+ .sass-cache
3
+ Gemfile.lock
4
+ *.gem
@@ -0,0 +1,4 @@
1
+ ---
2
+ ---
3
+
4
+ @import "jekyll-theme-minimal";