commit 539ee17cd39cbfa43fb27c8bbfe3c1ec13084c27 parent d31b0385b3c8f8f2def23bad6ab2ab75ffcb1c81 Author: JayVii <jayvii[AT]posteo[DOT]de> Date: Fri, 3 May 2024 18:02:16 +0200 Enable new video site; add development column Diffstat:
M | config.toml | | | 4 | ++-- |
M | data/links.yml | | | 17 | ++++++++++------- |
2 files changed, 12 insertions(+), 9 deletions(-)
diff --git a/config.toml b/config.toml @@ -5,9 +5,9 @@ theme = 'bootstrap-bp-hugo-startpage' [params] startPageColumns = true -# welcomeText = "Startpage!" +welcomeText = "" [[params.searchEngines]] - name = "" + name = "the web" activated = true url = "https://search.jayvii.de" diff --git a/data/links.yml b/data/links.yml @@ -10,9 +10,9 @@ - group: Entertainment items: - title: Videos - url: https://rss.jayvii.de/category/11/entries + url: https://video.jayvii.de icon: fab fa-youtube - - title: Livestreams + - title: Streams url: https://twitch.jayvii.de icon: fab fa-twitch - group: Organisation @@ -23,8 +23,11 @@ - title: Books url: https://books.jayvii.de icon: fas fa-book -# - group: Websites -# items: -# - title: Website -# url: https://www.jayvii.de -# icon: fas fa-globe +- 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