tear-jekyll-theme 1.0.2 → 1.0.4

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: e6fd517fc065af667b14fc0ad37ae33a984871ba0744aded40a6dfb3e3b49529
4
- data.tar.gz: 971849e777ef32e3d2ca4645f4208d18e66d8b757d524e31a0cc1bbf31bbce94
3
+ metadata.gz: fb51a8356478b2eee6b834c59341e7d80a29e2fc66d596e28b4550908a1af1e8
4
+ data.tar.gz: 55c8457ebb78814fd843e4ad690018a00cb3dc41f56cab9a8c5c62e5131bc0eb
5
5
  SHA512:
6
- metadata.gz: 11d716c6f8c6d4911f3da2c988f9ac2349cdc49fc42cdb12bfb0b65dc942ca9ff687467e49b24d960a071a79f7d248e0d6f78c3e9190491c77a8d15d2c2cf511
7
- data.tar.gz: b4aa54fd05a419a71a99678996d27fd6047939f5f03262b73dd52eb6fd2233ad165be2fd860c7f51ae0df864ad6c922641d2582ae7765f30ab2ac36be2e06bba
6
+ metadata.gz: 67fc63d3a9619dfc9833f5d4f4428281922069300998be021c5731a192bb8e8740d2facb93d0d30972226362c4c24e429a19e6d19cf24fd52ede84ec997bf814
7
+ data.tar.gz: 0a5e01eba4f35639f8e88d5b4878ea6a96324d264aaf720f54c5af8b586fc524423a72b3d2d86f7f1985c17ca3ba3c2602c4298196d8c6e0cc07609b7da90508
data/README.md CHANGED
@@ -77,7 +77,7 @@ plugins:
77
77
 
78
78
  markdown: kramdown
79
79
  kramdown:
