jekyll-theme-noesya 1.1.1 → 1.1.3
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/_layouts/page.html +8 -1
- data/_sass/commons/footer.sass +15 -0
- data/_sass/components/header.sass +10 -0
- metadata +2 -2
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 5fe90daecd089baaa21897a5e250efb2b7664e601eb1b6c2b8a238a0ab444aee
|
4
|
+
data.tar.gz: 554d4ed4becb203c208a32e50dbd6910f8a58c40d4affb1641ec921ce1cdb963
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 0fe6ee293561b1631bf9f8409ac376d923d60b0adfef8387825e9aa033bfb8ed151915d8a855fdaeb39b71c0391512f95c271038283b199c73825bb9696c184a
|
7
|
+
data.tar.gz: 4d788a42a775e3288e7245fae4e85f0159215f5e10439609d3654c161c9c17af22cfdc70792df9c392def6061c1acd90a16641279235544ee0192f635fc1e7fc
|
data/_layouts/page.html
CHANGED
@@ -4,7 +4,14 @@ class: page
|
|
4
4
|
---
|
5
5
|
|
6
6
|
<header>
|
7
|
-
|
7
|
+
{% if page.subtitle %}
|
8
|
+
<div>
|
9
|
+
<h1>{{ page.title }}</h1>
|
10
|
+
{{ page.subtitle }}
|
11
|
+
</div>
|
12
|
+
{% else %}
|
13
|
+
<h1>{{ page.title }}</h1>
|
14
|
+
{% endif %}
|
8
15
|
</header>
|
9
16
|
|
10
17
|
{% if page.sections %}
|
data/_sass/commons/footer.sass
CHANGED
@@ -126,3 +126,18 @@ body > footer
|
|
126
126
|
color: $secondary-on-gray
|
127
127
|
&:hover
|
128
128
|
color: $primary
|
129
|
+
|
130
|
+
@media screen and (max-height: 700px) and (min-width: 1024px)
|
131
|
+
nav
|
132
|
+
&:first-of-type
|
133
|
+
li
|
134
|
+
font-size: px2rem(32)
|
135
|
+
line-height: px2rem(45)
|
136
|
+
|
137
|
+
@media screen and (max-height: 620px)
|
138
|
+
body
|
139
|
+
padding-bottom: 0
|
140
|
+
> footer
|
141
|
+
height: auto
|
142
|
+
position: relative
|
143
|
+
|
@@ -6,3 +6,13 @@ main
|
|
6
6
|
padding-top: $grid-gutter * 5
|
7
7
|
@include media-breakpoint-up(md)
|
8
8
|
padding-top: $grid-gutter * 10
|
9
|
+
& > div > h1
|
10
|
+
margin-bottom: px2rem(30)
|
11
|
+
+ p
|
12
|
+
font-size: px2rem(22)
|
13
|
+
line-height: px2rem(37)
|
14
|
+
margin-bottom: px2rem(60)
|
15
|
+
@include media-breakpoint-up(lg)
|
16
|
+
font-size: px2rem(25)
|
17
|
+
line-height: px2rem(38)
|
18
|
+
margin-bottom: px2rem(100)
|
metadata
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: jekyll-theme-noesya
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 1.1.
|
4
|
+
version: 1.1.3
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Sébastien Moulène
|
@@ -10,7 +10,7 @@ authors:
|
|
10
10
|
autorequire:
|
11
11
|
bindir: bin
|
12
12
|
cert_chain: []
|
13
|
-
date: 2023-
|
13
|
+
date: 2023-04-03 00:00:00.000000000 Z
|
14
14
|
dependencies:
|
15
15
|
- !ruby/object:Gem::Dependency
|
16
16
|
name: jekyll
|