pub / landing.jayvii.de

Landing Page at jayvii.de
git clone https://src.jayvii.de/pub/landing.jayvii.de.git
Home | Log | Files | Exports | Refs | Submodules | RSS

commit 85bac2b5923102c44c1a33ebec4ed11785a249d3
parent b0092c505d1a68f2b6ef7daa804c94ae6e190d7d
Author: JayVii <jayvii[AT]posteo[DOT]de>
Date:   Tue, 22 Oct 2024 20:30:45 +0200

feat: add serĉi

Diffstat:
Massets/css/custom.css | 2+-
Mconfig.toml | 1+
2 files changed, 2 insertions(+), 1 deletion(-)

diff --git a/assets/css/custom.css b/assets/css/custom.css @@ -8,7 +8,7 @@ background-image: radial-gradient(circle at 47% 14%, rgba(205, 205, 205,0.04) 0%, rgba(205, 205, 205,0.04) 43%,transparent 43%, transparent 100%),radial-gradient(circle at 35% 12%, rgba(215, 215, 215,0.04) 0%, rgba(215, 215, 215,0.04) 4%,transparent 4%, transparent 100%),radial-gradient(circle at 1% 35%, rgba(24, 24, 24,0.04) 0%, rgba(24, 24, 24,0.04) 37%,transparent 37%, transparent 100%),radial-gradient(circle at 21% 1%, rgba(0, 0, 0,0.04) 0%, rgba(0, 0, 0,0.04) 26%,transparent 26%, transparent 100%),radial-gradient(circle at 23% 82%, rgba(249, 249, 249,0.04) 0%, rgba(249, 249, 249,0.04) 60%,transparent 60%, transparent 100%),radial-gradient(circle at 11% 54%, rgba(251, 251, 251,0.04) 0%, rgba(251, 251, 251,0.04) 23%,transparent 23%, transparent 100%),radial-gradient(circle at 69% 68%, rgba(234, 234, 234,0.04) 0%, rgba(234, 234, 234,0.04) 10%,transparent 10%, transparent 100%),linear-gradient(270deg, rgb(228, 46, 222),rgb(63, 61, 215));} -.link-nws, .link-rss { +.link-nws, .link-rss, .link-srh { /* Source: https://www.gradientmagic.com/collection/complexcircles/gradient/1584217872382 (Mirrored 180d) */ background-image: radial-gradient(circle at 19% 90%, rgba(190, 190, 190,0.04) 0%, rgba(190, 190, 190,0.04) 17%,transparent 17%, transparent 100%),radial-gradient(circle at 73% 2%, rgba(78, 78, 78,0.04) 0%, rgba(78, 78, 78,0.04) 94%,transparent 94%, transparent 100%),radial-gradient(circle at 45% 2%, rgba(18, 18, 18,0.04) 0%, rgba(18, 18, 18,0.04) 55%,transparent 55%, transparent 100%),radial-gradient(circle at 76% 60%, rgba(110, 110, 110,0.04) 0%, rgba(110, 110, 110,0.04) 34%,transparent 34%, transparent 100%),radial-gradient(circle at 68% 56%, rgba(246, 246, 246,0.04) 0%, rgba(246, 246, 246,0.04) 16%,transparent 16%, transparent 100%),radial-gradient(circle at 71% 42%, rgba(156, 156, 156,0.04) 0%, rgba(156, 156, 156,0.04) 47%,transparent 47%, transparent 100%),radial-gradient(circle at 46% 82%, rgba(247, 247, 247,0.04) 0%, rgba(247, 247, 247,0.04) 39%,transparent 39%, transparent 100%),radial-gradient(circle at 50% 47%, rgba(209, 209, 209,0.04) 0%, rgba(209, 209, 209,0.04) 45%,transparent 45%, transparent 100%),linear-gradient(270deg, rgb(84, 36, 210),rgb(44, 27, 154)); } diff --git a/config.toml b/config.toml @@ -12,6 +12,7 @@ disableKinds = ["taxonomy", "term"] { web = { href = "https://www.jayvii.de", icon = "none", text = "Website", title = "Personal Website" } }, { blg = { href = "https://www.jayvii.de/posts", icon = "none", text = "Blog", title = "Blog on my Website" } }, { fed = { href = "https://social.jayvii.de", icon = "none", text = "Fediverse", title = "Personal Ktistec server" } }, + { srh = { href = "https://search.jayvii.de", icon = "none", text = "Serĉi (Search)", title = "Key-word powered search engine re-director" } }, { nws = { href = "https://news.jayvii.de", icon = "none", text = "News Feed", title = "Stagit instance with my public repositories" } }, { rss = { href = "https://rss.jayvii.de", icon = "none", text = "RSS Reader", title = "Selfoss RSS reader instance" } }, { vid = { href = "https://video.jayvii.de", icon = "none", text = "yt2html", title = "Public instance of yt2html" } },