Skip to content

Commit cd1f2e8

Browse files
committed
jazz
1 parent 6f45512 commit cd1f2e8

4 files changed

Lines changed: 5 additions & 1 deletion

File tree

pages/_layouts/blog/post.liquid

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@ tags: post
1010

1111
<meta property="og:type" content="website">
1212
<meta property="og:title" content="{{ title }} | Vincent V">
13+
<meta property="og:url" content="https://vivcoding.github.io">
1314
<meta property="og:image" content="/assets/images/logo-bg.png">
1415
<meta property="og:description" content="{{ content | excerpt | strip_html | strip_newlines | truncatewords: 30 }}">
1516

pages/blog/2024-01-16_wizards.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,4 +47,4 @@ I guess this also gives an opportunity to discuss the untrusting nature of human
4747

4848
<img src="https://media1.tenor.com/m/-URYSckgL9sAAAAd/get-out-of-my-head-meme.gif" alt="cat like me fr" width=200>
4949

50-
> Edit: Reading my ramble retrospectively, I do believe documentation and explaining stuff is important. I just find it fascinating how it's part of human nature to question stuff even if we know it's the truth. Perhaps it's linked to the fact that the source of truth is something we created as _humans_, and we cannot believe what we made is correct? idk.
50+
> Edit: Reading my ramble retrospectively, I think I wanted to be clear that I do believe documentation and explaining stuff is important. I just find it fascinating how it's part of human nature to question stuff even if we know it's the truth. Perhaps it's linked to the fact that the source of truth is something we created as _humans_, and we cannot believe what we made is correct? idk.

pages/index.liquid

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@
1111

1212
<meta property="og:type" content="website">
1313
<meta property="og:title" content="Vincent V">
14+
<meta property="og:url" content="https://vivcoding.github.io">
1415
<meta property="og:image" content="/assets/images/logo-bg.png">
1516
<meta property="og:description" content="CS Master's @ Purdue University">
1617

scripts/section-transitions/navbar.ts

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,8 @@ export function initTransition() {
3232
}
3333
if (percentage > SETTINGS_TRIGGER) {
3434
settingsBtnOverlay.classList.remove(GROUP_HOVER_CLASS)
35+
// override important styles
36+
settingsBtnOverlay.style.setProperty("animation-delay", "0s", "important")
3537
const opacity = 1 - (percentage - SETTINGS_TRIGGER) / 0.1
3638
settingsBtnOverlayContainer.style.opacity = `${opacity}`
3739
if (opacity <= 0) {

0 commit comments

Comments
 (0)