nano-theme 0.2.2.1 → 0.2.2.2
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 +4 -4
- data/LICENSE +0 -0
- data/README.md +0 -0
- data/_includes/site-footer.html +0 -0
- data/_includes/site-header.html +1 -1
- data/_layouts/default.html +0 -0
- data/_layouts/page-notitle.html +0 -0
- data/_layouts/page.html +0 -0
- data/_sass/_config.scss +2 -2
- data/_sass/_theme.scss +0 -0
- data/_sass/main.scss +0 -0
- data/assets/logo.svg +0 -0
- data/assets/main.scss +0 -0
- metadata +12 -41
- data/_layouts/post.html +0 -13
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: dc6ef8f540422f99da7ed87baf847d5a4042a918ea50c4612cbef23fea24163c
|
|
4
|
+
data.tar.gz: 920e0f9b5b559aac786535a57089a901c7c59cc1990587c72aa73f264811adf2
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 582c6bccd5438fadfe9bd1e47437d730ff981621d534a875dbec7a6a29b67e3d9004f93bf77632fd34fdc210c728ba124146a944d97f5de9de74ed17a06d217d
|
|
7
|
+
data.tar.gz: 147f267f59d531b5e0c7050bceede17a73a83cff485a9925a54850f1d00607396b98f0c08f19396c13bbc30e8e14bfb342d83e34582c3a3ae171cfc722ec8ce3
|
data/LICENSE
CHANGED
|
File without changes
|
data/README.md
CHANGED
|
File without changes
|
data/_includes/site-footer.html
CHANGED
|
File without changes
|
data/_includes/site-header.html
CHANGED
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
<div class="container">
|
|
3
3
|
<nav class="nav">
|
|
4
4
|
{% if site.logo %}
|
|
5
|
-
<a href="{{
|
|
5
|
+
<a href="{{ '/' | relative_url }}"><img class="nav_logo" src="{{site.logo}}" /></a>
|
|
6
6
|
{% endif %}
|
|
7
7
|
<ul class="links">
|
|
8
8
|
{% for item in site.navigation %}
|
data/_layouts/default.html
CHANGED
|
File without changes
|
data/_layouts/page-notitle.html
CHANGED
|
File without changes
|
data/_layouts/page.html
CHANGED
|
File without changes
|
data/_sass/_config.scss
CHANGED
|
@@ -21,11 +21,11 @@ $LIGHTnewsLinkColour: #f62c43;
|
|
|
21
21
|
$DARKnewsLinkColour: #f62c43;
|
|
22
22
|
|
|
23
23
|
// Typography & Misc.
|
|
24
|
-
$font: 'Inter, sans-serif
|
|
24
|
+
$font: 'Inter', sans-serif;
|
|
25
25
|
$font-regular: 400;
|
|
26
26
|
$font-bold: 700;
|
|
27
27
|
$font-italic: italic;
|
|
28
28
|
$breakColour: #fff;
|
|
29
29
|
|
|
30
30
|
// Switch this to whatever font you need, local or remote
|
|
31
|
-
@import url('https://rsms.me/inter/inter.css');
|
|
31
|
+
@import url('https://rsms.me/inter/inter.css');
|
data/_sass/_theme.scss
CHANGED
|
File without changes
|
data/_sass/main.scss
CHANGED
|
File without changes
|
data/assets/logo.svg
CHANGED
|
File without changes
|
data/assets/main.scss
CHANGED
|
File without changes
|
metadata
CHANGED
|
@@ -1,71 +1,43 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: nano-theme
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 0.2.2.
|
|
4
|
+
version: 0.2.2.2
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- doamatto
|
|
8
8
|
autorequire:
|
|
9
9
|
bindir: bin
|
|
10
10
|
cert_chain: []
|
|
11
|
-
date: 2020-03-
|
|
11
|
+
date: 2020-03-11 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
|
-
name:
|
|
14
|
+
name: jekyll-sitemap
|
|
15
15
|
requirement: !ruby/object:Gem::Requirement
|
|
16
16
|
requirements:
|
|
17
|
-
- - "
|
|
17
|
+
- - "~>"
|
|
18
18
|
- !ruby/object:Gem::Version
|
|
19
|
-
version: '
|
|
20
|
-
type: :
|
|
21
|
-
prerelease: false
|
|
22
|
-
version_requirements: !ruby/object:Gem::Requirement
|
|
23
|
-
requirements:
|
|
24
|
-
- - ">="
|
|
25
|
-
- !ruby/object:Gem::Version
|
|
26
|
-
version: '0'
|
|
27
|
-
- !ruby/object:Gem::Dependency
|
|
28
|
-
name: rake
|
|
29
|
-
requirement: !ruby/object:Gem::Requirement
|
|
30
|
-
requirements:
|
|
31
|
-
- - ">="
|
|
32
|
-
- !ruby/object:Gem::Version
|
|
33
|
-
version: '0'
|
|
34
|
-
type: :development
|
|
35
|
-
prerelease: false
|
|
36
|
-
version_requirements: !ruby/object:Gem::Requirement
|
|
37
|
-
requirements:
|
|
38
|
-
- - ">="
|
|
39
|
-
- !ruby/object:Gem::Version
|
|
40
|
-
version: '0'
|
|
41
|
-
- !ruby/object:Gem::Dependency
|
|
42
|
-
name: jekyll-watch
|
|
43
|
-
requirement: !ruby/object:Gem::Requirement
|
|
44
|
-
requirements:
|
|
45
|
-
- - ">="
|
|
46
|
-
- !ruby/object:Gem::Version
|
|
47
|
-
version: '0'
|
|
48
|
-
type: :development
|
|
19
|
+
version: '1.4'
|
|
20
|
+
type: :runtime
|
|
49
21
|
prerelease: false
|
|
50
22
|
version_requirements: !ruby/object:Gem::Requirement
|
|
51
23
|
requirements:
|
|
52
|
-
- - "
|
|
24
|
+
- - "~>"
|
|
53
25
|
- !ruby/object:Gem::Version
|
|
54
|
-
version: '
|
|
26
|
+
version: '1.4'
|
|
55
27
|
- !ruby/object:Gem::Dependency
|
|
56
28
|
name: jekyll
|
|
57
29
|
requirement: !ruby/object:Gem::Requirement
|
|
58
30
|
requirements:
|
|
59
|
-
- - "
|
|
31
|
+
- - "~>"
|
|
60
32
|
- !ruby/object:Gem::Version
|
|
61
|
-
version: '0'
|
|
33
|
+
version: '4.0'
|
|
62
34
|
type: :runtime
|
|
63
35
|
prerelease: false
|
|
64
36
|
version_requirements: !ruby/object:Gem::Requirement
|
|
65
37
|
requirements:
|
|
66
|
-
- - "
|
|
38
|
+
- - "~>"
|
|
67
39
|
- !ruby/object:Gem::Version
|
|
68
|
-
version: '0'
|
|
40
|
+
version: '4.0'
|
|
69
41
|
description:
|
|
70
42
|
email:
|
|
71
43
|
- hello@doamatto.xyz
|
|
@@ -80,7 +52,6 @@ files:
|
|
|
80
52
|
- _layouts/default.html
|
|
81
53
|
- _layouts/page-notitle.html
|
|
82
54
|
- _layouts/page.html
|
|
83
|
-
- _layouts/post.html
|
|
84
55
|
- _sass/_config.scss
|
|
85
56
|
- _sass/_theme.scss
|
|
86
57
|
- _sass/main.scss
|