feat: shadow
This commit is contained in:
10
_config.yml
10
_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.
|
||||
|
||||
@@ -28,4 +28,4 @@ sk:
|
||||
email: valknar@pivoine.art
|
||||
twitter: bordeaux1981
|
||||
sexy: https://sexy.pivoine.art
|
||||
code: valknar
|
||||
github: valknarogg
|
||||
|
||||
@@ -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/
|
||||
|
||||
@@ -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
|
||||
- Changed Her Mind Again... - Breaks Remix.mp3
|
||||
-
|
||||
slug: shadow
|
||||
artist: Valknar
|
||||
default: true
|
||||
title: Shadow
|
||||
tracks:
|
||||
- Shadow.mp3
|
||||
|
||||
10
_includes/scripts/dark-mode.min.js
vendored
10
_includes/scripts/dark-mode.min.js
vendored
@@ -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);
|
||||
|
||||
36
_includes/scripts/load-js.min.js
vendored
36
_includes/scripts/load-js.min.js
vendored
@@ -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);
|
||||
|
||||
21
_includes/scripts/nomodule.min.js
vendored
21
_includes/scripts/nomodule.min.js
vendored
@@ -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())})();
|
||||
|
||||
@@ -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,
|
||||
},
|
||||
|
||||
17
_posts/music/2025-11-07-shadow.md
Normal file
17
_posts/music/2025-11-07-shadow.md
Normal file
@@ -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.
|
||||
BIN
assets/bg/mesh.mp4
Normal file
BIN
assets/bg/mesh.mp4
Normal file
Binary file not shown.
BIN
assets/bg/mesh.webp
Normal file
BIN
assets/bg/mesh.webp
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 621 KiB |
Binary file not shown.
|
Before Width: | Height: | Size: 8.7 MiB |
Binary file not shown.
|
Before Width: | Height: | Size: 722 KiB |
BIN
assets/posts/music/shadow/shadow.mp4
Normal file
BIN
assets/posts/music/shadow/shadow.mp4
Normal file
Binary file not shown.
BIN
assets/posts/music/shadow/shadow.webp
Normal file
BIN
assets/posts/music/shadow/shadow.webp
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 700 KiB |
BIN
assets/sounds/shadow/Shadow.mp3
Normal file
BIN
assets/sounds/shadow/Shadow.mp3
Normal file
Binary file not shown.
Reference in New Issue
Block a user