From c6bcf572cf3e7a564044cedca369245b6c0ee74d Mon Sep 17 00:00:00 2001 From: Nicolai Ort Date: Sat, 18 Jan 2025 08:24:16 +0100 Subject: [PATCH] style: Added icons --- config.yaml | 11 ++++++--- data/icons.yaml | 3 +++ static/logo.svg | 64 +++++++++++++++++++++++++++++++++++++++++++++++++ 3 files changed, 75 insertions(+), 3 deletions(-) create mode 100644 data/icons.yaml create mode 100644 static/logo.svg diff --git a/config.yaml b/config.yaml index b47a777..25d78a4 100644 --- a/config.yaml +++ b/config.yaml @@ -70,6 +70,11 @@ menu: weight: 6 params: type: search + - name: Sourcecode + weight: 7 + url: "https://git.odit.services/lfk" + params: + icon: gitea # sidebar: # - identifier: more @@ -88,12 +93,12 @@ params: displayTitle: true displayLogo: true logo: - path: logo.png - dark: logo.png + path: logo.svg + dark: logo.svg # width: 40 # height: 20 # link: / - width: wide + width: normal page: width: normal theme: diff --git a/data/icons.yaml b/data/icons.yaml new file mode 100644 index 0000000..5e5cbcd --- /dev/null +++ b/data/icons.yaml @@ -0,0 +1,3 @@ +git: 'Git' +gitea: 'Gitea' +lfk: '' \ No newline at end of file diff --git a/static/logo.svg b/static/logo.svg new file mode 100644 index 0000000..b668370 --- /dev/null +++ b/static/logo.svg @@ -0,0 +1,64 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + \ No newline at end of file