catgirl 0.4.0 → 0.5.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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 89397de96c60821801f574cf7802c870f48c2860f626c9e745f21de1b5623e71
4
- data.tar.gz: adfd2eb88371cbaa262b7c3a9f019da13efa69433a6e33c0603fa9b1f581a3c4
3
+ metadata.gz: 5db1a1595ccf0224209df7b8d612ef1942020aef0156e50911218784326e2ef0
4
+ data.tar.gz: 2a9222f1be35b01513039a4b4c2d5c458b12a46b9352d68f63cf419f96bf531d
5
5
  SHA512:
6
- metadata.gz: d80183b14269f843bdf4f5facfe39f72114b8db8f2a1dd0eb689b96fece398488c1c031d96deb56a8f1b8c8a12b77bba496b237da4d2e1ce19b6a485ad9ea17b
7
- data.tar.gz: fa21db1147eb1c66b512af6e5b4b0eb3fa4549a367cce0a642bcebf6eeb92ac55c16387d4650c01504733aff78b2862feb0aabc01c36d1426ce4156d2b598015
6
+ metadata.gz: 309fffe96a2b875bd81bef21036f9b7ffb10c55ae6d0ce9d69ad41602a44b7429fe0425ff646540b4a5c9c06e39365b871904a8bc1e1330d4ff0f541cb32174b
7
+ data.tar.gz: 1b5914ee198adc1fc1fb30e3622162a4152fe77cfc261767cc84b45667185062be8ec86d3ae8064c3e070fbaba86ad390bfd0429c475a81764dd1aa2cc43534d
data/_includes/head.html CHANGED
@@ -4,10 +4,10 @@
4
4
  <meta name="viewport" content="width=device-width, initial-scale=1">
5
5
  {%- if page.layout == "home" -%}
6
6
  <link rel="stylesheet" href="/assets/css/home.css">
7
- <script src="https://unpkg.com/twemoji@latest/dist/twemoji.min.js" crossorigin="anonymous"></script>
8
7
  {%- else -%}
9
8
  <link rel="stylesheet" href="/assets/css/styles.css">
10
9
  {%- endif -%}
10
+ <script src="https://unpkg.com/twemoji@latest/dist/twemoji.min.js" crossorigin="anonymous"></script>
11
11
  <title>
12
12
  {%- unless page.layout == "home" -%}
13
13
  {{ page.title | append: " | " }}
@@ -37,5 +37,10 @@
37
37
  </section>
38
38
  </div>
39
39
  </div>
40
+ <script>
41
+ twemoji.parse(
42
+ document.body,
43
+ { base: "https://cdn.jsdelivr.net/gh/twitter/twemoji@14.0.2/assets/" });
44
+ </script>
40
45
  </body>
41
46
  </html>
data/_sass/catgirl.scss CHANGED
@@ -17,6 +17,15 @@ body {
17
17
  position: absolute;
18
18
  }
19
19
 
20
+ p {
21
+ img {
22
+ display: inline-block;
23
+ height: 1em;
24
+ transform: translate(0, 0.1em);
25
+ width: 1em;
26
+ }
27
+ }
28
+
20
29
  #main {
21
30
  display: flex;
22
31
  flex: 0 0 50px;
@@ -98,6 +107,38 @@ td {
98
107
  padding: 3px 5px;
99
108
  }
100
109
 
110
+ @media all and (max-width: 1165px) {
111
+ #main, #content {
112
+ width: auto;
113
+ }
114
+
115
+ #sidebar {
116
+ width: auto;
117
+ height: auto;
118
+ background: none;
119
+
120
+ header {
121
+ width: auto;
122
+ }
123
+
124
+ footer {
125
+ display: none;
126
+ }
127
+ }
128
+
129
+ #wrapper {
130
+ flex-direction: column;
131
+ width: auto;
132
+ }
133
+
134
+ section {
135
+ border: 1px solid dimgray;
136
+ border-width: 1px 0;
137
+ margin: 0 0 20px;
138
+ padding: 10px 0;
139
+ }
140
+ }
141
+
101
142
  @media all and (max-width: 960px) {
102
143
  #wrapper {
103
144
  flex-direction: column;
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: catgirl
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.4.0
4
+ version: 0.5.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - j1nxie
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2023-03-17 00:00:00.000000000 Z
11
+ date: 2023-03-20 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: jekyll