commit ffab405e100cb3e830c666565e3a5f4bf1a35951
parent acb72626243a5448ae9241ee9bdc3658c5089ca1
Author: JayVii <jayvii[AT]posteo[DOT]de>
Date: Tue, 22 Oct 2024 15:32:32 +0200
feat: add linkding instance
Diffstat:
2 files changed, 5 insertions(+), 4 deletions(-)
diff --git a/assets/css/custom.css b/assets/css/custom.css
@@ -8,7 +8,7 @@
background-image: radial-gradient(circle at 82% 60%, rgba(59, 59, 59,0.06) 0%, rgba(59, 59, 59,0.06) 69%,transparent 69%, transparent 100%),radial-gradient(circle at 36% 0%, rgba(185, 185, 185,0.06) 0%, rgba(185, 185, 185,0.06) 59%,transparent 59%, transparent 100%),radial-gradient(circle at 58% 82%, rgba(183, 183, 183,0.06) 0%, rgba(183, 183, 183,0.06) 17%,transparent 17%, transparent 100%),radial-gradient(circle at 71% 32%, rgba(19, 19, 19,0.06) 0%, rgba(19, 19, 19,0.06) 40%,transparent 40%, transparent 100%),radial-gradient(circle at 77% 5%, rgba(31, 31, 31,0.06) 0%, rgba(31, 31, 31,0.06) 52%,transparent 52%, transparent 100%),radial-gradient(circle at 96% 80%, rgba(11, 11, 11,0.06) 0%, rgba(11, 11, 11,0.06) 73%,transparent 73%, transparent 100%),radial-gradient(circle at 91% 59%, rgba(252, 252, 252,0.06) 0%, rgba(252, 252, 252,0.06) 44%,transparent 44%, transparent 100%),radial-gradient(circle at 52% 82%, rgba(223, 223, 223,0.06) 0%, rgba(223, 223, 223,0.06) 87%,transparent 87%, transparent 100%),radial-gradient(circle at 84% 89%, rgba(160, 160, 160,0.06) 0%, rgba(160, 160, 160,0.06) 57%,transparent 57%, transparent 100%),linear-gradient(90deg, rgb(46, 75, 248),rgb(166, 255, 237));
}
-.link-dev, .link-pst {
+.link-dev, .link-pst, .link-lnk {
/* Source: https://www.gradientmagic.com/collection/complexcircles/gradient/1584217947897 (Mirrored 180dec) */
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));}
diff --git a/config.toml b/config.toml
@@ -9,15 +9,16 @@ disableKinds = ["taxonomy", "term"]
headline = "Landing page for all my public services and websites"
# image = "images/jayvii.jpg"
links = [
- { web = { href = "https://www.jayvii.de", icon = "none", text = "Website", title = "My personal Website" } },
+ { 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 = "My personal Ktistec server" } },
+ { fed = { href = "https://social.jayvii.de", icon = "none", text = "Fediverse", title = "Personal Ktistec server" } },
{ 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" } },
{ pod = { href = "https://yt2rss.jayvii.de", icon = "none", text = "yt2rss", title = "Public instance of yt2rss" } },
{ twi = { href = "https://twitch.jayvii.de", icon = "none", text = "tw2html", title = "Public instance of tw2html" } },
- { pst = { href = "https://paste.jayvii.de", icon = "none", text = "Paste Bin", title = "My personal pasteserver bin" } },
+ { lnk = { href = "https://links.jayvii.de", icon = "none", text = "Link Bin", title = "Personal linkding instance" } },
+ { pst = { href = "https://paste.jayvii.de", icon = "none", text = "Paste Bin", title = "Personal pasteserver bin" } },
{ dev = { href = "https://src.jayvii.de", icon = "none", text = "Git Repositories", title = "Stagit instance with my public repositories" } },
{ trf = { href = "https://traffic.jayvii.de", icon = "none", text = "Traffic Counter: Website", title = "Traffic counter for www.jayvii.de" } },
{ trf = { href = "https://traffic.src.jayvii.de", icon = "none", text = "Traffic Counter: Git Repositories", title = "Traffic counter for src.jayvii.de" } },