jekyll-theme-buttery-biscuit 0.1.0 → 0.2.1

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 726b70cc1bbe9a95a74cf0f8822f035c99180626a0899f36a63177117f6bc3c0
4
- data.tar.gz: d9c8391af84be4e347843f1cb5fc590dd14b10db885c996c5b918a61a20d4da3
3
+ metadata.gz: f62059272d1b3b19df89c5ae7687da5e7441d0088808807c3ab9c0b47d9fc92f
4
+ data.tar.gz: 49e53178ae0c34311994435f32c2c239f9335a54e41cacb591b81a555354cf2d
5
5
  SHA512:
6
- metadata.gz: 5652525f132881528902e9b9a2ea20a4bbaac001cad6b3f4a05a5563a24805c6e255aaad0840fe8d142353171714e83586b5581f7ac168af05f582cd66647d04
7
- data.tar.gz: 729a3a5ee52236825310edeb2012f4007913757abe8a2d4a05facc5b224fa74614954b994a226a38f5b4d1f1c9e439b1a3d38339d319932e6b8cda8d71734789
6
+ metadata.gz: 2430066e104080565ae9136d14e14a8cbd119e9b1522d41bedae4b9b2e9ddd002df646a32118660636bfe43db44d66e81b40165e81fc1ef0d13e9c52d752d2e6
7
+ data.tar.gz: 9bc60d940f1b88096c20c7bf0e81b4953f0c5f1018e13e6b273963d6cf31bf035e458803ec199fa4ec2ad6bdafe15a3d7a348ec294e5654bcbaca5fac7c2da40
data/LICENSE.txt CHANGED
@@ -1,21 +1,21 @@
1
- The MIT License (MIT)
2
-
3
- Copyright (c) 2022
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.
1
+ The MIT License (MIT)
2
+
3
+ Copyright (c) 2022
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/_config.yml CHANGED
@@ -26,7 +26,7 @@ plugins:
26
26
 
27
27
  buttery-biscuit:
28
28
  theme: default
29
- darkmode: false
29
+ darkmode: dark
30
30
  fixed-navbar: false
31
31
 
32
32
  exclude:
@@ -1 +1 @@
1
- <p>Theme made by Luke Ossevoort with ❤</p>
1
+ <p>Theme made by <a href="https://github.com/LukeOssevoort/jekyll-theme-buttery-biscuit">Luke Ossevoort</a> with ❤</p>
@@ -1,7 +1,7 @@
1
1
  <head>
2
2
  <meta http-equiv="X-UA-Compatible" content="IE=Edge">
3
3
  <meta name="viewport" content="width=device-width, initial-scale=1.0">
4
- <link rel="stylesheet" href="{{ site.baseurl }}/assets/css/main.css">
5
4
  <link rel="stylesheet" href="https://unpkg.com/gutenberg-css@latest" media="print">
5
+ <link rel="stylesheet" href="{{ site.baseurl }}/assets/css/main.css">
6
6
  {% seo %}
7
7
  </head>
@@ -17,4 +17,8 @@ body>.container {
17
17
 
18
18
  .nav .brand {
19
19
  color: var(--color-primary);
20
+ }
21
+
22
+ footer {
23
+ color: var(--color-grey);
20
24
  }
@@ -22,4 +22,8 @@ body>.container {
22
22
 
23
23
  .nav {
24
24
  background-color: var(--bg-secondary-color);
25
+ }
26
+
27
+ footer {
28
+ color: var(--color-grey);
25
29
  }
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: jekyll-theme-buttery-biscuit
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.0
4
+ version: 0.2.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - Luke Ossevoort
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2022-09-06 00:00:00.000000000 Z
11
+ date: 2023-04-03 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: jekyll
@@ -129,8 +129,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
129
129
  - !ruby/object:Gem::Version
130
130
  version: '0'
131
131
  requirements: []
132
- rubyforge_project:
133
- rubygems_version: 2.7.6.2
132
+ rubygems_version: 3.2.5
134
133
  signing_key:
135
134
  specification_version: 4
136
135
  summary: A Jekyll theme that acts as a base, a buttery biscuit base.