jekyll-theme-harveynick-lagrange 3.0.3
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.
- checksums.yaml +7 -0
- data/LICENSE.md +21 -0
- data/README.md +289 -0
- data/_includes/category-list-entry.html +6 -0
- data/_includes/custom-foot.html +1 -0
- data/_includes/custom-head.html +1 -0
- data/_includes/disqus.html +14 -0
- data/_includes/excerpt.html +1 -0
- data/_includes/footer.html +4 -0
- data/_includes/google-analytics.html +9 -0
- data/_includes/head.html +39 -0
- data/_includes/header.html +7 -0
- data/_includes/menu.html +10 -0
- data/_includes/post-list-entry.html +6 -0
- data/_includes/post-metadata.html +68 -0
- data/_includes/post-navigation.html +31 -0
- data/_includes/post-summary-metadata.html +1 -0
- data/_includes/post-summary.html +14 -0
- data/_includes/post-tags.html +45 -0
- data/_includes/read-time.html +21 -0
- data/_includes/related-posts.html +15 -0
- data/_includes/social-icons.html +3 -0
- data/_includes/social-sharing.html +8 -0
- data/_includes/stylesheet.html +1 -0
- data/_layouts/categories.html +43 -0
- data/_layouts/category.html +27 -0
- data/_layouts/default.html +21 -0
- data/_layouts/index.html +23 -0
- data/_layouts/page.html +13 -0
- data/_layouts/post.html +54 -0
- data/_layouts/tags.html +45 -0
- data/_sass/lagrange.scss +6 -0
- data/_sass/lagrange/_code.scss +64 -0
- data/_sass/lagrange/_main.scss +384 -0
- data/_sass/lagrange/_social.scss +150 -0
- data/_sass/lagrange/_syntax.scss +65 -0
- data/_sass/lagrange/_tags.scss +51 -0
- data/_sass/lagrange/_variables.scss +74 -0
- data/assets/css/main.scss +6 -0
- data/assets/img/cards.jpg +0 -0
- data/assets/img/cutting.jpg +0 -0
- data/assets/img/forest.jpg +0 -0
- data/assets/img/mountains.jpg +0 -0
- data/assets/img/spools.jpg +0 -0
- metadata +130 -0
@@ -0,0 +1,65 @@
|
|
1
|
+
.highlight .hll { background-color: #ffc; }
|
2
|
+
.highlight .c { color: #999; } /* Comment */
|
3
|
+
.highlight .err { color: #a00; background-color: #faa } /* Error */
|
4
|
+
.highlight .k { color: #069; } /* Keyword */
|
5
|
+
.highlight .o { color: #555 } /* Operator */
|
6
|
+
.highlight .cm { color: #09f; font-style: italic } /* Comment.Multiline */
|
7
|
+
.highlight .cp { color: #099 } /* Comment.Preproc */
|
8
|
+
.highlight .c1 { color: #999; } /* Comment.Single */
|
9
|
+
.highlight .cs { color: #999; } /* Comment.Special */
|
10
|
+
.highlight .gd { background-color: #fcc; border: 1px solid #c00 } /* Generic.Deleted */
|
11
|
+
.highlight .ge { font-style: italic } /* Generic.Emph */
|
12
|
+
.highlight .gr { color: #f00 } /* Generic.Error */
|
13
|
+
.highlight .gh { color: #030; } /* Generic.Heading */
|
14
|
+
.highlight .gi { background-color: #cfc; border: 1px solid #0c0 } /* Generic.Inserted */
|
15
|
+
.highlight .go { color: #aaa } /* Generic.Output */
|
16
|
+
.highlight .gp { color: #009; } /* Generic.Prompt */
|
17
|
+
.highlight .gs { } /* Generic.Strong */
|
18
|
+
.highlight .gu { color: #030; } /* Generic.Subheading */
|
19
|
+
.highlight .gt { color: #9c6 } /* Generic.Traceback */
|
20
|
+
.highlight .kc { color: #069; } /* Keyword.Constant */
|
21
|
+
.highlight .kd { color: #069; } /* Keyword.Declaration */
|
22
|
+
.highlight .kn { color: #069; } /* Keyword.Namespace */
|
23
|
+
.highlight .kp { color: #069 } /* Keyword.Pseudo */
|
24
|
+
.highlight .kr { color: #069; } /* Keyword.Reserved */
|
25
|
+
.highlight .kt { color: #078; } /* Keyword.Type */
|
26
|
+
.highlight .m { color: #f60 } /* Literal.Number */
|
27
|
+
.highlight .s { color: #d44950 } /* Literal.String */
|
28
|
+
.highlight .na { color: #4f9fcf } /* Name.Attribute */
|
29
|
+
.highlight .nb { color: #366 } /* Name.Builtin */
|
30
|
+
.highlight .nc { color: #0a8; } /* Name.Class */
|
31
|
+
.highlight .no { color: #360 } /* Name.Constant */
|
32
|
+
.highlight .nd { color: #99f } /* Name.Decorator */
|
33
|
+
.highlight .ni { color: #999; } /* Name.Entity */
|
34
|
+
.highlight .ne { color: #c00; } /* Name.Exception */
|
35
|
+
.highlight .nf { color: #c0f } /* Name.Function */
|
36
|
+
.highlight .nl { color: #99f } /* Name.Label */
|
37
|
+
.highlight .nn { color: #0cf; } /* Name.Namespace */
|
38
|
+
.highlight .nt { color: #2f6f9f; } /* Name.Tag */
|
39
|
+
.highlight .nv { color: #033 } /* Name.Variable */
|
40
|
+
.highlight .ow { color: #000; } /* Operator.Word */
|
41
|
+
.highlight .w { color: #bbb } /* Text.Whitespace */
|
42
|
+
.highlight .mf { color: #f60 } /* Literal.Number.Float */
|
43
|
+
.highlight .mh { color: #f60 } /* Literal.Number.Hex */
|
44
|
+
.highlight .mi { color: #f60 } /* Literal.Number.Integer */
|
45
|
+
.highlight .mo { color: #f60 } /* Literal.Number.Oct */
|
46
|
+
.highlight .sb { color: #c30 } /* Literal.String.Backtick */
|
47
|
+
.highlight .sc { color: #c30 } /* Literal.String.Char */
|
48
|
+
.highlight .sd { color: #c30; font-style: italic } /* Literal.String.Doc */
|
49
|
+
.highlight .s2 { color: #c30 } /* Literal.String.Double */
|
50
|
+
.highlight .se { color: #c30; } /* Literal.String.Escape */
|
51
|
+
.highlight .sh { color: #c30 } /* Literal.String.Heredoc */
|
52
|
+
.highlight .si { color: #a00 } /* Literal.String.Interpol */
|
53
|
+
.highlight .sx { color: #c30 } /* Literal.String.Other */
|
54
|
+
.highlight .sr { color: #3aa } /* Literal.String.Regex */
|
55
|
+
.highlight .s1 { color: #c30 } /* Literal.String.Single */
|
56
|
+
.highlight .ss { color: #fc3 } /* Literal.String.Symbol */
|
57
|
+
.highlight .bp { color: #366 } /* Name.Builtin.Pseudo */
|
58
|
+
.highlight .vc { color: #033 } /* Name.Variable.Class */
|
59
|
+
.highlight .vg { color: #033 } /* Name.Variable.Global */
|
60
|
+
.highlight .vi { color: #033 } /* Name.Variable.Instance */
|
61
|
+
.highlight .il { color: #f60 } /* Literal.Number.Integer.Long */
|
62
|
+
|
63
|
+
.css .o,
|
64
|
+
.css .o + .nt,
|
65
|
+
.css .nt + .nt { color: #999; }
|
@@ -0,0 +1,51 @@
|
|
1
|
+
.tags-list {
|
2
|
+
a {
|
3
|
+
margin-right: 0.5em;
|
4
|
+
white-space: nowrap;
|
5
|
+
//opacity: 0.75;
|
6
|
+
text-decoration: none;
|
7
|
+
|
8
|
+
.tag-count {
|
9
|
+
background: #999;
|
10
|
+
color: rgba(255, 255, 255, 0.8);
|
11
|
+
margin-left: 0.25em;
|
12
|
+
border-radius: 1000px;
|
13
|
+
font-size: 0.75em;
|
14
|
+
padding-left: 0.6em;
|
15
|
+
padding-right: 0.6em;
|
16
|
+
}
|
17
|
+
|
18
|
+
// No underline because it looks weird with badge
|
19
|
+
&:hover {
|
20
|
+
text-decoration: none;
|
21
|
+
opacity: 1;
|
22
|
+
}
|
23
|
+
}
|
24
|
+
}
|
25
|
+
|
26
|
+
.posts-by-tag h1 {
|
27
|
+
text-transform: capitalize;
|
28
|
+
}
|
29
|
+
|
30
|
+
.posts-by-tag {
|
31
|
+
padding-bottom: 2rem;
|
32
|
+
}
|
33
|
+
|
34
|
+
.posts-list a {
|
35
|
+
text-decoration: none;
|
36
|
+
}
|
37
|
+
|
38
|
+
@keyframes posts-for-tag-fade-in {
|
39
|
+
from { opacity: 0; }
|
40
|
+
to { opacity: 1; }
|
41
|
+
}
|
42
|
+
|
43
|
+
// Display only if targeted
|
44
|
+
.posts-for-tag {
|
45
|
+
display: none;
|
46
|
+
|
47
|
+
&:target {
|
48
|
+
display: block;
|
49
|
+
animation: posts-for-tag-fade-in 0.6s ease-in-out;
|
50
|
+
}
|
51
|
+
}
|
@@ -0,0 +1,74 @@
|
|
1
|
+
$darkest-content-color: black !default;
|
2
|
+
$darker-content-color: #333 !default;
|
3
|
+
$light-content-color: #999 !default;
|
4
|
+
$lighter-content-color: #9a9a9a !default;
|
5
|
+
$lightest-content-color: #ccc !default;
|
6
|
+
|
7
|
+
$masthead-title-color: #505050 !default;
|
8
|
+
$page-matter-light-color: $light-content-color !default;
|
9
|
+
$body-color: #515151 !default;
|
10
|
+
$code-background-color: #f5f5f5 !default;
|
11
|
+
$pagination-button-color: #e0e0e0 !default;
|
12
|
+
$background-color: white !default;
|
13
|
+
|
14
|
+
$masthead-surround-color: $page-matter-light-color !default;
|
15
|
+
$masthead-subtitle-color: $masthead-surround-color !default;
|
16
|
+
$menu-text-color: $masthead-surround-color !default;
|
17
|
+
$menu-icon-color: $masthead-surround-color !default;
|
18
|
+
|
19
|
+
$heading-color: $darker-content-color !default;
|
20
|
+
|
21
|
+
$link-color: $darker-content-color !default;
|
22
|
+
$link-hover-color: $darkest-content-color !default;
|
23
|
+
|
24
|
+
$blockquote-color: $light-content-color !default;
|
25
|
+
$blockquote-indent-color: $lightest-content-color !default;
|
26
|
+
|
27
|
+
$horizontal-rule-color: $lightest-content-color !default;
|
28
|
+
|
29
|
+
$table-border-color: $darkest-content-color !default;
|
30
|
+
|
31
|
+
$back-matter-color: $lighter-content-color !default;
|
32
|
+
$back-matter-color-link-hover-color: $link-hover-color !default;
|
33
|
+
|
34
|
+
$pagination-border-color: $pagination-button-color !default;
|
35
|
+
$pagination-active-color: $darkest-content-color !default;
|
36
|
+
$pagination-inactive-color: $light-content-color !default;
|
37
|
+
$pagination-hover-background-color: $pagination-button-color !default;
|
38
|
+
|
39
|
+
$footer-color: $page-matter-light-color !default;
|
40
|
+
|
41
|
+
$footer-text-color: $footer-color !default;
|
42
|
+
$footer-link-color: $footer-color !default;
|
43
|
+
$footer-link-hover-color: $footer-color !default;
|
44
|
+
|
45
|
+
|
46
|
+
$icon-envelope-hover: #f39c12 !default;
|
47
|
+
$icon-twitter-hover: #00aced !default;
|
48
|
+
$icon-instagram-hover: #343434 !default;
|
49
|
+
$icon-github-hover: #375989 !default;
|
50
|
+
$icon-linkedin-hover: #0073a4 !default;
|
51
|
+
$icon-facebook-hover: #3d5b99 !default;
|
52
|
+
$icon-googleplus-hover: #e64a41 !default;
|
53
|
+
$icon-pinterest-hover: #bd081c !default;
|
54
|
+
$icon-medium-hover: #00AB6C !default;
|
55
|
+
$icon-codepen-hover: black !default;
|
56
|
+
$icon-rss-hover: #ff6600 !default;
|
57
|
+
|
58
|
+
|
59
|
+
/* Fonts. */
|
60
|
+
$heading-font-family: "Quattrocento Sans", sans-serif !default;
|
61
|
+
$body-font-family: "PT Serif", Georgia, "Times New Roman", serif !default;
|
62
|
+
$code-font-family: "Source Code Pro", monospace !default;
|
63
|
+
$back-matter-font-family: "Quattrocento Sans", sans-serif !default;
|
64
|
+
$pagination-font-family: "Quattrocento Sans", sans-serif !default;
|
65
|
+
|
66
|
+
/* Font sizes. */
|
67
|
+
$body-font-size: 18px !default;
|
68
|
+
$body-line-height: 1.5em !default;
|
69
|
+
$heading-line-height: 1.25em !default;
|
70
|
+
|
71
|
+
$content-width: 615px !default;
|
72
|
+
$fill-width-mobile-breakpoint: 768px !default;
|
73
|
+
$rescale-content-mobile-breakpoint: 30em !default;
|
74
|
+
$relayout-in-page-nav-mobile-breakpoint: 30em !default;
|
Binary file
|
Binary file
|
Binary file
|
Binary file
|
Binary file
|
metadata
ADDED
@@ -0,0 +1,130 @@
|
|
1
|
+
--- !ruby/object:Gem::Specification
|
2
|
+
name: jekyll-theme-harveynick-lagrange
|
3
|
+
version: !ruby/object:Gem::Version
|
4
|
+
version: 3.0.3
|
5
|
+
platform: ruby
|
6
|
+
authors:
|
7
|
+
- Nick Johnson
|
8
|
+
autorequire:
|
9
|
+
bindir: bin
|
10
|
+
cert_chain: []
|
11
|
+
date: 2018-12-28 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.7.4
|
20
|
+
type: :runtime
|
21
|
+
prerelease: false
|
22
|
+
version_requirements: !ruby/object:Gem::Requirement
|
23
|
+
requirements:
|
24
|
+
- - "~>"
|
25
|
+
- !ruby/object:Gem::Version
|
26
|
+
version: 3.7.4
|
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.16'
|
34
|
+
type: :development
|
35
|
+
prerelease: false
|
36
|
+
version_requirements: !ruby/object:Gem::Requirement
|
37
|
+
requirements:
|
38
|
+
- - "~>"
|
39
|
+
- !ruby/object:Gem::Version
|
40
|
+
version: '1.16'
|
41
|
+
- !ruby/object:Gem::Dependency
|
42
|
+
name: rake
|
43
|
+
requirement: !ruby/object:Gem::Requirement
|
44
|
+
requirements:
|
45
|
+
- - "~>"
|
46
|
+
- !ruby/object:Gem::Version
|
47
|
+
version: '12.0'
|
48
|
+
type: :development
|
49
|
+
prerelease: false
|
50
|
+
version_requirements: !ruby/object:Gem::Requirement
|
51
|
+
requirements:
|
52
|
+
- - "~>"
|
53
|
+
- !ruby/object:Gem::Version
|
54
|
+
version: '12.0'
|
55
|
+
description:
|
56
|
+
email:
|
57
|
+
- contact@harveynick.com
|
58
|
+
executables: []
|
59
|
+
extensions: []
|
60
|
+
extra_rdoc_files: []
|
61
|
+
files:
|
62
|
+
- LICENSE.md
|
63
|
+
- README.md
|
64
|
+
- _includes/category-list-entry.html
|
65
|
+
- _includes/custom-foot.html
|
66
|
+
- _includes/custom-head.html
|
67
|
+
- _includes/disqus.html
|
68
|
+
- _includes/excerpt.html
|
69
|
+
- _includes/footer.html
|
70
|
+
- _includes/google-analytics.html
|
71
|
+
- _includes/head.html
|
72
|
+
- _includes/header.html
|
73
|
+
- _includes/menu.html
|
74
|
+
- _includes/post-list-entry.html
|
75
|
+
- _includes/post-metadata.html
|
76
|
+
- _includes/post-navigation.html
|
77
|
+
- _includes/post-summary-metadata.html
|
78
|
+
- _includes/post-summary.html
|
79
|
+
- _includes/post-tags.html
|
80
|
+
- _includes/read-time.html
|
81
|
+
- _includes/related-posts.html
|
82
|
+
- _includes/social-icons.html
|
83
|
+
- _includes/social-sharing.html
|
84
|
+
- _includes/stylesheet.html
|
85
|
+
- _layouts/categories.html
|
86
|
+
- _layouts/category.html
|
87
|
+
- _layouts/default.html
|
88
|
+
- _layouts/index.html
|
89
|
+
- _layouts/page.html
|
90
|
+
- _layouts/post.html
|
91
|
+
- _layouts/tags.html
|
92
|
+
- _sass/lagrange.scss
|
93
|
+
- _sass/lagrange/_code.scss
|
94
|
+
- _sass/lagrange/_main.scss
|
95
|
+
- _sass/lagrange/_social.scss
|
96
|
+
- _sass/lagrange/_syntax.scss
|
97
|
+
- _sass/lagrange/_tags.scss
|
98
|
+
- _sass/lagrange/_variables.scss
|
99
|
+
- assets/css/main.scss
|
100
|
+
- assets/img/cards.jpg
|
101
|
+
- assets/img/cutting.jpg
|
102
|
+
- assets/img/forest.jpg
|
103
|
+
- assets/img/mountains.jpg
|
104
|
+
- assets/img/spools.jpg
|
105
|
+
homepage: https://github.com/harveynick/lagrange
|
106
|
+
licenses:
|
107
|
+
- MIT
|
108
|
+
metadata: {}
|
109
|
+
post_install_message:
|
110
|
+
rdoc_options: []
|
111
|
+
require_paths:
|
112
|
+
- lib
|
113
|
+
required_ruby_version: !ruby/object:Gem::Requirement
|
114
|
+
requirements:
|
115
|
+
- - ">="
|
116
|
+
- !ruby/object:Gem::Version
|
117
|
+
version: '0'
|
118
|
+
required_rubygems_version: !ruby/object:Gem::Requirement
|
119
|
+
requirements:
|
120
|
+
- - ">="
|
121
|
+
- !ruby/object:Gem::Version
|
122
|
+
version: '0'
|
123
|
+
requirements: []
|
124
|
+
rubyforge_project:
|
125
|
+
rubygems_version: 2.5.2.3
|
126
|
+
signing_key:
|
127
|
+
specification_version: 4
|
128
|
+
summary: A minimalist Jekyll theme for running a personal blog. Fork of Lagrange by
|
129
|
+
Paul Le https://github.com/LeNPaul/Lagrange.
|
130
|
+
test_files: []
|