bay_jekyll_theme 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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: f85fb481519a0f71ccd244f8cde138b2b2d42178d48275679ae0410536fa5b10
4
- data.tar.gz: da84cf19c9d8078d2af1ddb10a7a7138af5751dc05e117375e98142c63993455
3
+ metadata.gz: 8e1b4a37f9c1d8008ece097a83bad6f7c48c058a9a06d847c0638866ae0c2569
4
+ data.tar.gz: 9dbf257721db31952812004110064029498c639897e9820535178b29b7693a11
5
5
  SHA512:
6
- metadata.gz: a0a6af407fdf56063d7191801b05a6e5caec4b63913ac7e47f2626edacf4ce03e4a8d94008b962f31e696914a93dfe24bc0bbddb6a7db398af2dfb8c2b15c642
7
- data.tar.gz: 74adde7714c70a7250d829d50402906a2e92e6f9bb1f4b754a3dbc82a4e4d4226075415136977a25a18ec6e919a848e6d945e5c8243d4c6717393f4d854c61e4
6
+ metadata.gz: 88bf8dfbef30e05c8b4235c0018c112c6d996a312d5758942026597ec7378315032c429cade0210d33ca300145eec12d9257a6f2fedc03520f6f2f015677e01d
7
+ data.tar.gz: 368fc37acccada3a4b548d5dedfdea6895546c8b6a392a15c2339268603e4de26e877d1eaeca506948babe7a4f30128d987fa1f139d3b7c47143ba4fcc3192a7
data/CHANGELOG.md CHANGED
@@ -2,6 +2,18 @@
2
2
 
3
3
  All notable changes to this project will be documented in this file.
4
4
 
5
+ ### [1.1.3](https://github.com/eliottvincent/bay/compare/v1.1.2...v1.1.3) (2024-08-31)
6
+
7
+ ### Bug Fixes
8
+
9
+ - Various fixes on mobile menu
10
+
11
+ ### [1.1.2](https://github.com/eliottvincent/bay/compare/v1.1.1...v1.1.2) (2024-05-23)
12
+
13
+ ### Features
14
+
15
+ - Cloak by default
16
+
5
17
  ### [1.1.1](https://github.com/eliottvincent/bay/compare/v1.1.0...v1.1.1) (2024-05-23)
6
18
 
7
19
  ### Bug Fixes
data/README.md CHANGED
@@ -9,6 +9,17 @@ Inspired by [dangrover.com](http://dangrover.com/). Current theme used at [eliot
9
9
 
10
10
  ![](/screenshot.png)
11
11
 
12
+
13
+ ## Table of contents
14
+ 1. [Installation](#installation)
15
+ 2. Website sections
16
+ 1. [Header](#header)
17
+ 2. [Footer](#footer)
18
+ 3. [Home page](#home-page)
19
+ 4. [Blog page](#blog-page)
20
+ 5. [Development instructions](#development)
21
+
22
+
12
23
  ### Installation
13
24
 
14
25
 
@@ -76,7 +87,6 @@ footer:
76
87
  - type: email
77
88
  name: Email
78
89
  value: yourmail@domain.com
79
- cloak: true
80
90
  - type: wechat
81
91
  value: YourWeChatUsername
82
92
  link: "#"
@@ -15,7 +15,7 @@
15
15
  />
16
16
 
17
17
  {% if contact.type == "email" %}
18
- {% if contact.cloak == true %}
18
+ {% if contact.cloak != false %}
19
19
  {% assign email_parts = contact.value | split: "@" %}
20
20
  {% assign user = email_parts[0] %}
21
21
  {% assign domain = email_parts[1] | split: "." %}
data/_sass/_layout.scss CHANGED
@@ -24,7 +24,7 @@
24
24
  float: left;
25
25
 
26
26
  img {
27
- height: 28px;
27
+ height: 23px;
28
28
  }
29
29
 
30
30
  &,
@@ -40,6 +40,7 @@
40
40
  z-index: 10;
41
41
  float: right;
42
42
  line-height: 56px;
43
+ background-color: $background-color;
43
44
 
44
45
  .menu-icon {
45
46
  display: none;
@@ -67,20 +68,21 @@
67
68
  .menu-icon {
68
69
  display: block;
69
70
  float: right;
71
+ border-radius: 5px;
70
72
  width: 36px;
71
73
  height: 26px;
72
74
  line-height: 0;
73
75
  padding-top: 4px;
74
76
  text-align: center;
75
77
 
76
- background: #ffffff url($base-url + '/assets/img/menu.png') 6px 4px no-repeat;
78
+ background: $background-color url($base-url + '/assets/img/menu.png') 6px 4px no-repeat;
77
79
  background-size: 26px 26px;
78
80
  }
79
81
 
80
82
  .menu {
81
83
  clear: both;
82
84
  display: none;
83
- background-color: #ffffff;
85
+ background-color: $background-color;
84
86
  min-width: 10em;
85
87
  padding-bottom: 5px;
86
88
  }
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: bay_jekyll_theme
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.1.1
4
+ version: 1.1.3
5
5
  platform: ruby
6
6
  authors:
7
7
  - Eliott Vincent
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2024-05-23 00:00:00.000000000 Z
11
+ date: 2024-08-31 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: jekyll