diff --git a/_config.yml b/_config.yml index 632c3a4..6c49633 100644 --- a/_config.yml +++ b/_config.yml @@ -34,9 +34,9 @@ collections: output: true permalink: /:categories/:slug -accent_image: /assets/bg/hypertown.webp -accent_video: /assets/bg/hypertown.mp4 -accent_color: rgb(255, 168, 202) +accent_image: /assets/bg/mesh.webp +accent_video: /assets/bg/mesh.mp4 +accent_color: rgb(206, 39, 91) theme_color: rgb(255,255,255) menu: @@ -145,7 +145,7 @@ pivoine: # This will increase site build speed dramatically! no_inline_css: false - # Set to `true` if you don't intend on changing the accent color on a per-page basis. + # Set to `true` if you don't intend on changing the accent color on a per-page basis. # This will increase site build speed! no_page_style: false @@ -189,7 +189,7 @@ pivoine: # Buyers of the PRO version can opt to hide all dates from the theme. # Frequent consumers of online content will know that nothing devalues a post like - # seeing an old date. + # seeing an old date. hide_dates: false # Similarly, showing last modified date can devalue a post if it is too far in the past. diff --git a/_data/authors.yml b/_data/authors.yml index 7563ed2..cc5992a 100644 --- a/_data/authors.yml +++ b/_data/authors.yml @@ -28,4 +28,4 @@ sk: email: valknar@pivoine.art twitter: bordeaux1981 sexy: https://sexy.pivoine.art - code: valknar + github: valknarogg diff --git a/_data/social.yml b/_data/social.yml index 4f430c4..1eca0c1 100644 --- a/_data/social.yml +++ b/_data/social.yml @@ -264,7 +264,3 @@ mastodon: sexy: name: sexy.pivoine.art icon: gi gi-duality-mask -code: - name: code.pivoine.art - icon: gi gi-book-cover - prepend: https://code.pivoine.art/ diff --git a/_data/sounds.yml b/_data/sounds.yml index 64632b0..3757244 100644 --- a/_data/sounds.yml +++ b/_data/sounds.yml @@ -2,7 +2,6 @@ slug: hyperloop artist: Valknar title: Hyperloop - default: true tracks: - Hyperloop I.mp3 - Hyperloop II.mp3 @@ -61,4 +60,11 @@ artist: Cold Stares title: Changed Her Mind Again... - Breaks Remix tracks: - - Changed Her Mind Again... - Breaks Remix.mp3 \ No newline at end of file + - Changed Her Mind Again... - Breaks Remix.mp3 +- + slug: shadow + artist: Valknar + default: true + title: Shadow + tracks: + - Shadow.mp3 diff --git a/_includes/scripts/dark-mode.min.js b/_includes/scripts/dark-mode.min.js index e15421f..42dd1ca 100644 --- a/_includes/scripts/dark-mode.min.js +++ b/_includes/scripts/dark-mode.min.js @@ -1,9 +1 @@ -((e, s) => { - var d = "light-mode", - a = "dark-mode", - o = new Date().getHours(); - ("matchMedia" in e && e.matchMedia("(prefers-color-scheme)")) || - ((e = (o = o <= e._sunrise || o >= e._sunset ? a : d) == a ? d : a), - s.body.classList.add(o), - s.body.classList.remove(e)); -})(window, document); +((e,s)=>{var d="light-mode",a="dark-mode",o=(new Date).getHours();"matchMedia"in e&&e.matchMedia("(prefers-color-scheme)")||(e=(o=o<=e._sunrise||o>=e._sunset?a:d)==a?d:a,s.body.classList.add(o),s.body.classList.remove(e))})(window,document); diff --git a/_includes/scripts/load-js.min.js b/_includes/scripts/load-js.min.js index 362063c..12a745b 100644 --- a/_includes/scripts/load-js.min.js +++ b/_includes/scripts/load-js.min.js @@ -1,35 +1 @@ -((r, a) => { - function d(e, t, n, o) { - e.addEventListener - ? e.addEventListener(t, n, o) - : e.attachEvent - ? e.attachEvent("on" + t, n) - : (e["on" + t] = n); - } - (r.loadJS = function (e, t) { - var n = a.createElement("script"), - e = ((n.src = e), t && d(n, "load", t, { once: !0 }), a.scripts[0]); - return e.parentNode.insertBefore(n, e), n; - }), - (r._loaded = !1), - (r.loadJSDeferred = function (e, t) { - var n = a.createElement("script"); - function o() { - (r._loaded = !0), t && d(n, "load", t, { once: !0 }); - var e = a.scripts[0]; - e.parentNode.insertBefore(n, e); - } - return (n.src = e), r._loaded ? o() : d(r, "load", o, { once: !0 }), n; - }), - (r.setRel = r.setRelStylesheet = - function (e) { - d( - a.getElementById(e), - "load", - function () { - this.rel = "stylesheet"; - }, - { once: !0 }, - ); - }); -})(window, document); +((r,a)=>{function d(e,t,n,o){e.addEventListener?e.addEventListener(t,n,o):e.attachEvent?e.attachEvent("on"+t,n):e["on"+t]=n}r.loadJS=function(e,t){var n=a.createElement("script"),e=(n.src=e,t&&d(n,"load",t,{once:!0}),a.scripts[0]);return e.parentNode.insertBefore(n,e),n},r._loaded=!1,r.loadJSDeferred=function(e,t){var n=a.createElement("script");function o(){r._loaded=!0,t&&d(n,"load",t,{once:!0});var e=a.scripts[0];e.parentNode.insertBefore(n,e)}return n.src=e,r._loaded?o():d(r,"load",o,{once:!0}),n},r.setRel=r.setRelStylesheet=function(e){d(a.getElementById(e),"load",function(){this.rel="stylesheet"},{once:!0})}})(window,document); diff --git a/_includes/scripts/nomodule.min.js b/_includes/scripts/nomodule.min.js index 2fb5105..73ddcdc 100644 --- a/_includes/scripts/nomodule.min.js +++ b/_includes/scripts/nomodule.min.js @@ -1,20 +1 @@ -(() => { - var t, - n = document.createElement("script"); - !("noModule" in n) && - "onbeforeload" in n && - ((t = !1), - document.addEventListener( - "beforeload", - function (e) { - if (e.target === n) t = !0; - else if (!e.target.hasAttribute("nomodule") || !t) return; - e.preventDefault(); - }, - !0, - ), - (n.type = "module"), - (n.src = "."), - document.head.appendChild(n), - n.remove()); -})(); +(()=>{var t,n=document.createElement("script");!("noModule"in n)&&"onbeforeload"in n&&(t=!1,document.addEventListener("beforeload",function(e){if(e.target===n)t=!0;else if(!e.target.hasAttribute("nomodule")||!t)return;e.preventDefault()},!0),n.type="module",n.src=".",document.head.appendChild(n),n.remove())})(); diff --git a/_js/src/sound.js b/_js/src/sound.js index 7a99945..81f339e 100644 --- a/_js/src/sound.js +++ b/_js/src/sound.js @@ -81,18 +81,7 @@ import { Wave } from "@foobar404/wave"; new wave.animations.Arcs({ lineColor: { gradient: [ - "#d16ba5", - "#c777b9", - "#ba83ca", - "#aa8fd8", - "#9a9ae1", - "#8aa7ec", - "#79b3f4", - "#69bff8", - "#52cffe", - "#41dfff", - "#46eefa", - "#5ffbf1", + "#ce275b", "#cc2269", "#c82176", "#c22484", "#ba2a91", "#af329e", "#a33aaa", "#9342b5", "#814abe", "#6c51c5", "#5157cb", "#275cce" ], rotate: 45, }, diff --git a/_posts/music/2025-11-07-shadow.md b/_posts/music/2025-11-07-shadow.md new file mode 100644 index 0000000..a9acfbf --- /dev/null +++ b/_posts/music/2025-11-07-shadow.md @@ -0,0 +1,17 @@ +--- +title: Shadow +description: In My Shadow +hide_description: true +date: 2025-11-07 00:00:00 +0100 +layout: post +image: /assets/posts/music/shadow/shadow.webp +accent_image: /assets/posts/music/shadow/shadow.webp +accent_video: /assets/posts/music/shadow/shadow.mp4 +categories: [Music] +tags: [] +sound: shadow +author: + name: Valknar +--- + +In My Shadow. diff --git a/assets/bg/mesh.mp4 b/assets/bg/mesh.mp4 new file mode 100644 index 0000000..b3bd586 Binary files /dev/null and b/assets/bg/mesh.mp4 differ diff --git a/assets/bg/mesh.webp b/assets/bg/mesh.webp new file mode 100644 index 0000000..8d1db82 Binary files /dev/null and b/assets/bg/mesh.webp differ diff --git a/assets/img/birthday-0.png b/assets/img/birthday-0.png deleted file mode 100644 index a5cf4cb..0000000 Binary files a/assets/img/birthday-0.png and /dev/null differ diff --git a/assets/img/birthday-44.gif b/assets/img/birthday-44.gif deleted file mode 100644 index ddbda88..0000000 Binary files a/assets/img/birthday-44.gif and /dev/null differ diff --git a/assets/posts/music/shadow/shadow.mp4 b/assets/posts/music/shadow/shadow.mp4 new file mode 100644 index 0000000..0cbd3a6 Binary files /dev/null and b/assets/posts/music/shadow/shadow.mp4 differ diff --git a/assets/posts/music/shadow/shadow.webp b/assets/posts/music/shadow/shadow.webp new file mode 100644 index 0000000..59ae88c Binary files /dev/null and b/assets/posts/music/shadow/shadow.webp differ diff --git a/assets/sounds/shadow/Shadow.mp3 b/assets/sounds/shadow/Shadow.mp3 new file mode 100644 index 0000000..b579ac7 Binary files /dev/null and b/assets/sounds/shadow/Shadow.mp3 differ