stuartmccoll_portfolio 0.1.1 → 0.1.2

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (4) hide show
  1. checksums.yaml +4 -4
  2. data/assets/css/style.css +67 -1
  3. metadata +1 -2
  4. data/README.md +0 -52
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 898b7c7b30502744d336c96a5b6649c2960b8c5e
4
- data.tar.gz: 2025d7d2508051b4402ae44a586f453b1eefb0b5
3
+ metadata.gz: 5d63775ddd3f74d180a309e80846be1f4baae43f
4
+ data.tar.gz: f3aa0371b79a284e1ce6c63cb70015cf5ceb28c7
5
5
  SHA512:
6
- metadata.gz: c8cf227c9faf679045e229fde698ebf6de557d6a5cdc974e05f4b99b0728842cf0e9204fc401a91d1257c76a7bfb0c9588124b5186cf5d5b3105d4f4978a6b73
7
- data.tar.gz: c5aca4c13970c25c0f29fc14fadbda13eb92b302561bc553a93646a9ecdd2cdfa435e7caf34db1185baff11774d4f252d8e470341d81e4eefad0299c946e60ea
6
+ metadata.gz: ca491eb906c3a868e6549be0d2119ac913c38d10fc543f87817b8884840802ef449da09546bcea724d50a07c0893578d4adcc5da34f9e6b6d9cf3c3742ce0115
7
+ data.tar.gz: f70240eb6e07f4ce40b8b1230e49edcd23815d6fa01e309ea8e9730d6ae103b1d79de3a28bd965faf8f5ada4f5da06a3a10927a3afd39399fb1ad02ffb846f75
data/assets/css/style.css CHANGED
@@ -335,4 +335,70 @@ html, body {
335
335
 
336
336
  .np-row {
337
337
  padding: 25px 0;
338
- }
338
+ }
339
+
340
+ .highlight pre { background-color: #272822; }
341
+ .highlight .hll { background-color: #272822; }
342
+ .highlight .c { color: #75715e } /* Comment */
343
+ .highlight .err { color: #960050; background-color: #1e0010 } /* Error */
344
+ .highlight .k { color: #66d9ef } /* Keyword */
345
+ .highlight .l { color: #ae81ff } /* Literal */
346
+ .highlight .n { color: #f8f8f2 } /* Name */
347
+ .highlight .o { color: #f92672 } /* Operator */
348
+ .highlight .p { color: #f8f8f2 } /* Punctuation */
349
+ .highlight .cm { color: #75715e } /* Comment.Multiline */
350
+ .highlight .cp { color: #75715e } /* Comment.Preproc */
351
+ .highlight .c1 { color: #75715e } /* Comment.Single */
352
+ .highlight .cs { color: #75715e } /* Comment.Special */
353
+ .highlight .ge { font-style: italic } /* Generic.Emph */
354
+ .highlight .gs { font-weight: bold } /* Generic.Strong */
355
+ .highlight .kc { color: #66d9ef } /* Keyword.Constant */
356
+ .highlight .kd { color: #66d9ef } /* Keyword.Declaration */
357
+ .highlight .kn { color: #f92672 } /* Keyword.Namespace */
358
+ .highlight .kp { color: #66d9ef } /* Keyword.Pseudo */
359
+ .highlight .kr { color: #66d9ef } /* Keyword.Reserved */
360
+ .highlight .kt { color: #66d9ef } /* Keyword.Type */
361
+ .highlight .ld { color: #e6db74 } /* Literal.Date */
362
+ .highlight .m { color: #ae81ff } /* Literal.Number */
363
+ .highlight .s { color: #e6db74 } /* Literal.String */
364
+ .highlight .na { color: #a6e22e } /* Name.Attribute */
365
+ .highlight .nb { color: #f8f8f2 } /* Name.Builtin */
366
+ .highlight .nc { color: #a6e22e } /* Name.Class */
367
+ .highlight .no { color: #66d9ef } /* Name.Constant */
368
+ .highlight .nd { color: #a6e22e } /* Name.Decorator */
369
+ .highlight .ni { color: #f8f8f2 } /* Name.Entity */
370
+ .highlight .ne { color: #a6e22e } /* Name.Exception */
371
+ .highlight .nf { color: #a6e22e } /* Name.Function */
372
+ .highlight .nl { color: #f8f8f2 } /* Name.Label */
373
+ .highlight .nn { color: #f8f8f2 } /* Name.Namespace */
374
+ .highlight .nx { color: #a6e22e } /* Name.Other */
375
+ .highlight .py { color: #f8f8f2 } /* Name.Property */
376
+ .highlight .nt { color: #f92672 } /* Name.Tag */
377
+ .highlight .nv { color: #f8f8f2 } /* Name.Variable */
378
+ .highlight .ow { color: #f92672 } /* Operator.Word */
379
+ .highlight .w { color: #f8f8f2 } /* Text.Whitespace */
380
+ .highlight .mf { color: #ae81ff } /* Literal.Number.Float */
381
+ .highlight .mh { color: #ae81ff } /* Literal.Number.Hex */
382
+ .highlight .mi { color: #ae81ff } /* Literal.Number.Integer */
383
+ .highlight .mo { color: #ae81ff } /* Literal.Number.Oct */
384
+ .highlight .sb { color: #e6db74 } /* Literal.String.Backtick */
385
+ .highlight .sc { color: #e6db74 } /* Literal.String.Char */
386
+ .highlight .sd { color: #e6db74 } /* Literal.String.Doc */
387
+ .highlight .s2 { color: #e6db74 } /* Literal.String.Double */
388
+ .highlight .se { color: #ae81ff } /* Literal.String.Escape */
389
+ .highlight .sh { color: #e6db74 } /* Literal.String.Heredoc */
390
+ .highlight .si { color: #e6db74 } /* Literal.String.Interpol */
391
+ .highlight .sx { color: #e6db74 } /* Literal.String.Other */
392
+ .highlight .sr { color: #e6db74 } /* Literal.String.Regex */
393
+ .highlight .s1 { color: #e6db74 } /* Literal.String.Single */
394
+ .highlight .ss { color: #e6db74 } /* Literal.String.Symbol */
395
+ .highlight .bp { color: #f8f8f2 } /* Name.Builtin.Pseudo */
396
+ .highlight .vc { color: #f8f8f2 } /* Name.Variable.Class */
397
+ .highlight .vg { color: #f8f8f2 } /* Name.Variable.Global */
398
+ .highlight .vi { color: #f8f8f2 } /* Name.Variable.Instance */
399
+ .highlight .il { color: #ae81ff } /* Literal.Number.Integer.Long */
400
+
401
+ .highlight .gh { } /* Generic Heading & Diff Header */
402
+ .highlight .gu { color: #75715e; } /* Generic.Subheading & Diff Unified/Comment? */
403
+ .highlight .gd { color: #f92672; } /* Generic.Deleted & Diff Deleted */
404
+ .highlight .gi { color: #a6e22e; } /* Generic.Inserted & Diff Inserted */
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: stuartmccoll_portfolio
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.1
4
+ version: 0.1.2
5
5
  platform: ruby
6
6
  authors:
7
7
  - Stuart McColl
@@ -60,7 +60,6 @@ extensions: []
60
60
  extra_rdoc_files: []
61
61
  files:
62
62
  - LICENSE.txt
63
- - README.md
64
63
  - _layouts/default.html
65
64
  - _layouts/post.html
66
65
  - assets/css/animate.css
data/README.md DELETED
@@ -1,52 +0,0 @@
1
- # stuartmccoll_portfolio
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 "stuartmccoll_portfolio"
16
- ```
17
-
18
- And add this line to your Jekyll site's `_config.yml`:
19
-
20
- ```yaml
21
- theme: stuartmccoll_portfolio
22
- ```
23
-
24
- And then execute:
25
-
26
- $ bundle
27
-
28
- Or install it yourself as:
29
-
30
- $ gem install stuartmccoll_portfolio
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 `stuartmccoll_portfolio.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
-