catgirl 0.5.1 → 0.6.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: f722f65e17cfac5b4239b75bfd7da19406506161c2515055409616f7c66302e9
4
- data.tar.gz: 6d640c672703ae31336321c93a5ab3e3de49c982ce8380d3bc69e41be59824d8
3
+ metadata.gz: 19cf2654cdf3ae4eca255f7cf584bc0da386e930e96e6eb5f1dae5d6ea0ca074
4
+ data.tar.gz: e9fb27b850e6bd8f83e2d2da44041cd7e4cd4cfbe565dc5f8e609703e9bd5bd3
5
5
  SHA512:
6
- metadata.gz: 24b7fbfe6a8db40a4e0a382804a4fddce11bbbec4e95124824b6a8b245c3a2782820fe1632766d27146fe1d92fcf6b91736781059cc0d0748ca61b3dfece2157
7
- data.tar.gz: 8d90c3213827cf97191046d9b8c9a7c8f8ef67535e2555a2bd55c7a4caf2465d3d2c87dc1048fb812dabe3b399da1c2f2707a885b5fae47771a765f28140c1ec
6
+ metadata.gz: 3937c49781bce38f29f12fa0b0dcc7f4c9760a04f1eafe72c2290f1f10728b3981423784fd27ef89f611c281693d9b4c209e4b0ad4cc2f477ab37f1162edb4f3
7
+ data.tar.gz: d0d59238ba0ac67df18a437a99eda78069ac321f1212f37e234fe845b3f94f259af4a44c67ad8700842c17d14322e190a986724a72d2d1c5042d10e1f39c2b7d
@@ -12,7 +12,6 @@ layout: default
12
12
  {% assign first_post = category_posts | first %}
13
13
 
14
14
  {% if category_name == first_post.categories[0] %}
15
- {% assign sub_categories = "" | split: "" %}
16
15
 
17
16
  {% for post in category_posts %}
18
17
  {% assign second_category = post.categories[1] %}
@@ -23,10 +22,6 @@ layout: default
23
22
  {% endif %}
24
23
  {% endfor %}
25
24
 
26
- {% assign sub_categories = sub_categories | sort %}
27
- {% assign sub_categories_size = sub_categories | size %}
28
-
29
-
30
25
  <div id="categories">
31
26
  <div id="top-category">
32
27
  <span>
@@ -35,15 +30,6 @@ layout: default
35
30
 
36
31
  {% assign top_posts_size = site.categories[category_name] | size %}
37
32
  <span class="posts-count">
38
- {% if sub_categories_size > 0 %}
39
- {{ sub_categories_size }}
40
- {% if sub_categories_size > 1 %}
41
- categories,
42
- {% else %}
43
- category,
44
- {% endif %}
45
- {% endif %}
46
-
47
33
  {{ top_posts_size }}
48
34
 
49
35
  {% if top_posts_size > 1 %}
@@ -54,30 +40,6 @@ layout: default
54
40
  </span>
55
41
  </span>
56
42
  </div>
57
-
58
- {% if sub_categories_size > 0 %}
59
- <div id="sub-categories">
60
- <ul class="list-group">
61
- {% for sub_category in sub_categories %}
62
- <li class="list-group-item">
63
- {% capture _sub_ctg_url %}/categories/{{ sub_category | slugify | url_encode }}/{% endcapture %}
64
- <a href="{{ _sub_ctg_url | relative_url }}">{{ sub_category }}</a> •
65
-
66
- {% assign posts_size = site.categories[sub_category] | size %}
67
- <span class="sub-posts-count">
68
- {{ posts_size }}
69
-
70
- {% if posts_size > 1 %}
71
- posts
72
- {% else %}
73
- post
74
- {% endif %}
75
- </span>
76
- </li>
77
- {% endfor %}
78
- </ul>
79
- </div>
80
- {% endif %}
81
43
  </div>
82
44
  {% endif %}
83
- {% endfor %}
45
+ {% endfor %}
@@ -13,7 +13,7 @@
13
13
  <a href="/tags">tags</a>
14
14
  </br>
15
15
  <a href="/projects">projects</a> |
16
- <a href="/socials">socials</a>
16
+ <a href="https://linktr.ee/ryliexd">socials</a>
17
17
  </p>