80
- input: GFM"
80
+ input: GFM
81
81
  ```
82
82
 
83
83
  ##### Create file 'projects.markdown' in '/' to use page Projects feature
@@ -1,157 +1,84 @@
1
1
  <footer class="bg-white dark:bg-gray-800 shadow-inner mt-12">
2
- <div class="max-w-7xl mx-auto grid md:grid-cols-3 gap-8">
3
- <!-- General -->
4
- <div class="mt-4 ml-4"></div>
2
+ <div class="max-w-7xl mx-auto grid md:grid-cols-3 gap-8 px-4 py-8">
5
3
 
6
- <!-- Navigation -->
7
- <div class="mt-4 ml-4 text-center">
8
- <p>
9
- <a
10
- href="{{ '/feed' | prepend: site.baseurl }}"
11
- class="hover:text-blue-400 transition"
12
- >RSS Feed</a
13
- >
14
- |
15
- <a
16
- href="{{ '/gb' | prepend: site.baseurl }}"
17
- class="hover:text-blue-400 transition"
18
- >Guest Book</a
19
- >
4
+ <!-- Spacer / Branding area -->
5
+ <div></div>
6
+
7
+ <!-- Navigation & Social Links -->
8
+ <div class="text-center">
9
+ <!-- Navigation Links -->
10
+ <p class="mb-2 text-gray-700 dark:text-gray-300">
11
+ <a href="{{ '/feed' | prepend: site.baseurl }}" class="hover:text-blue-400 transition">RSS Feed</a>
12
+ <span class="mx-2">|</span>
13
+ <a href="{{ '/gb' | prepend: site.baseurl }}" class="hover:text-blue-400 transition">Guest Book</a>
20
14
  </p>
21
15
 
22
- <div class="flex space-x-3 mb-1 mt-2 text-xl items-center justify-center">
23
- <a
24
- href="mailto:{{ site.email }}"
25
- class="hover:text-blue-400 transition"
26
- aria-label="Email"
27
- >
28
- <svg
29
- xmlns="http://www.w3.org/2000/svg"
30
- fill="none"
31
- viewBox="0 0 24 24"
32
- stroke-width="1.5"
33
- stroke="currentColor"
34
- class="w-6 h-6"
35
- >
36
- <path
37
- stroke-linecap="round"
38
- stroke-linejoin="round"
39
- d="M21.75 6.75v10.5a2.25 2.25 0 0 1-2.25 2.25h-15a2.25 2.25 0 0 1-2.25-2.25V6.75m19.5 0A2.25 2.25 0 0 0 19.5 4.5h-15a2.25 2.25 0 0 0-2.25 2.25m19.5 0v.243a2.25 2.25 0 0 1-1.07 1.916l-7.5 4.615a2.25 2.25 0 0 1-2.36 0L3.32 8.91a2.25 2.25 0 0 1-1.07-1.916V6.75"
40
- />
16
+ <!-- Social Icons -->
17
+ <div class="flex justify-center items-center space-x-4 text-gray-600 dark:text-gray-300 text-xl">
18
+ <!-- Email -->
19
+ <a href="mailto:{{ site.email }}" class="hover:text-blue-400 transition" aria-label="Email">
20
+ <svg xmlns="http://www.w3.org/2000/svg" class="w-6 h-6" fill="none" viewBox="0 0 24 24" stroke="currentColor" stroke-width="1.5">
21
+ <path stroke-linecap="round" stroke-linejoin="round"
22
+ d="M21.75 6.75v10.5a2.25 2.25 0 0 1-2.25 2.25h-15a2.25 2.25 0 0 1-2.25-2.25V6.75m19.5 0a2.25 2.25 0 0 0-2.25-2.25h-15A2.25 2.25 0 0 0 1.5 6.75m19.5 0v.243a2.25 2.25 0 0 1-1.07 1.916l-7.5 4.615a2.25 2.25 0 0 1-2.36 0L3.32 8.91a2.25 2.25 0 0 1-1.07-1.916V6.75" />
41
23
  </svg>
42
24
  </a>
43
- <a
44
- href="https://github.com/{{ site.github_username }}"
45
- class="hover:text-blue-400 transition"
46
- aria-label="GitHub"
47
- >
48
- <svg
49
- xmlns="http://www.w3.org/2000/svg"
50
- fill="none"
51
- viewBox="0 0 24 24"
52
- stroke-width="1.5"
53
- stroke="currentColor"
54
- class="w-6 h-6"
55
- >
56
- <path
57
- stroke-linecap="round"
58
- stroke-linejoin="round"
59
- d="M12 2.25A9.75 9.75 0 0 0 2.25 12c0 4.29 2.77 7.93 6.6 9.22.48.09.65-.21.65-.47v-1.69c-2.68.58-3.25-1.3-3.25-1.3-.44-1.12-1.07-1.42-1.07-1.42-.88-.6.07-.59.07-.59.98.07 1.5.95 1.5.95.87 1.49 2.28 1.06 2.84.81.09-.64.34-1.06.62-1.3-2.16-.24-4.43-1.08-4.43-4.82 0-1.06.38-1.93 1-2.61-.1-.24-.44-1.14.1-2.38 0 0 .75-.24 2.46.92a8.44 8.44 0 0 1 4.5 0c1.71-1.16 2.46-.92 2.46-.92.54 1.24.2 2.14.1 2.38.62.68 1 1.55 1 2.61 0 3.75-2.28 4.58-4.45 4.82.35.3.66.89.66 1.8v2.67c0 .26.17.56.66.47A9.75 9.75 0 0 0 21.75 12 9.75 9.75 0 0 0 12 2.25Z"
60
- />
25
+
26
+ <!-- GitHub -->
27
+ <a href="https://github.com/{{ site.github_username }}" class="hover:text-blue-400 transition" aria-label="GitHub">
28
+ <svg xmlns="http://www.w3.org/2000/svg" class="w-6 h-6" fill="none" viewBox="0 0 24 24" stroke="currentColor" stroke-width="1.5">
29
+ <path stroke-linecap="round" stroke-linejoin="round"
30
+ d="M12 2.25A9.75 9.75 0 0 0 2.25 12c0 4.29 2.77 7.93 6.6 9.22.48.09.65-.21.65-.47v-1.69c-2.68.58-3.25-1.3-3.25-1.3-.44-1.12-1.07-1.42-1.07-1.42-.88-.6.07-.59.07-.59.98.07 1.5.95 1.5.95.87 1.49 2.28 1.06 2.84.81.09-.64.34-1.06.62-1.3-2.16-.24-4.43-1.08-4.43-4.82 0-1.06.38-1.93 1-2.61-.1-.24-.44-1.14.1-2.38 0 0 .75-.24 2.46.92a8.44 8.44 0 0 1 4.5 0c1.71-1.16 2.46-.92 2.46-.92.54 1.24.2 2.14.1 2.38.62.68 1 1.55 1 2.61 0 3.75-2.28 4.58-4.45 4.82.35.3.66.89.66 1.8v2.67c0 .26.17.56.66.47A9.75 9.75 0 0 0 21.75 12 9.75 9.75 0 0 0 12 2.25Z" />
61
31
  </svg>
62
32
  </a>
63
- <a
64
- href="https://x.com/{{ site.twitter_username }}"
65
- class="hover:text-blue-400 transition"
66
- aria-label="X"
67
- >
68
- <svg
69
- xmlns="http://www.w3.org/2000/svg"
70
- fill="currentColor"
71
- viewBox="0 0 24 24"
72
- class="w-5 h-5"
73
- >
33
+
34
+ <!-- X / Twitter -->
35
+ <a href="https://x.com/{{ site.twitter_username }}" class="hover:text-blue-400 transition" aria-label="X">
36
+ <svg xmlns="http://www.w3.org/2000/svg" class="w-5 h-5" fill="currentColor" viewBox="0 0 24 24">
74
37
  <path
75
- d="M14.24 10.32 22.03 0h-2.01l-6.73 8.39L7.81 0H0l8.19 11.64L0 24h2.01l7.07-8.81L16.19 24H24l-9.76-13.68Zm-2.51 3.13-.82-1.18L3.27 1.53h3.33l6.2 8.94.82 1.18 7.99 11.54h-3.33l-6.2-8.94Z"
76
- />
38
+ d="M14.24 10.32 22.03 0h-2.01l-6.73 8.39L7.81 0H0l8.19 11.64L0 24h2.01l7.07-8.81L16.19 24H24l-9.76-13.68Zm-2.51 3.13-.82-1.18L3.27 1.53h3.33l6.2 8.94.82 1.18 7.99 11.54h-3.33l-6.2-8.94Z" />
77
39
  </svg>
78
40
  </a>
79
- <a
80
- href="https://linkedin.com/{{ site.linkedin_username }}"
81
- class="hover:text-blue-400 transition"
82
- aria-label="LinkedIn"
83
- >
84
- <svg
85
- xmlns="http://www.w3.org/2000/svg"
86
- fill="currentColor"
87
- class="w-5 h-5"
88
- viewBox="0 0 24 24"
89
- >
41
+
42
+ <!-- LinkedIn -->
43
+ <a href="https://linkedin.com/{{ site.linkedin_username }}" class="hover:text-blue-400 transition" aria-label="LinkedIn">
44
+ <svg xmlns="http://www.w3.org/2000/svg" class="w-5 h-5" fill="currentColor" viewBox="0 0 24 24">
90
45
  <path
91
- d="M4.98 3.5C4.98 4.88 3.88 6 2.5 6S0 4.88 0 3.5 1.12 1 2.5 1 4.98 2.12 4.98 3.5zM.48 8h4V24h-4V8zm7.5 0h3.83v2.16h.05c.53-1 1.82-2.16 3.75-2.16 4 0 4.74 2.62 4.74 6.03V24h-4v-8.38c0-2-.03-4.59-2.8-4.59-2.8 0-3.23 2.19-3.23 4.44V24h-4V8z"
92
- />
46
+ d="M4.98 3.5C4.98 4.88 3.88 6 2.5 6S0 4.88 0 3.5 1.12 1 2.5 1 4.98 2.12 4.98 3.5zM.48 8h4V24h-4V8zm7.5 0h3.83v2.16h.05c.53-1 1.82-2.16 3.75-2.16 4 0 4.74 2.62 4.74 6.03V24h-4v-8.38c0-2-.03-4.59-2.8-4.59-2.8 0-3.23 2.19-3.23 4.44V24h-4V8z" />
93
47
  </svg>
94
48
  </a>
95
- <a
96
- href="https://youtube.com/{{ site.youtube_username }}"
97
- class="hover:text-blue-400 transition"
98
- aria-label="YouTube"
99
- >
100
- <svg
101
- xmlns="http://www.w3.org/2000/svg"
102
- fill="currentColor"
103
- class="w-5 h-5"
104
- viewBox="0 0 24 24"
105
- >
49
+
50
+ <!-- YouTube -->
51
+ <a href="https://youtube.com/{{ site.youtube_username }}" class="hover:text-blue-400 transition" aria-label="YouTube">
52
+ <svg xmlns="http://www.w3.org/2000/svg" class="w-5 h-5" fill="currentColor" viewBox="0 0 24 24">
106
53
  <path
107
- d="M23.5 6.5s-.2-1.6-.8-2.3c-.7-.9-1.5-1-1.9-1.1C17.7 3 12 3 12 3s-5.7 0-8.8.1c-.4 0-1.2.2-1.9 1.1C.7 4.9.5 6.5.5 6.5S0 8.4 0 10.3v1.4c0 1.9.5 3.8.5 3.8s.2 1.6.8 2.3c.7.9 1.7.9 2.2 1 1.6.2 6.5.2 6.5.2s5.7 0 8.8-.1c.4 0 1.2-.2 1.9-1.1.6-.7.8-2.3.8-2.3s.5-1.9.5-3.8v-1.4c0-1.9-.5-3.8-.5-3.8zM9.5 15.5v-7l6 3.5-6 3.5z"
108
- />
54
+ d="M23.5 6.5s-.2-1.6-.8-2.3c-.7-.9-1.5-1-1.9-1.1C17.7 3 12 3 12 3s-5.7 0-8.8.1c-.4 0-1.2.2-1.9 1.1C.7 4.9.5 6.5.5 6.5S0 8.4 0 10.3v1.4c0 1.9.5 3.8.5 3.8s.2 1.6.8 2.3c.7.9 1.7.9 2.2 1 1.6.2 6.5.2 6.5.2s5.7 0 8.8-.1c.4 0 1.2-.2 1.9-1.1.6-.7.8-2.3.8-2.3s.5-1.9.5-3.8v-1.4c0-1.9-.5-3.8-.5-3.8zM9.5 15.5v-7l6 3.5-6 3.5z" />
109
55
  </svg>
110
56
  </a>
111
57
  </div>
112
58
  </div>
113
59
 
114
- <div class="flex flex-col justify-between items-start md:items-end">
115
- <!-- Back to top -->
116
- <a
117
- href="#top"
118
- class="mt-3 mr-4 ml-4 inline-flex items-center justify-center w-10 h-10 border border-gray-900 rounded-full hover:bg-gray-400 hover:text-gray-900 transition-colors duration-200 focus:outline-none focus:ring-2 focus:ring-gray-500 focus:ring-offset-2"
119
- aria-label="Up"
120
- >
121
- <svg
122
- xmlns="http://www.w3.org/2000/svg"
123
- fill="none"
124
- viewBox="0 0 24 24"
125
- stroke-width="1.5"
126
- stroke="currentColor"
127
- class="w-6 h-6"
128
- >
129
- <path
130
- stroke-linecap="round"
131
- stroke-linejoin="round"
132
- d="M8.25 6.75 12 3m0 0 3.75 3.75M12 3v18"
133
- />
60
+ <!-- Back to top -->
61
+ <div class="flex justify-end items-start">
62
+ <a href="#top" class="mt-1 w-10 h-10 flex items-center justify-center border border-gray-300 dark:border-gray-700 rounded-full hover:bg-gray-300 dark:hover:bg-gray-600 hover:text-black dark:hover:text-white transition" aria-label="Back to top">
63
+ <svg xmlns="http://www.w3.org/2000/svg" class="w-6 h-6" fill="none" viewBox="0 0 24 24" stroke="currentColor" stroke-width="1.5">
64
+ <path stroke-linecap="round" stroke-linejoin="round" d="M8.25 6.75 12 3m0 0 3.75 3.75M12 3v18" />
134
65
  </svg>
135
66
  </a>
136
67
  </div>
137
68
  </div>
138
69
 
139
- <!-- Optional bottom border -->
140
- <div class="mt-3 border-t border-gray-700"></div>
141
-
142
- <div class="max-w-6xl mx-auto px-4 py-8">
143
- <div class="text-center text-gray-500 dark:text-gray-400">
144
- <p>{{ site.footer }}</p>
145
- <p>
146
- Powered by
147
- <a href="https://jekyllrb.com/" class="text-blue-400">Jekyll</a>
148
- </p>
149
- <p>
150
- &copy;{{ site.time | date: '%Y' }}
151
- <a href="https://github.com/rokhimin/jekyll-tear" class="text-blue-400"
152
- >Tear Theme</a
153
- >.
154
- </p>
155
- </div>
70
+ <!-- Divider -->
71
+ <div class="border-t border-gray-100 dark:border-gray-700"></div>
72
+
73
+ <!-- Footer Note -->
74
+ <div class="max-w-6xl mx-auto px-4 py-6 text-center text-sm text-gray-500 dark:text-gray-400">
75
+ <p>{{ site.footer }}</p>
76
+ <p>
77
+ Powered by <a href="https://jekyllrb.com/" class="text-blue-400 hover:underline">Jekyll</a>
78
+ </p>
79
+ <p>
80
+ &copy;{{ site.time | date: '%Y' }}
81
+ <a href="https://github.com/rokhimin/jekyll-tear" class="text-blue-400 hover:underline">Tear Theme</a>.
82
+ </p>
156
83
  </div>
157
84
  </footer>
data/_layouts/gb.html ADDED
@@ -0,0 +1,28 @@
1
+ ---
2
+ layout: default
3
+ ---
4
+ <div class="text-center mb-12">
5
+ <h1 class="text-4xl font-bold text-gray-800 dark:text-white mb-4">
6
+ Guest Book
7
+ </h1>
8
+ </div>
9
+ <div
10
+ class="relative md:mr-25 md:ml-25 bg-white dark:bg-gray-800 rounded-l-lg rounded-r-lg shadow-lg overflow-hidden mb-6"
11
+ >
12
+ <div class="p-3">
13
+ <div id="disqus_thread"></div>
14
+ </div>
15
+ <script>
16
+ var disqus_config = function () {
17
+ this.page.url = "{{ page.url | absolute_url }}";
18
+ this.page.identifier = "{{ page.id }}";
19
+ };
20
+
21
+ (function() {
22
+ var d = document, s = d.createElement('script');
23
+ s.src = 'https://{{ site.disqus }}.com/embed.js';
24
+ s.setAttribute('data-timestamp', +new Date());
25
+ (d.head || d.body).appendChild(s);
26
+ })();
27
+ </script>
28
+ </div>
@@ -0,0 +1,3 @@
1
+ ---
2
+ layout: default
3
+ ---
@@ -3,8 +3,6 @@
3
3
  @layer theme {
4
4
  :root, :host {
5
5
  --color-yellow-400: oklch(85.2% 0.199 91.936);
6
- --color-blue-100: oklch(93.2% 0.032 255.585);
7
- --color-blue-300: oklch(80.9% 0.105 251.813);
8
6
  --color-blue-400: oklch(70.7% 0.165 254.624);
9
7
  --color-gray-100: oklch(96.7% 0.003 264.542);
10
8
  --color-gray-200: oklch(92.8% 0.006 264.531);
@@ -15,7 +13,6 @@
15
13
  --color-gray-700: oklch(37.3% 0.034 259.733);
16
14
  --color-gray-800: oklch(27.8% 0.033 256.848);
17
15
  --color-gray-900: oklch(21% 0.034 264.665);
18
- --color-gray-950: oklch(13% 0.028 261.692);
19
16
  --color-neutral-400: oklch(70.8% 0 0);
20
17
  --color-neutral-700: oklch(37.1% 0 0);
21
18
  --color-black: #000;
@@ -29,8 +26,6 @@
29
26
  --text-sm--line-height: calc(1.25 / 0.875);
30
27
  --text-xl: 1.25rem;
31
28
  --text-xl--line-height: calc(1.75 / 1.25);
32
- --text-2xl: 1.5rem;
33
- --text-2xl--line-height: calc(2 / 1.5);
34
29
  --text-3xl: 1.875rem;
35
30
  --text-3xl--line-height: calc(2.25 / 1.875);
36
31
  --text-4xl: 2.25rem;
@@ -212,6 +207,9 @@
212
207
  max-width: 96rem;
213
208
  }
214
209
  }
210
+ .mx-2 {
211
+ margin-inline: calc(var(--spacing) * 2);
212
+ }
215
213
  .mx-auto {
216
214
  margin-inline: auto;
217
215
  }
@@ -841,12 +839,6 @@
841
839
  .mt-4 {
842
840
  margin-top: calc(var(--spacing) * 4);
843
841
  }
844
- .mt-6 {
845
- margin-top: calc(var(--spacing) * 6);
846
- }
847
- .mt-8 {
848
- margin-top: calc(var(--spacing) * 8);
849
- }
850
842
  .mt-12 {
851
843
  margin-top: calc(var(--spacing) * 12);
852
844
  }
@@ -856,6 +848,9 @@
856
848
  .mr-4 {
857
849
  margin-right: calc(var(--spacing) * 4);
858
850
  }
851
+ .mr-6 {
852
+ margin-right: calc(var(--spacing) * 6);
853
+ }
859
854
  .mb-1 {
860
855
  margin-bottom: calc(var(--spacing) * 1);
861
856
  }
@@ -877,8 +872,8 @@
877
872
  .ml-4 {
878
873
  margin-left: calc(var(--spacing) * 4);
879
874
  }
880
- .ml-5 {
881
- margin-left: calc(var(--spacing) * 5);
875
+ .ml-6 {
876
+ margin-left: calc(var(--spacing) * 6);
882
877
  }
883
878
  .block {
884
879
  display: block;
@@ -898,10 +893,6 @@
898
893
  .table {
899
894
  display: table;
900
895
  }
901
- .size-6 {
902
- width: calc(var(--spacing) * 6);
903
- height: calc(var(--spacing) * 6);
904
- }
905
896
  .h-5 {
906
897
  height: calc(var(--spacing) * 5);
907
898
  }
@@ -911,21 +902,12 @@
911
902
  .h-7 {
912
903
  height: calc(var(--spacing) * 7);
913
904
  }
914
- .h-9 {
915
- height: calc(var(--spacing) * 9);
916
- }
917
905
  .h-10 {
918
906
  height: calc(var(--spacing) * 10);
919
907
  }
920
- .h-38 {
921
- height: calc(var(--spacing) * 38);
922
- }
923
908
  .h-48 {
924
909
  height: calc(var(--spacing) * 48);
925
910
  }
926
- .h-50 {
927
- height: calc(var(--spacing) * 50);
928
- }
929
911
  .h-full {
930
912
  height: 100%;
931
913
  }
@@ -944,9 +926,6 @@
944
926
  .w-7 {
945
927
  width: calc(var(--spacing) * 7);
946
928
  }
947
- .w-9 {
948
- width: calc(var(--spacing) * 9);
949
- }
950
929
  .w-10 {
951
930
  width: calc(var(--spacing) * 10);
952
931
  }
@@ -971,36 +950,12 @@
971
950
  .border-collapse {
972
951
  border-collapse: collapse;
973
952
  }
974
- .scale-10 {
975
- --tw-scale-x: 10%;
976
- --tw-scale-y: 10%;
977
- --tw-scale-z: 10%;
978
- scale: var(--tw-scale-x) var(--tw-scale-y);
979
- }
980
- .scale-100 {
981
- --tw-scale-x: 100%;
982
- --tw-scale-y: 100%;
983
- --tw-scale-z: 100%;
984
- scale: var(--tw-scale-x) var(--tw-scale-y);
985
- }
986
- .scale-135 {
987
- --tw-scale-x: 135%;
988
- --tw-scale-y: 135%;
989
- --tw-scale-z: 135%;
990
- scale: var(--tw-scale-x) var(--tw-scale-y);
991
- }
992
953
  .scale-165 {
993
954
  --tw-scale-x: 165%;
994
955
  --tw-scale-y: 165%;
995
956
  --tw-scale-z: 165%;
996
957
  scale: var(--tw-scale-x) var(--tw-scale-y);
997
958
  }
998
- .scale-190 {
999
- --tw-scale-x: 190%;
1000
- --tw-scale-y: 190%;
1001
- --tw-scale-z: 190%;
1002
- scale: var(--tw-scale-x) var(--tw-scale-y);
1003
- }
1004
959
  .transform {
1005
960
  transform: var(--tw-rotate-x) var(--tw-rotate-y) var(--tw-rotate-z) var(--tw-skew-x) var(--tw-skew-y);
1006
961
  }
@@ -1025,19 +980,15 @@
1025
980
  .justify-center {
1026
981
  justify-content: center;
1027
982
  }
983
+ .justify-end {
984
+ justify-content: flex-end;
985
+ }
1028
986
  .gap-6 {
1029
987
  gap: calc(var(--spacing) * 6);
1030
988
  }
1031
989
  .gap-8 {
1032
990
  gap: calc(var(--spacing) * 8);
1033
991
  }
1034
- .space-y-1 {
1035
- :where(& > :not(:last-child)) {
1036
- --tw-space-y-reverse: 0;
1037
- margin-block-start: calc(calc(var(--spacing) * 1) * var(--tw-space-y-reverse));
1038
- margin-block-end: calc(calc(var(--spacing) * 1) * calc(1 - var(--tw-space-y-reverse)));
1039
- }
1040
- }
1041
992
  .space-x-1 {
1042
993
  :where(& > :not(:last-child)) {
1043
994
  --tw-space-x-reverse: 0;
@@ -1106,6 +1057,15 @@
1106
1057
  border-top-style: var(--tw-border-style);
1107
1058
  border-top-width: 1px;
1108
1059
  }
1060
+ .border-gray-100 {
1061
+ border-color: var(--color-gray-100);
1062
+ }
1063
+ .border-gray-200 {
1064
+ border-color: var(--color-gray-200);
1065
+ }
1066
+ .border-gray-300 {
1067
+ border-color: var(--color-gray-300);
1068
+ }
1109
1069
  .border-gray-400 {
1110
1070
  border-color: var(--color-gray-400);
1111
1071
  }
@@ -1115,15 +1075,6 @@
1115
1075
  .border-gray-900 {
1116
1076
  border-color: var(--color-gray-900);
1117
1077
  }
1118
- .border-yellow-400 {
1119
- border-color: var(--color-yellow-400);
1120
- }
1121
- .border-t-blue-400 {
1122
- border-top-color: var(--color-blue-400);
1123
- }
1124
- .border-b-blue-400 {
1125
- border-bottom-color: var(--color-blue-400);
1126
- }
1127
1078
  .bg-gray-100 {
1128
1079
  background-color: var(--color-gray-100);
1129
1080
  }
@@ -1148,9 +1099,6 @@
1148
1099
  .object-cover {
1149
1100
  object-fit: cover;
1150
1101
  }
1151
- .object-center {
1152
- object-position: center;
1153
- }
1154
1102
  .p-2 {
1155
1103
  padding: calc(var(--spacing) * 2);
1156
1104
  }
@@ -1160,9 +1108,6 @@
1160
1108
  .p-4 {
1161
1109
  padding: calc(var(--spacing) * 4);
1162
1110
  }
1163
- .px-3 {
1164
- padding-inline: calc(var(--spacing) * 3);
1165
- }
1166
1111
  .px-4 {
1167
1112
  padding-inline: calc(var(--spacing) * 4);
1168
1113
  }
@@ -1175,19 +1120,15 @@
1175
1120
  .py-4 {
1176
1121
  padding-block: calc(var(--spacing) * 4);
1177
1122
  }
1123
+ .py-6 {
1124
+ padding-block: calc(var(--spacing) * 6);
1125
+ }
1178
1126
  .py-8 {
1179
1127
  padding-block: calc(var(--spacing) * 8);
1180
1128
  }
1181
1129
  .text-center {
1182
1130
  text-align: center;
1183
1131
  }
1184
- .text-right {
1185
- text-align: right;
1186
- }
1187
- .text-2xl {
1188
- font-size: var(--text-2xl);
1189
- line-height: var(--tw-leading, var(--text-2xl--line-height));
1190
- }
1191
1132
  .text-3xl {
1192
1133
  font-size: var(--text-3xl);
1193
1134
  line-height: var(--tw-leading, var(--text-3xl--line-height));
@@ -1215,9 +1156,6 @@
1215
1156
  .text-blue-400 {
1216
1157
  color: var(--color-blue-400);
1217
1158
  }
1218
- .text-gray-400 {
1219
- color: var(--color-gray-400);
1220
- }
1221
1159
  .text-gray-500 {
1222
1160
  color: var(--color-gray-500);
1223
1161
  }
@@ -1233,9 +1171,6 @@
1233
1171
  .text-gray-900 {
1234
1172
  color: var(--color-gray-900);
1235
1173
  }
1236
- .text-white {
1237
- color: var(--color-white);
1238
- }
1239
1174
  .text-yellow-400 {
1240
1175
  color: var(--color-yellow-400);
1241
1176
  }
@@ -1296,89 +1231,6 @@
1296
1231
  --tw-ease: var(--ease-in-out);
1297
1232
  transition-timing-function: var(--ease-in-out);
1298
1233
  }
1299
- .after\:absolute {
1300
- &::after {
1301
- content: var(--tw-content);
1302
- position: absolute;
1303
- }
1304
- }
1305
- .after\:bottom-1 {
1306
- &::after {
1307
- content: var(--tw-content);
1308
- bottom: calc(var(--spacing) * 1);
1309
- }
1310
- }
1311
- .after\:left-3 {
1312
- &::after {
1313
- content: var(--tw-content);
1314
- left: calc(var(--spacing) * 3);
1315
- }
1316
- }
1317
- .after\:h-0\.5 {
1318
- &::after {
1319
- content: var(--tw-content);
1320
- height: calc(var(--spacing) * 0.5);
1321
- }
1322
- }
1323
- .after\:w-2\/3 {
1324
- &::after {
1325
- content: var(--tw-content);
1326
- width: calc(2/3 * 100%);
1327
- }
1328
- }
1329
- .after\:origin-left {
1330
- &::after {
1331
- content: var(--tw-content);
1332
- transform-origin: left;
1333
- }
1334
- }
1335
- .after\:scale-x-0 {
1336
- &::after {
1337
- content: var(--tw-content);
1338
- --tw-scale-x: 0%;
1339
- scale: var(--tw-scale-x) var(--tw-scale-y);
1340
- }
1341
- }
1342
- .after\:scale-x-100 {
1343
- &::after {
1344
- content: var(--tw-content);
1345
- --tw-scale-x: 100%;
1346
- scale: var(--tw-scale-x) var(--tw-scale-y);
1347
- }
1348
- }
1349
- .after\:transition-transform {
1350
- &::after {
1351
- content: var(--tw-content);
1352
- transition-property: transform, translate, scale, rotate;
1353
- transition-timing-function: var(--tw-ease, var(--default-transition-timing-function));
1354
- transition-duration: var(--tw-duration, var(--default-transition-duration));
1355
- }
1356
- }
1357
- .after\:duration-300 {
1358
- &::after {
1359
- content: var(--tw-content);
1360
- --tw-duration: 300ms;
1361
- transition-duration: 300ms;
1362
- }
1363
- }
1364
- .after\:content-\[\'\'\] {
1365
- &::after {
1366
- content: var(--tw-content);
1367
- --tw-content: '';
1368
- content: var(--tw-content);
1369
- }
1370
- }
1371
- .group-hover\:after\:scale-x-100 {
1372
- &:is(:where(.group):hover *) {
1373
- @media (hover: hover) {
1374
- &::after {
1375
- content: var(--tw-content);
1376
- --tw-scale-x: 100%;
1377
- scale: var(--tw-scale-x) var(--tw-scale-y);
1378
- }
1379
- }
1380
- }
1381
- }
1382
1234
  .hover\:scale-105 {
1383
1235
  &:hover {
1384
1236
  @media (hover: hover) {
@@ -1403,24 +1255,24 @@
1403
1255
  }
1404
1256
  }
1405
1257
  }
1406
- .hover\:bg-gray-400 {
1258
+ .hover\:bg-gray-300 {
1407
1259
  &:hover {
1408
1260
  @media (hover: hover) {
1409
- background-color: var(--color-gray-400);
1261
+ background-color: var(--color-gray-300);
1410
1262
  }
1411
1263
  }
1412
1264
  }
1413
- .hover\:bg-yellow-400 {
1265
+ .hover\:bg-gray-400 {
1414
1266
  &:hover {
1415
1267
  @media (hover: hover) {
1416
- background-color: var(--color-yellow-400);
1268
+ background-color: var(--color-gray-400);
1417
1269
  }
1418
1270
  }
1419
1271
  }
1420
- .hover\:text-\[\#0f172a\] {
1272
+ .hover\:text-black {
1421
1273
  &:hover {
1422
1274
  @media (hover: hover) {
1423
- color: #0f172a;
1275
+ color: var(--color-black);
1424
1276
  }
1425
1277
  }
1426
1278
  }
@@ -1438,10 +1290,10 @@
1438
1290
  }
1439
1291
  }
1440
1292
  }
1441
- .hover\:text-white {
1293
+ .hover\:underline {
1442
1294
  &:hover {
1443
1295
  @media (hover: hover) {
1444
- color: var(--color-white);
1296
+ text-decoration-line: underline;
1445
1297
  }
1446
1298
  }
1447
1299
  }
@@ -1508,21 +1360,11 @@
1508
1360
  grid-template-columns: repeat(3, minmax(0, 1fr));
1509
1361
  }
1510
1362
  }
1511
- .md\:grid-cols-4 {
1512
- @media (width >= 48rem) {
1513
- grid-template-columns: repeat(4, minmax(0, 1fr));
1514
- }
1515
- }
1516
1363
  .md\:items-end {
1517
1364
  @media (width >= 48rem) {
1518
1365
  align-items: flex-end;
1519
1366
  }
1520
1367
  }
1521
- .md\:text-left {
1522
- @media (width >= 48rem) {
1523
- text-align: left;
1524
- }
1525
- }
1526
1368
  .md\:text-4xl {
1527
1369
  @media (width >= 48rem) {
1528
1370
  font-size: var(--text-4xl);
@@ -1534,14 +1376,29 @@
1534
1376
  padding-inline: calc(var(--spacing) * 8);
1535
1377
  }
1536
1378
  }
1537
- .dark\:bg-blue-100 {
1379
+ .dark\:border-gray-100 {
1538
1380
  &:where(.dark, .dark *) {
1539
- background-color: var(--color-blue-100);
1381
+ border-color: var(--color-gray-100);
1540
1382
  }
1541
1383
  }
1542
- .dark\:bg-blue-300 {
1384
+ .dark\:border-gray-300 {
1543
1385
  &:where(.dark, .dark *) {
1544
- background-color: var(--color-blue-300);
1386
+ border-color: var(--color-gray-300);
1387
+ }
1388
+ }
1389
+ .dark\:border-gray-600 {
1390
+ &:where(.dark, .dark *) {
1391
+ border-color: var(--color-gray-600);
1392
+ }
1393
+ }
1394
+ .dark\:border-gray-700 {
1395
+ &:where(.dark, .dark *) {
1396
+ border-color: var(--color-gray-700);
1397
+ }
1398
+ }
1399
+ .dark\:border-gray-900 {
1400
+ &:where(.dark, .dark *) {
1401
+ border-color: var(--color-gray-900);
1545
1402
  }
1546
1403
  }
1547
1404
  .dark\:bg-gray-700 {
@@ -1585,11 +1442,6 @@
1585
1442
  color: var(--color-gray-400);
1586
1443
  }
1587
1444
  }
1588
- .dark\:text-gray-950 {
1589
- &:where(.dark, .dark *) {
1590
- color: var(--color-gray-950);
1591
- }
1592
- }
1593
1445
  .dark\:text-white {
1594
1446
  &:where(.dark, .dark *) {
1595
1447
  color: var(--color-white);
@@ -1617,6 +1469,15 @@
1617
1469
  --tw-prose-td-borders: var(--tw-prose-invert-td-borders);
1618
1470
  }
1619
1471
  }
1472
+ .dark\:hover\:bg-gray-600 {
1473
+ &:where(.dark, .dark *) {
1474
+ &:hover {
1475
+ @media (hover: hover) {
1476
+ background-color: var(--color-gray-600);
1477
+ }
1478
+ }
1479
+ }
1480
+ }
1620
1481
  .dark\:hover\:bg-gray-700 {
1621
1482
  &:where(.dark, .dark *) {
1622
1483
  &:hover {
@@ -1626,6 +1487,15 @@
1626
1487
  }
1627
1488
  }
1628
1489
  }
1490
+ .dark\:hover\:text-white {
1491
+ &:where(.dark, .dark *) {
1492
+ &:hover {
1493
+ @media (hover: hover) {
1494
+ color: var(--color-white);
1495
+ }
1496
+ }
1497
+ }
1498
+ }
1629
1499
  .\[\&\:\:-webkit-scrollbar\]\:w-4\.5 {
1630
1500
  &::-webkit-scrollbar {
1631
1501
  width: calc(var(--spacing) * 4.5);
@@ -1718,11 +1588,6 @@
1718
1588
  inherits: false;
1719
1589
  initial-value: skewY(0);
1720
1590
  }
1721
- @property --tw-space-y-reverse {
1722
- syntax: "*";
1723
- inherits: false;
1724
- initial-value: 0;
1725
- }
1726
1591
  @property --tw-space-x-reverse {
1727
1592
  syntax: "*";
1728
1593
  inherits: false;
@@ -1887,8 +1752,3 @@
1887
1752
  syntax: "*";
1888
1753
  inherits: false;
1889
1754
  }
1890
- @property --tw-content {
1891
- syntax: "*";
1892
- initial-value: "";
1893
- inherits: false;
1894
- }
metadata CHANGED
@@ -1,13 +1,13 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: tear-jekyll-theme
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.0.2
4
+ version: 1.0.4
5
5
  platform: ruby
6
6
  authors:
7
7
  - Rokhimin
8
8
  bindir: bin
9
9
  cert_chain: []
10
- date: 2025-05-21 00:00:00.000000000 Z
10
+ date: 2025-05-22 00:00:00.000000000 Z
11
11
  dependencies:
12
12
  - !ruby/object:Gem::Dependency
13
13
  name: jekyll
@@ -42,6 +42,7 @@ files:
42
42
  - _includes/navigation.html
43
43
  - _layouts/about.html
44
44
  - _layouts/default.html
45
+ - _layouts/gb.html
45
46
  - _layouts/home.html
46
47
  - _layouts/post.html
47
48
  - _layouts/projects.html