Skip to content

Commit c47693d

Browse files
committed
deploy: 88329f8
1 parent 05b7052 commit c47693d

File tree

8 files changed

+35
-41
lines changed

8 files changed

+35
-41
lines changed

404.html

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1272,10 +1272,9 @@ <h1 id="content-not-found">Content not found.</h1>
12721272
Built with <a href="https://www.11ty.dev/">Eleventy v3.1.2</a>
12731273
</p>
12741274
</footer>
1275+
<script src="/linuxjava7.github.io/js/animation.js" defer=""></script>
1276+
<!-- This page `/404.html` was built on 2025-07-10T17:58:08.119Z -->
1277+
<script type="module" src="/linuxjava7.github.io/dist/xbxy_EL6cU.js"></script>
12751278

1276-
1277-
1278-
<!-- This page `/404.html` was built on 2025-07-10T17:37:53.132Z -->
1279-
<script type="module" src="/linuxjava7.github.io/dist/T4KDWBEZSO.js"></script>
12801279
</body>
12811280
</html>

blog/index.html

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1269,10 +1269,9 @@ <h1 id="blog-posts">Blog Posts</h1>
12691269
Built with <a href="https://www.11ty.dev/">Eleventy v3.1.2</a>
12701270
</p>
12711271
</footer>
1272+
<script src="/linuxjava7.github.io/js/animation.js" defer=""></script>
1273+
<!-- This page `/blog/` was built on 2025-07-10T17:58:08.117Z -->
1274+
<script type="module" src="/linuxjava7.github.io/dist/xbxy_EL6cU.js"></script>
12721275

1273-
1274-
1275-
<!-- This page `/blog/` was built on 2025-07-10T17:37:53.130Z -->
1276-
<script type="module" src="/linuxjava7.github.io/dist/T4KDWBEZSO.js"></script>
12771276
</body>
12781277
</html>

blog/simracing/index.html

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1456,10 +1456,9 @@ <h2 id="to-answer-the-question-in-the-title">To answer the question in the title
14561456
Built with <a href="https://www.11ty.dev/">Eleventy v3.1.2</a>
14571457
</p>
14581458
</footer>
1459+
<script src="/linuxjava7.github.io/js/animation.js" defer=""></script>
1460+
<!-- This page `/blog/simracing/` was built on 2025-07-10T17:58:08.120Z -->
1461+
<script type="module" src="/linuxjava7.github.io/dist/xbxy_EL6cU.js"></script>
14591462

1460-
1461-
1462-
<!-- This page `/blog/simracing/` was built on 2025-07-10T17:37:53.132Z -->
1463-
<script type="module" src="/linuxjava7.github.io/dist/T4KDWBEZSO.js"></script>
14641463
</body>
14651464
</html>
Lines changed: 1 addition & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -224,20 +224,4 @@ class HeadingAnchors extends HTMLElement {
224224

225225
HeadingAnchors.register();
226226

227-
export { HeadingAnchors }
228-
document.addEventListener("DOMContentLoaded", () => {
229-
const allElements = document.querySelectorAll(
230-
"main h1, main h2, main h3, main h4, main h5, main h6, main p, main li, main .card",
231-
);
232-
233-
let staggerIndex = 0;
234-
235-
allElements.forEach((el) => {
236-
if (el.classList.contains("card") || !el.closest(".card")) {
237-
el.classList.add("appear");
238-
el.style.animationDelay = `${staggerIndex * 150}ms`;
239-
el.style.animationDuration = "800ms";
240-
staggerIndex++;
241-
}
242-
});
243-
});
227+
export { HeadingAnchors }

index.html

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1324,10 +1324,9 @@ <h3 id="gnome">GNOME</h3>
13241324
Built with <a href="https://www.11ty.dev/">Eleventy v3.1.2</a>
13251325
</p>
13261326
</footer>
1327+
<script src="/linuxjava7.github.io/js/animation.js" defer=""></script>
1328+
<!-- This page `/` was built on 2025-07-10T17:58:08.118Z -->
1329+
<script type="module" src="/linuxjava7.github.io/dist/xbxy_EL6cU.js"></script>
13271330

1328-
1329-
1330-
<!-- This page `/` was built on 2025-07-10T17:37:53.131Z -->
1331-
<script type="module" src="/linuxjava7.github.io/dist/T4KDWBEZSO.js"></script>
13321331
</body>
13331332
</html>

js/animation.js

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,16 @@
1+
document.addEventListener("DOMContentLoaded", () => {
2+
const allElements = document.querySelectorAll(
3+
"main h1, main h2, main h3, main h4, main h5, main h6, main p, main li, main .card",
4+
);
5+
6+
let staggerIndex = 0;
7+
8+
allElements.forEach((el) => {
9+
if (el.classList.contains("card") || !el.closest(".card")) {
10+
el.classList.add("appear");
11+
el.style.animationDelay = `${staggerIndex * 150}ms`;
12+
el.style.animationDuration = "800ms";
13+
staggerIndex++;
14+
}
15+
});
16+
});

tags/gaming/index.html

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1270,10 +1270,9 @@ <h1 id="tagged-gaming">Tagged “gaming”</h1>
12701270
Built with <a href="https://www.11ty.dev/">Eleventy v3.1.2</a>
12711271
</p>
12721272
</footer>
1273+
<script src="/linuxjava7.github.io/js/animation.js" defer=""></script>
1274+
<!-- This page `/tags/gaming/` was built on 2025-07-10T17:58:08.119Z -->
1275+
<script type="module" src="/linuxjava7.github.io/dist/xbxy_EL6cU.js"></script>
12731276

1274-
1275-
1276-
<!-- This page `/tags/gaming/` was built on 2025-07-10T17:37:53.131Z -->
1277-
<script type="module" src="/linuxjava7.github.io/dist/T4KDWBEZSO.js"></script>
12781277
</body>
12791278
</html>

tags/index.html

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1266,10 +1266,9 @@ <h1 id="tags">Tags</h1>
12661266
Built with <a href="https://www.11ty.dev/">Eleventy v3.1.2</a>
12671267
</p>
12681268
</footer>
1269+
<script src="/linuxjava7.github.io/js/animation.js" defer=""></script>
1270+
<!-- This page `/tags/` was built on 2025-07-10T17:58:08.118Z -->
1271+
<script type="module" src="/linuxjava7.github.io/dist/xbxy_EL6cU.js"></script>
12691272

1270-
1271-
1272-
<!-- This page `/tags/` was built on 2025-07-10T17:37:53.130Z -->
1273-
<script type="module" src="/linuxjava7.github.io/dist/T4KDWBEZSO.js"></script>
12741273
</body>
12751274
</html>

0 commit comments

Comments
 (0)