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