jekyll-theme-buttery-biscuit 0.1.0 → 0.2.0

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: 7e4c9540677537bf4c1113ee859c8b14cf271e56a24d93357834061813fe5f13
4
+ data.tar.gz: 84f72d8c67571e768cc7f1e0678da90fb92725721e8deae95819f58156809f62
5
5
  SHA512:
6
- metadata.gz: 5652525f132881528902e9b9a2ea20a4bbaac001cad6b3f4a05a5563a24805c6e255aaad0840fe8d142353171714e83586b5581f7ac168af05f582cd66647d04
7
- data.tar.gz: 729a3a5ee52236825310edeb2012f4007913757abe8a2d4a05facc5b224fa74614954b994a226a38f5b4d1f1c9e439b1a3d38339d319932e6b8cda8d71734789
6
+ metadata.gz: e8f6c2e5510f49f18427033acf58e036f54cf4c56e53b0dda05ad2c0d5a60833a6aa1cd30b13ea7656ee6810708d2678d2957b17c0af9d5495e40ad9a533f9b2
7
+ data.tar.gz: 42753e54185f79c42e0f85834410abb8a77ba6837bba0bad1286262680ac7c0e3e4b5b9175af8806e9256965dfaf22883a6f31d01f38489dddb3b0efb71f1330
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>
@@ -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.0
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-02 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.