baltic 0.0.0

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 ADDED
@@ -0,0 +1,7 @@
1
+ ---
2
+ SHA256:
3
+ metadata.gz: 496296ba54faaa2380ca0345bcda7fc69a6e272c5bede6f129d4f8fa659d5eb6
4
+ data.tar.gz: 88d131829689797d7435742d5ae958bfcb10bd41209592c6213ad49b54d7f635
5
+ SHA512:
6
+ metadata.gz: 937b560c139390d83f9377a0bcff0caeab2ba857d916b94916d6e4fae651af9a400b6f8996dd5df79ac6708380375744ed04178113313703ce48a909dcae2519
7
+ data.tar.gz: 81c895ef4e12bd88bce9bed215d2132c38f3bd78b90f5ea39826c27f2d91363896a7699da0cfe7f670fea7ab3c999ca61f031f94d0a4b05e5f961238ae1a5bfa
@@ -0,0 +1,4 @@
1
+ <meta charset="UTF-8" />
2
+ <meta name="viewport" content="width=device-width, initial-scale=1" />
3
+ <link rel="stylesheet" href="{{'/assets/css/style.css' | absolute_url}}">
4
+ {{fonts}}
@@ -0,0 +1,12 @@
1
+ <!DOCTYPE html>
2
+ <html>
3
+
4
+ {%- include head.html -%}
5
+
6
+ <body>
7
+
8
+ {{content}}
9
+
10
+ </body>
11
+
12
+ </html>
@@ -0,0 +1,3 @@
1
+ $baltic: #24323f;
2
+ $kaliningrad: #293846;
3
+ $riga: #473321;
File without changes
data/_sass/baltic.scss ADDED
@@ -0,0 +1,8 @@
1
+ @charset "utf-8";
2
+
3
+ @import "baltic/color";
4
+ @import "baltic/layout";
5
+
6
+ html {
7
+ font-family: "Jetbrains Mono", "Courier New", monospace;
8
+ }
@@ -0,0 +1,4 @@
1
+ ---
2
+ ---
3
+
4
+ @import "baltic";
data/license.txt ADDED
@@ -0,0 +1,8 @@
1
+ Copyright 2024 Andrew MacGillivray
2
+
3
+ Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the “Software”), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:
4
+
5
+ The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
6
+
7
+ THE SOFTWARE IS PROVIDED “AS IS”, WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
8
+
data/readme.md ADDED
@@ -0,0 +1,5 @@
1
+ # Baltic
2
+
3
+ ![Up North](./header.jpg)
4
+
5
+ Todo: the rest of the readme
metadata ADDED
@@ -0,0 +1,72 @@
1
+ --- !ruby/object:Gem::Specification
2
+ name: baltic
3
+ version: !ruby/object:Gem::Version
4
+ version: 0.0.0
5
+ platform: ruby
6
+ authors:
7
+ - Andrew MacGillivray
8
+ autorequire:
9
+ bindir: bin
10
+ cert_chain: []
11
+ date: 2024-03-16 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: 4.3.3
20
+ - - "<"
21
+ - !ruby/object:Gem::Version
22
+ version: '5.0'
23
+ type: :runtime
24
+ prerelease: false
25
+ version_requirements: !ruby/object:Gem::Requirement
26
+ requirements:
27
+ - - ">="
28
+ - !ruby/object:Gem::Version
29
+ version: 4.3.3
30
+ - - "<"
31
+ - !ruby/object:Gem::Version
32
+ version: '5.0'
33
+ description: "A personal blog theme styled for developers. \nInspired by popular \"Nord\"
34
+ IDE and terminal themes, my adventures in Canada, and the Baltic & Nordic regions
35
+ where I dream to go.\n"
36
+ email: agjmacgill@gmail.com
37
+ executables: []
38
+ extensions: []
39
+ extra_rdoc_files: []
40
+ files:
41
+ - _includes/head.html
42
+ - _layouts/base.html
43
+ - _sass/baltic.scss
44
+ - _sass/baltic/color.scss
45
+ - _sass/baltic/layout.scss
46
+ - assets/css/style.scss
47
+ - license.txt
48
+ - readme.md
49
+ homepage: https://github.com/amacgillivray/baltic
50
+ licenses:
51
+ - MIT
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: 3.0.0
62
+ required_rubygems_version: !ruby/object:Gem::Requirement
63
+ requirements:
64
+ - - ">="
65
+ - !ruby/object:Gem::Version
66
+ version: '0'
67
+ requirements: []
68
+ rubygems_version: 3.2.3
69
+ signing_key:
70
+ specification_version: 4
71
+ summary: A Nord-inspired Jekyll theme for developer blogs.
72
+ test_files: []