jekyll-theme-cayman-blog 0.0.5

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.
@@ -0,0 +1,23 @@
1
+ // Breakpoints
2
+ $large-breakpoint: 64em !default;
3
+ $medium-breakpoint: 42em !default;
4
+
5
+ // Headers
6
+ $header-heading-color: #fff !default;
7
+ $header-bg-color: #159957 !default;
8
+ $header-bg-color-secondary: #155799 !default;
9
+
10
+ // Text
11
+ $section-headings-color: #159957 !default;
12
+ $body-text-color: #606c71 !default;
13
+ $body-link-color: #1e6bb8 !default;
14
+ $blockquote-text-color: #819198 !default;
15
+
16
+ // Code
17
+ $code-bg-color: #f3f6fa !default;
18
+ $code-text-color: #567482 !default;
19
+
20
+ // Borders
21
+ $border-color: #dce6f0 !default;
22
+ $table-border-color: #e9ebec !default;
23
+ $hr-border-color: #eff0f1 !default;
@@ -0,0 +1,4 @@
1
+ ---
2
+ ---
3
+
4
+ @import 'jekyll-theme-cayman-blog';
metadata ADDED
@@ -0,0 +1,74 @@
1
+ --- !ruby/object:Gem::Specification
2
+ name: jekyll-theme-cayman-blog
3
+ version: !ruby/object:Gem::Version
4
+ version: 0.0.5
5
+ platform: ruby
6
+ authors:
7
+ - Lorenzo Pirritano
8
+ autorequire:
9
+ bindir: bin
10
+ cert_chain: []
11
+ date: 2017-05-01 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
+ description:
28
+ email:
29
+ - lorepirri@gmail.com
30
+ executables: []
31
+ extensions: []
32
+ extra_rdoc_files: []
33
+ files:
34
+ - LICENSE
35
+ - README.md
36
+ - _includes/site-header.html
37
+ - _layouts/default.html
38
+ - _layouts/home.html
39
+ - _layouts/page.html
40
+ - _layouts/post.html
41
+ - _sass/blog.scss
42
+ - _sass/blog/_base.scss
43
+ - _sass/blog/_layout.scss
44
+ - _sass/jekyll-theme-cayman-blog.scss
45
+ - _sass/normalize.scss
46
+ - _sass/rouge-github.scss
47
+ - _sass/variables.scss
48
+ - assets/css/style.scss
49
+ homepage: https://github.com/lorepirri/cayman-blog
50
+ licenses:
51
+ - CC0-1.0
52
+ metadata: {}
53
+ post_install_message:
54
+ rdoc_options: []
55
+ require_paths:
56
+ - lib
57
+ required_ruby_version: !ruby/object:Gem::Requirement
58
+ requirements:
59
+ - - ">="
60
+ - !ruby/object:Gem::Version
61
+ version: '0'
62
+ required_rubygems_version: !ruby/object:Gem::Requirement
63
+ requirements:
64
+ - - ">="
65
+ - !ruby/object:Gem::Version
66
+ version: '0'
67
+ requirements: []
68
+ rubyforge_project:
69
+ rubygems_version: 2.6.8
70
+ signing_key:
71
+ specification_version: 4
72
+ summary: Cayman Blog is a Jekyll theme for GitHub Pages. Based on Cayman theme, with
73
+ blogging features.
74
+ test_files: []