18
18
 
19
19
  <p>
data/_layouts/home.html CHANGED
@@ -1,37 +1,39 @@
1
1
  <!DOCTYPE html>
2
- <html lang="{{ site.lang | default: "en-US" }}">
3
- {% include head.html %}
4
- <body>
5
- <main>
6
- <h1>j1nxie | Rylie | Lumine</h1>
7
- <p id="bio">
8
- catgirl developer on the Internet • hoshiyomi ☄ • i like anime,
9
- programming and video games
10
- </p>
11
- <ul>
12
- <li><a href="/socials">socials</a></li>
13
- <li><a href="/archives">blog</a></li>
14
- <li><a href="/projects">projects</a></li>
15
- </ul>
16
- <img src="/assets/img/suiseistupid.png">
17
- </main>
18
- <div id="space"></div>
19
- <p id="quote-text">
20
- "I want to do what I can for the people who need me. That way, I might
21
- remain in the memories of that person, right?"
22
- </p>
23
- <p id="quote-name">
24
- — Chisato Nishikigi
2
+ <html lang="{{ site.lang | default: " en-US" }}">
3
+ {% include head.html %}
4
+
5
+ <body>
6
+ <main>
7
+ <h1>Rylie</h1>
8
+ <p id="bio">
9
+ weebcore developer on the internet • hoshiyomi ☄ • i like anime,
10
+ programming and video games
25
11
  </p>
26
- <br>
27
- <footer>
28
- © 2022-2023 j1nxie
29
- </footer>
12
+ <ul>
13
+ <li><a href="https://linktr.ee/ryliexd">socials</a></li>
14
+ <li><a href="/archives">blog</a></li>
15
+ <li><a href="/projects">projects</a></li>
16
+ </ul>
17
+ <img src="/assets/img/suiseistupid.png">
18
+ </main>
19
+ <div id="space"></div>
20
+ <p id="quote-text">
21
+ "I want to do what I can for the people who need me. That way, I might
22
+ remain in the memories of that person, right?"
23
+ </p>
24
+ <p id="quote-name">
25
+ — Chisato Nishikigi
26
+ </p>
27
+ <br>
28
+ <footer>
29
+ © 2022-2023 j1nxie
30
+ </footer>
31
+
32
+ <script>
33
+ twemoji.parse(
34
+ document.body,
35
+ { base: "https://cdn.jsdelivr.net/gh/twitter/twemoji@14.0.2/assets/" });
36
+ </script>
37
+ </body>
30
38
 
31
- <script>
32
- twemoji.parse(
33
- document.body,
34
- { base: "https://cdn.jsdelivr.net/gh/twitter/twemoji@14.0.2/assets/" });
35
- </script>
36
- </body>
37
- </html>
39
+ </html>
@@ -0,0 +1,14 @@
1
+ {
2
+ "name": "",
3
+ "short_name": "",
4
+ "icons": [
5
+ {
6
+ "src": "/android-chrome-192x192.png",
7
+ "sizes": "192x192",
8
+ "type": "image/png"
9
+ }
10
+ ],
11
+ "theme_color": "#ffffff",
12
+ "background_color": "#ffffff",
13
+ "display": "standalone"
14
+ }
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.5.1
4
+ version: 0.6.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-20 00:00:00.000000000 Z
11
+ date: 2023-11-24 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: jekyll
@@ -87,6 +87,7 @@ files:
87
87
  - assets/img/favicons/favicon.ico
88
88
  - assets/img/favicons/mstile-150x150.png
89
89
  - assets/img/favicons/safari-pinned-tab.svg
90
+ - assets/img/favicons/site.webmanifest
90
91
  - assets/img/suisei.png
91
92
  - assets/img/suiseistupid.png
92
93
  homepage: https://github.com/j1nxie/catgirl
@@ -108,7 +109,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
108
109
  - !ruby/object:Gem::Version
109
110
  version: '0'
110
111
  requirements: []
111
- rubygems_version: 3.3.26
112
+ rubygems_version: 3.4.10
112
113
  signing_key:
113
114
  specification_version: 4
114
115
  summary: a weeb theme for your jekyll site OwO