From: Jannik ZANDER Date: Sun, 22 Dec 2019 12:46:10 +0000 (+0100) Subject: Add logo X-Git-Url: https://git.zndr.dk/?a=commitdiff_plain;h=a017b02b8c1b279c8cf917a3f875cd91851b9fd9;p=vuepress.git Add logo --- diff --git a/deploy.sh b/deploy.sh index fff8025..bf9aec9 100755 --- a/deploy.sh +++ b/deploy.sh @@ -13,4 +13,5 @@ rm -rf $HOME/public/* cp -R docs/.vuepress/public/* $HOME/public cp docs/img/favicon.ico $HOME/public +cp docs/img/logo.png $HOME/public diff --git a/docs/.vuepress/config.js b/docs/.vuepress/config.js index 4f25b22..0206ecb 100644 --- a/docs/.vuepress/config.js +++ b/docs/.vuepress/config.js @@ -22,10 +22,11 @@ module.exports = { title: 'zndr.dk', description: 'Project for my Vuepress based Home webserver', head: [ - ['link', { rel: 'icon', href: '/favicon.ico' }] + ['link', { rel: 'icon', href: 'favicon.ico'}] ], dest: 'docs/.vuepress/public', themeConfig: { + logo: 'logo.png', sidebar:'false', nav: [ { text: 'Links', diff --git a/docs/README.md b/docs/README.md index 45a8278..e216503 100644 --- a/docs/README.md +++ b/docs/README.md @@ -5,5 +5,5 @@ This is my personal home server. The idea is simply to use my own server, to the extend possible, instead of using 'others' servers. And having some learning experiences while doing it. It runs mail-, cloud-, media-, git-, and the web-server you are looking at right now :). -![Floating Dock](./img/logo.jpg) +![Floating Dock](./img/floating_dock.jpg) diff --git a/docs/img/floating_dock.jpg b/docs/img/floating_dock.jpg new file mode 100644 index 0000000..44e863a Binary files /dev/null and b/docs/img/floating_dock.jpg differ diff --git a/docs/img/logo.jpg b/docs/img/logo.jpg deleted file mode 100644 index 44e863a..0000000 Binary files a/docs/img/logo.jpg and /dev/null differ diff --git a/docs/img/logo.png b/docs/img/logo.png new file mode 100644 index 0000000..e167adc Binary files /dev/null and b/docs/img/logo.png differ