Skip to content

Commit ab35c44

Browse files
committed
wip
1 parent 6027ed3 commit ab35c44

File tree

91 files changed

+1146
-64
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

91 files changed

+1146
-64
lines changed

_layouts/default.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
{% include seo_head.html %}
1414

1515
<link as="style" href="{{ site.baseurl }}/assets/css/critical.css" rel="preload">
16-
<link href="{{ site.baseurl }}/assets/css/style.css" rel="stylesheet">
16+
<link href="../assets/css/style_v1.css" rel="stylesheet">
1717
<link href="{{ site.baseurl }}/favicon.ico" rel="icon" type="image/x-icon">
1818
<link href="{{ site.baseurl }}/assets/images/favicon-32x32.png" rel="icon" sizes="32x32" type="image/png">
1919
<link href="{{ site.baseurl }}/assets/images/favicon-16x16.png" rel="icon" sizes="16x16" type="image/png">

_layouts/page.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
{% include seo_head.html %}
1414

1515
<link as="style" href="{{ site.baseurl }}/assets/css/critical.css" rel="preload">
16-
<link href="{{ site.baseurl }}/assets/css/style.css" rel="stylesheet">
16+
<link href="../assets/css/style_v1.css" rel="stylesheet">
1717
<link href="{{ site.baseurl }}/favicon.ico" rel="icon" type="image/x-icon">
1818
<link href="{{ site.baseurl }}/assets/images/favicon-32x32.png" rel="icon" sizes="32x32" type="image/png">
1919
<link href="{{ site.baseurl }}/assets/images/favicon-16x16.png" rel="icon" sizes="16x16" type="image/png">

_layouts/post.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -95,7 +95,7 @@
9595
</script>
9696
{% endif %}
9797

98-
<link href="{{ site.baseurl }}/assets/css/style.css" rel="stylesheet">
98+
<link href="../assets/css/style_v1.css" rel="stylesheet">
9999
<link href="{{ site.baseurl }}/favicon.ico" rel="icon" type="image/x-icon">
100100
<link href="{{ site.baseurl }}/assets/images/favicon-32x32.png" rel="icon" sizes="32x32" type="image/png">
101101
<link href="{{ site.baseurl }}/assets/images/favicon-16x16.png" rel="icon" sizes="16x16" type="image/png">

_posts/projects/2025-11-27-comicbook-thanksgiving.md

Lines changed: 344 additions & 0 deletions

_posts/projects/2025-11-27-comicbook-vectorclocks.md

Lines changed: 445 additions & 0 deletions

_posts/projects/2025-11-27-comicbook-xmas.md

Lines changed: 354 additions & 0 deletions
Lines changed: 0 additions & 31 deletions
Original file line numberDiff line numberDiff line change
@@ -3036,34 +3036,3 @@ img[loading="lazy"].loaded {
30363036
justify-content: center;
30373037
}
30383038
}
3039-
display: none;
3040-
flex-direction: column;
3041-
gap: 0;
3042-
padding: 0;
3043-
margin-top: 0;
3044-
position: absolute;
3045-
top: 100%;
3046-
left: 0;
3047-
right: 0;
3048-
background: var(--bg-secondary);
3049-
border-top: 2px solid var(--primary-color);
3050-
border-bottom: 2px solid var(--primary-color);
3051-
box-shadow: 0 10px 30px rgba(0, 0, 0, 0.5);
3052-
z-index: 1000;
3053-
max-height: 70vh;
3054-
overflow-y: auto;
3055-
}
3056-
.site-nav.active {
3057-
display: flex;
3058-
animation: slideDown 0.3s ease;
3059-
}
3060-
@keyframes slideDown {
3061-
from {
3062-
opacity: 0;
3063-
transform: translateY(-10px);
3064-
}
3065-
to {
3066-
opacity: 1;
3067-
transform: translateY(0);
3068-
}
3069-
padding: 12px 15px;
2.35 MB
2.27 MB
2.53 MB

0 commit comments

Comments
 (0)