pub / startpage

Personal Browser Homepage: start.jayvii.de
git clone https://src.jayvii.de/pub/startpage.git
Home | Log | Files | Exports | Refs | Submodules | RSS

commit 53fa4c995b577a623981ff69dc8a63888339ae23
parent 539ee17cd39cbfa43fb27c8bbfe3c1ec13084c27
Author: JayVii <jayvii[AT]posteo[DOT]de>
Date:   Sun,  2 Jun 2024 12:26:59 +0200

Reorganise Links; Add Newsplanet

Diffstat:
Mconfig.toml | 2+-
Mdata/links.yml | 28++++++++++++++--------------
2 files changed, 15 insertions(+), 15 deletions(-)

diff --git a/config.toml b/config.toml @@ -8,6 +8,6 @@ startPageColumns = true welcomeText = "" [[params.searchEngines]] - name = "the web" + name = "the web 🔎" activated = true url = "https://search.jayvii.de" diff --git a/data/links.yml b/data/links.yml @@ -1,9 +1,17 @@ --- -- group: Social & News +- group: Social items: - - title: Social + - title: Fediverse url: https://social.jayvii.de icon: fas fa-hashtag + - title: Website + url: https://www.jayvii.de + icon: fas fa-globe +- group: News + items: + - title: Planet + url: https://news.jayvii.de + icon: fas fa-newspaper - title: Miniflux url: https://rss.jayvii.de icon: fas fa-rss @@ -15,19 +23,11 @@ - title: Streams url: https://twitch.jayvii.de icon: fab fa-twitch -- group: Organisation +- group: Development items: + - title: Git + url: https://src.jayvii.de + icon: fab fa-git-alt - title: Links url: https://links.jayvii.de icon: fas fa-link - - title: Books - url: https://books.jayvii.de - icon: fas fa-book -- group: Development - items: - - title: Git (Public) - url: https://src.jayvii.de/pub - icon: fab fa-git-alt - - title: Git (Private) - url: https://src.jayvii.de/priv - icon: fab fa-git-alt