jekyll-theme-kagami 0.1.0

Sign up to get free protection for your applications and to get access to all the features.
Files changed (51) hide show
  1. checksums.yaml +7 -0
  2. data/LICENSE.txt +21 -0
  3. data/README.md +94 -0
  4. data/_includes/disqus.html +17 -0
  5. data/_includes/footer.html +23 -0
  6. data/_includes/google-analytics.html +11 -0
  7. data/_includes/head.html +23 -0
  8. data/_includes/header.html +22 -0
  9. data/_layouts/blank.html +5 -0
  10. data/_layouts/default.html +15 -0
  11. data/_layouts/home.html +5 -0
  12. data/_layouts/page.html +9 -0
  13. data/_layouts/post-list.html +40 -0
  14. data/_layouts/post.html +42 -0
  15. data/_sass/kagami.scss +23 -0
  16. data/_sass/kagami/_layout.scss +163 -0
  17. data/_sass/kagami/_reset.scss +2 -0
  18. data/_sass/kagami/_scut.scss +1533 -0
  19. data/_sass/kagami/_typeface.scss +80 -0
  20. data/_sass/kagami/_typography.scss +235 -0
  21. data/_sass/kagami/_utility.scss +18 -0
  22. data/assets/font/fontello.eot +0 -0
  23. data/assets/font/fontello.svg +86 -0
  24. data/assets/font/fontello.ttf +0 -0
  25. data/assets/font/fontello.woff +0 -0
  26. data/assets/font/fontello.woff2 +0 -0
  27. data/assets/styles/core.scss +4 -0
  28. data/assets/styles/fontello.css +95 -0
  29. data/assets/styles/highlighting/README.md +23 -0
  30. data/assets/styles/highlighting/UNLICENSE.txt +24 -0
  31. data/assets/styles/highlighting/autumn.css +58 -0
  32. data/assets/styles/highlighting/borland.css +46 -0
  33. data/assets/styles/highlighting/bw.css +34 -0
  34. data/assets/styles/highlighting/colorful.css +61 -0
  35. data/assets/styles/highlighting/default.css +61 -0
  36. data/assets/styles/highlighting/emacs.css +61 -0
  37. data/assets/styles/highlighting/friendly.css +61 -0
  38. data/assets/styles/highlighting/fruity.css +70 -0
  39. data/assets/styles/highlighting/github.css +61 -0
  40. data/assets/styles/highlighting/manni.css +61 -0
  41. data/assets/styles/highlighting/monokai.css +65 -0
  42. data/assets/styles/highlighting/murphy.css +61 -0
  43. data/assets/styles/highlighting/native.css +70 -0
  44. data/assets/styles/highlighting/pastie.css +60 -0
  45. data/assets/styles/highlighting/perldoc.css +58 -0
  46. data/assets/styles/highlighting/tango.css +69 -0
  47. data/assets/styles/highlighting/trac.css +59 -0
  48. data/assets/styles/highlighting/vim.css +70 -0
  49. data/assets/styles/highlighting/vs.css +33 -0
  50. data/assets/styles/highlighting/zenburn.css +136 -0
  51. metadata +135 -0
@@ -0,0 +1,59 @@
1
+ .highlight .hll { background-color: #ffffcc }
2
+ .highlight .c { color: #999988; font-style: italic } /* Comment */
3
+ .highlight .err { color: #a61717; background-color: #e3d2d2 } /* Error */
4
+ .highlight .k { font-weight: bold } /* Keyword */
5
+ .highlight .o { font-weight: bold } /* Operator */
6
+ .highlight .cm { color: #999988; font-style: italic } /* Comment.Multiline */
7
+ .highlight .cp { color: #999999; font-weight: bold } /* Comment.Preproc */
8
+ .highlight .c1 { color: #999988; font-style: italic } /* Comment.Single */
9
+ .highlight .cs { color: #999999; font-weight: bold; font-style: italic } /* Comment.Special */
10
+ .highlight .gd { color: #000000; background-color: #ffdddd } /* Generic.Deleted */
11
+ .highlight .ge { font-style: italic } /* Generic.Emph */
12
+ .highlight .gr { color: #aa0000 } /* Generic.Error */
13
+ .highlight .gh { color: #999999 } /* Generic.Heading */
14
+ .highlight .gi { color: #000000; background-color: #ddffdd } /* Generic.Inserted */
15
+ .highlight .go { color: #888888 } /* Generic.Output */
16
+ .highlight .gp { color: #555555 } /* Generic.Prompt */
17
+ .highlight .gs { font-weight: bold } /* Generic.Strong */
18
+ .highlight .gu { color: #aaaaaa } /* Generic.Subheading */
19
+ .highlight .gt { color: #aa0000 } /* Generic.Traceback */
20
+ .highlight .kc { font-weight: bold } /* Keyword.Constant */
21
+ .highlight .kd { font-weight: bold } /* Keyword.Declaration */
22
+ .highlight .kn { font-weight: bold } /* Keyword.Namespace */
23
+ .highlight .kp { font-weight: bold } /* Keyword.Pseudo */
24
+ .highlight .kr { font-weight: bold } /* Keyword.Reserved */
25
+ .highlight .kt { color: #445588; font-weight: bold } /* Keyword.Type */
26
+ .highlight .m { color: #009999 } /* Literal.Number */
27
+ .highlight .s { color: #bb8844 } /* Literal.String */
28
+ .highlight .na { color: #008080 } /* Name.Attribute */
29
+ .highlight .nb { color: #999999 } /* Name.Builtin */
30
+ .highlight .nc { color: #445588; font-weight: bold } /* Name.Class */
31
+ .highlight .no { color: #008080 } /* Name.Constant */
32
+ .highlight .ni { color: #800080 } /* Name.Entity */
33
+ .highlight .ne { color: #990000; font-weight: bold } /* Name.Exception */
34
+ .highlight .nf { color: #990000; font-weight: bold } /* Name.Function */
35
+ .highlight .nn { color: #555555 } /* Name.Namespace */
36
+ .highlight .nt { color: #000080 } /* Name.Tag */
37
+ .highlight .nv { color: #008080 } /* Name.Variable */
38
+ .highlight .ow { font-weight: bold } /* Operator.Word */
39
+ .highlight .w { color: #bbbbbb } /* Text.Whitespace */
40
+ .highlight .mf { color: #009999 } /* Literal.Number.Float */
41
+ .highlight .mh { color: #009999 } /* Literal.Number.Hex */
42
+ .highlight .mi { color: #009999 } /* Literal.Number.Integer */
43
+ .highlight .mo { color: #009999 } /* Literal.Number.Oct */
44
+ .highlight .sb { color: #bb8844 } /* Literal.String.Backtick */
45
+ .highlight .sc { color: #bb8844 } /* Literal.String.Char */
46
+ .highlight .sd { color: #bb8844 } /* Literal.String.Doc */
47
+ .highlight .s2 { color: #bb8844 } /* Literal.String.Double */
48
+ .highlight .se { color: #bb8844 } /* Literal.String.Escape */
49
+ .highlight .sh { color: #bb8844 } /* Literal.String.Heredoc */
50
+ .highlight .si { color: #bb8844 } /* Literal.String.Interpol */
51
+ .highlight .sx { color: #bb8844 } /* Literal.String.Other */
52
+ .highlight .sr { color: #808000 } /* Literal.String.Regex */
53
+ .highlight .s1 { color: #bb8844 } /* Literal.String.Single */
54
+ .highlight .ss { color: #bb8844 } /* Literal.String.Symbol */
55
+ .highlight .bp { color: #999999 } /* Name.Builtin.Pseudo */
56
+ .highlight .vc { color: #008080 } /* Name.Variable.Class */
57
+ .highlight .vg { color: #008080 } /* Name.Variable.Global */
58
+ .highlight .vi { color: #008080 } /* Name.Variable.Instance */
59
+ .highlight .il { color: #009999 } /* Literal.Number.Integer.Long */
@@ -0,0 +1,70 @@
1
+ .highlight pre { background-color: #222222 }
2
+ .highlight .hll { background-color: #222222 }
3
+ .highlight .c { color: #000080 } /* Comment */
4
+ .highlight .err { color: #cccccc; border: 1px solid #FF0000 } /* Error */
5
+ .highlight .g { color: #cccccc } /* Generic */
6
+ .highlight .k { color: #cdcd00 } /* Keyword */
7
+ .highlight .l { color: #cccccc } /* Literal */
8
+ .highlight .n { color: #cccccc } /* Name */
9
+ .highlight .o { color: #3399cc } /* Operator */
10
+ .highlight .x { color: #cccccc } /* Other */
11
+ .highlight .p { color: #cccccc } /* Punctuation */
12
+ .highlight .cm { color: #000080 } /* Comment.Multiline */
13
+ .highlight .cp { color: #000080 } /* Comment.Preproc */
14
+ .highlight .c1 { color: #000080 } /* Comment.Single */
15
+ .highlight .cs { color: #cd0000; font-weight: bold } /* Comment.Special */
16
+ .highlight .gd { color: #cd0000 } /* Generic.Deleted */
17
+ .highlight .ge { color: #cccccc; font-style: italic } /* Generic.Emph */
18
+ .highlight .gr { color: #FF0000 } /* Generic.Error */
19
+ .highlight .gh { color: #000080; font-weight: bold } /* Generic.Heading */
20
+ .highlight .gi { color: #00cd00 } /* Generic.Inserted */
21
+ .highlight .go { color: #808080 } /* Generic.Output */
22
+ .highlight .gp { color: #000080; font-weight: bold } /* Generic.Prompt */
23
+ .highlight .gs { color: #cccccc; font-weight: bold } /* Generic.Strong */
24
+ .highlight .gu { color: #800080; font-weight: bold } /* Generic.Subheading */
25
+ .highlight .gt { color: #0040D0 } /* Generic.Traceback */
26
+ .highlight .kc { color: #cdcd00 } /* Keyword.Constant */
27
+ .highlight .kd { color: #00cd00 } /* Keyword.Declaration */
28
+ .highlight .kn { color: #cd00cd } /* Keyword.Namespace */
29
+ .highlight .kp { color: #cdcd00 } /* Keyword.Pseudo */
30
+ .highlight .kr { color: #cdcd00 } /* Keyword.Reserved */
31
+ .highlight .kt { color: #00cd00 } /* Keyword.Type */
32
+ .highlight .ld { color: #cccccc } /* Literal.Date */
33
+ .highlight .m { color: #cd00cd } /* Literal.Number */
34
+ .highlight .s { color: #cd0000 } /* Literal.String */
35
+ .highlight .na { color: #cccccc } /* Name.Attribute */
36
+ .highlight .nb { color: #cd00cd } /* Name.Builtin */
37
+ .highlight .nc { color: #00cdcd } /* Name.Class */
38
+ .highlight .no { color: #cccccc } /* Name.Constant */
39
+ .highlight .nd { color: #cccccc } /* Name.Decorator */
40
+ .highlight .ni { color: #cccccc } /* Name.Entity */
41
+ .highlight .ne { color: #666699; font-weight: bold } /* Name.Exception */
42
+ .highlight .nf { color: #cccccc } /* Name.Function */
43
+ .highlight .nl { color: #cccccc } /* Name.Label */
44
+ .highlight .nn { color: #cccccc } /* Name.Namespace */
45
+ .highlight .nx { color: #cccccc } /* Name.Other */
46
+ .highlight .py { color: #cccccc } /* Name.Property */
47
+ .highlight .nt { color: #cccccc } /* Name.Tag */
48
+ .highlight .nv { color: #00cdcd } /* Name.Variable */
49
+ .highlight .ow { color: #cdcd00 } /* Operator.Word */
50
+ .highlight .w { color: #cccccc } /* Text.Whitespace */
51
+ .highlight .mf { color: #cd00cd } /* Literal.Number.Float */
52
+ .highlight .mh { color: #cd00cd } /* Literal.Number.Hex */
53
+ .highlight .mi { color: #cd00cd } /* Literal.Number.Integer */
54
+ .highlight .mo { color: #cd00cd } /* Literal.Number.Oct */
55
+ .highlight .sb { color: #cd0000 } /* Literal.String.Backtick */
56
+ .highlight .sc { color: #cd0000 } /* Literal.String.Char */
57
+ .highlight .sd { color: #cd0000 } /* Literal.String.Doc */
58
+ .highlight .s2 { color: #cd0000 } /* Literal.String.Double */
59
+ .highlight .se { color: #cd0000 } /* Literal.String.Escape */
60
+ .highlight .sh { color: #cd0000 } /* Literal.String.Heredoc */
61
+ .highlight .si { color: #cd0000 } /* Literal.String.Interpol */
62
+ .highlight .sx { color: #cd0000 } /* Literal.String.Other */
63
+ .highlight .sr { color: #cd0000 } /* Literal.String.Regex */
64
+ .highlight .s1 { color: #cd0000 } /* Literal.String.Single */
65
+ .highlight .ss { color: #cd0000 } /* Literal.String.Symbol */
66
+ .highlight .bp { color: #cd00cd } /* Name.Builtin.Pseudo */
67
+ .highlight .vc { color: #00cdcd } /* Name.Variable.Class */
68
+ .highlight .vg { color: #00cdcd } /* Name.Variable.Global */
69
+ .highlight .vi { color: #00cdcd } /* Name.Variable.Instance */
70
+ .highlight .il { color: #cd00cd } /* Literal.Number.Integer.Long */
@@ -0,0 +1,33 @@
1
+ .highlight .hll { background-color: #ffffcc }
2
+ .highlight .c { color: #008000 } /* Comment */
3
+ .highlight .err { border: 1px solid #FF0000 } /* Error */
4
+ .highlight .k { color: #0000ff } /* Keyword */
5
+ .highlight .cm { color: #008000 } /* Comment.Multiline */
6
+ .highlight .cp { color: #0000ff } /* Comment.Preproc */
7
+ .highlight .c1 { color: #008000 } /* Comment.Single */
8
+ .highlight .cs { color: #008000 } /* Comment.Special */
9
+ .highlight .ge { font-style: italic } /* Generic.Emph */
10
+ .highlight .gh { font-weight: bold } /* Generic.Heading */
11
+ .highlight .gp { font-weight: bold } /* Generic.Prompt */
12
+ .highlight .gs { font-weight: bold } /* Generic.Strong */
13
+ .highlight .gu { font-weight: bold } /* Generic.Subheading */
14
+ .highlight .kc { color: #0000ff } /* Keyword.Constant */
15
+ .highlight .kd { color: #0000ff } /* Keyword.Declaration */
16
+ .highlight .kn { color: #0000ff } /* Keyword.Namespace */
17
+ .highlight .kp { color: #0000ff } /* Keyword.Pseudo */
18
+ .highlight .kr { color: #0000ff } /* Keyword.Reserved */
19
+ .highlight .kt { color: #2b91af } /* Keyword.Type */
20
+ .highlight .s { color: #a31515 } /* Literal.String */
21
+ .highlight .nc { color: #2b91af } /* Name.Class */
22
+ .highlight .ow { color: #0000ff } /* Operator.Word */
23
+ .highlight .sb { color: #a31515 } /* Literal.String.Backtick */
24
+ .highlight .sc { color: #a31515 } /* Literal.String.Char */
25
+ .highlight .sd { color: #a31515 } /* Literal.String.Doc */
26
+ .highlight .s2 { color: #a31515 } /* Literal.String.Double */
27
+ .highlight .se { color: #a31515 } /* Literal.String.Escape */
28
+ .highlight .sh { color: #a31515 } /* Literal.String.Heredoc */
29
+ .highlight .si { color: #a31515 } /* Literal.String.Interpol */
30
+ .highlight .sx { color: #a31515 } /* Literal.String.Other */
31
+ .highlight .sr { color: #a31515 } /* Literal.String.Regex */
32
+ .highlight .s1 { color: #a31515 } /* Literal.String.Single */
33
+ .highlight .ss { color: #a31515 } /* Literal.String.Symbol */
@@ -0,0 +1,136 @@
1
+ .highlight code, .highlight pre {
2
+ color:#fdce93;
3
+ background-color:#3f3f3f;
4
+ }
5
+
6
+ .highlight .hll {
7
+ background-color:#222;
8
+ }
9
+
10
+ .highlight .err {
11
+ color:#e37170;
12
+ background-color:#3d3535;
13
+ }
14
+
15
+ .highlight .k {
16
+ color:#f0dfaf;
17
+ }
18
+
19
+ .highlight .p {
20
+ color:#41706f;
21
+ }
22
+
23
+ .highlight .cs {
24
+ color:#cd0000;
25
+ font-weight:700;
26
+ }
27
+
28
+ .highlight .gd {
29
+ color:#cd0000;
30
+ }
31
+
32
+ .highlight .ge {
33
+ color:#ccc;
34
+ font-style:italic;
35
+ }
36
+
37
+ .highlight .gr {
38
+ color:red;
39
+ }
40
+
41
+ .highlight .go {
42
+ color:gray;
43
+ }
44
+
45
+ .highlight .gs {
46
+ color:#ccc;
47
+ font-weight:700;
48
+ }
49
+
50
+ .highlight .gu {
51
+ color:purple;
52
+ font-weight:700;
53
+ }
54
+
55
+ .highlight .gt {
56
+ color:#0040D0;
57
+ }
58
+
59
+ .highlight .kc {
60
+ color:#dca3a3;
61
+ }
62
+
63
+ .highlight .kd {
64
+ color:#ffff86;
65
+ }
66
+
67
+ .highlight .kn {
68
+ color:#dfaf8f;
69
+ font-weight:700;
70
+ }
71
+
72
+ .highlight .kp {
73
+ color:#cdcf99;
74
+ }
75
+
76
+ .highlight .kr {
77
+ color:#cdcd00;
78
+ }
79
+
80
+ .highlight .ni {
81
+ color:#c28182;
82
+ }
83
+
84
+ .highlight .ne {
85
+ color:#c3bf9f;
86
+ font-weight:700;
87
+ }
88
+
89
+ .highlight .nn {
90
+ color:#8fbede;
91
+ }
92
+
93
+ .highlight .vi {
94
+ color:#ffffc7;
95
+ }
96
+
97
+ .highlight .c,.preview-zenburn .highlight .g,.preview-zenburn .highlight .cm,.preview-zenburn .highlight .cp,.preview-zenburn .highlight .c1 {
98
+ color:#7f9f7f;
99
+ }
100
+
101
+ .highlight .l,.preview-zenburn .highlight .x,.preview-zenburn .highlight .no,.preview-zenburn .highlight .nd,.preview-zenburn .highlight .nl,.preview-zenburn .highlight .nx,.preview-zenburn .highlight .py,.preview-zenburn .highlight .w {
102
+ color:#ccc;
103
+ }
104
+
105
+ .highlight .n,.preview-zenburn .highlight .nv,.preview-zenburn .highlight .vg {
106
+ color:#dcdccc;
107
+ }
108
+
109
+ .highlight .o,.preview-zenburn .highlight .ow {
110
+ color:#f0efd0;
111
+ }
112
+
113
+ .highlight .gh,.preview-zenburn .highlight .gp {
114
+ color:#dcdccc;
115
+ font-weight:700;
116
+ }
117
+
118
+ .highlight .gi,.preview-zenburn .highlight .kt {
119
+ color:#00cd00;
120
+ }
121
+
122
+ .highlight .ld,.preview-zenburn .highlight .s,.preview-zenburn .highlight .sb,.preview-zenburn .highlight .sc,.preview-zenburn .highlight .sd,.preview-zenburn .highlight .s2,.preview-zenburn .highlight .se,.preview-zenburn .highlight .sh,.preview-zenburn .highlight .si,.preview-zenburn .highlight .sx,.preview-zenburn .highlight .sr,.preview-zenburn .highlight .s1,.preview-zenburn .highlight .ss {
123
+ color:#cc9393;
124
+ }
125
+
126
+ .highlight .m,.preview-zenburn .highlight .mf,.preview-zenburn .highlight .mh,.preview-zenburn .highlight .mi,.preview-zenburn .highlight .mo,.preview-zenburn .highlight .il {
127
+ color:#8cd0d3;
128
+ }
129
+
130
+ .highlight .na,.preview-zenburn .highlight .nt {
131
+ color:#9ac39f;
132
+ }
133
+
134
+ .highlight .nb,.preview-zenburn .highlight .nc,.preview-zenburn .highlight .nf,.preview-zenburn .highlight .bp,.preview-zenburn .highlight .vc {
135
+ color:#efef8f;
136
+ }
metadata ADDED
@@ -0,0 +1,135 @@
1
+ --- !ruby/object:Gem::Specification
2
+ name: jekyll-theme-kagami
3
+ version: !ruby/object:Gem::Version
4
+ version: 0.1.0
5
+ platform: ruby
6
+ authors:
7
+ - kamikat
8
+ autorequire:
9
+ bindir: bin
10
+ cert_chain: []
11
+ date: 2017-03-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: bundler
29
+ requirement: !ruby/object:Gem::Requirement
30
+ requirements:
31
+ - - "~>"
32
+ - !ruby/object:Gem::Version
33
+ version: '1.12'
34
+ type: :development
35
+ prerelease: false
36
+ version_requirements: !ruby/object:Gem::Requirement
37
+ requirements:
38
+ - - "~>"
39
+ - !ruby/object:Gem::Version
40
+ version: '1.12'
41
+ - !ruby/object:Gem::Dependency
42
+ name: rake
43
+ requirement: !ruby/object:Gem::Requirement
44
+ requirements:
45
+ - - "~>"
46
+ - !ruby/object:Gem::Version
47
+ version: '10.0'
48
+ type: :development
49
+ prerelease: false
50
+ version_requirements: !ruby/object:Gem::Requirement
51
+ requirements:
52
+ - - "~>"
53
+ - !ruby/object:Gem::Version
54
+ version: '10.0'
55
+ description:
56
+ email:
57
+ - kamikat@banana.moe
58
+ executables: []
59
+ extensions: []
60
+ extra_rdoc_files: []
61
+ files:
62
+ - LICENSE.txt
63
+ - README.md
64
+ - _includes/disqus.html
65
+ - _includes/footer.html
66
+ - _includes/google-analytics.html
67
+ - _includes/head.html
68
+ - _includes/header.html
69
+ - _layouts/blank.html
70
+ - _layouts/default.html
71
+ - _layouts/home.html
72
+ - _layouts/page.html
73
+ - _layouts/post-list.html
74
+ - _layouts/post.html
75
+ - _sass/kagami.scss
76
+ - _sass/kagami/_layout.scss
77
+ - _sass/kagami/_reset.scss
78
+ - _sass/kagami/_scut.scss
79
+ - _sass/kagami/_typeface.scss
80
+ - _sass/kagami/_typography.scss
81
+ - _sass/kagami/_utility.scss
82
+ - assets/font/fontello.eot
83
+ - assets/font/fontello.svg
84
+ - assets/font/fontello.ttf
85
+ - assets/font/fontello.woff
86
+ - assets/font/fontello.woff2
87
+ - assets/styles/core.scss
88
+ - assets/styles/fontello.css
89
+ - assets/styles/highlighting/README.md
90
+ - assets/styles/highlighting/UNLICENSE.txt
91
+ - assets/styles/highlighting/autumn.css
92
+ - assets/styles/highlighting/borland.css
93
+ - assets/styles/highlighting/bw.css
94
+ - assets/styles/highlighting/colorful.css
95
+ - assets/styles/highlighting/default.css
96
+ - assets/styles/highlighting/emacs.css
97
+ - assets/styles/highlighting/friendly.css
98
+ - assets/styles/highlighting/fruity.css
99
+ - assets/styles/highlighting/github.css
100
+ - assets/styles/highlighting/manni.css
101
+ - assets/styles/highlighting/monokai.css
102
+ - assets/styles/highlighting/murphy.css
103
+ - assets/styles/highlighting/native.css
104
+ - assets/styles/highlighting/pastie.css
105
+ - assets/styles/highlighting/perldoc.css
106
+ - assets/styles/highlighting/tango.css
107
+ - assets/styles/highlighting/trac.css
108
+ - assets/styles/highlighting/vim.css
109
+ - assets/styles/highlighting/vs.css
110
+ - assets/styles/highlighting/zenburn.css
111
+ homepage: https://github.com/kamikat/jekyll-theme-kagami
112
+ licenses:
113
+ - MIT
114
+ metadata: {}
115
+ post_install_message:
116
+ rdoc_options: []
117
+ require_paths:
118
+ - lib
119
+ required_ruby_version: !ruby/object:Gem::Requirement
120
+ requirements:
121
+ - - ">="
122
+ - !ruby/object:Gem::Version
123
+ version: '0'
124
+ required_rubygems_version: !ruby/object:Gem::Requirement
125
+ requirements:
126
+ - - ">="
127
+ - !ruby/object:Gem::Version
128
+ version: '0'
129
+ requirements: []
130
+ rubyforge_project:
131
+ rubygems_version: 2.5.2
132
+ signing_key:
133
+ specification_version: 4
134
+ summary: A peaceful theme for Jekyll and GitHub Pages.
135
+ test_files: []