]> git.zndr.dk Git - vuepress.git/commitdiff
Add logo
authorJannik ZANDER <jannik@zndr.dk>
Sun, 22 Dec 2019 12:46:10 +0000 (13:46 +0100)
committerJannik ZANDER <jannik@zndr.dk>
Sun, 22 Dec 2019 12:46:10 +0000 (13:46 +0100)
deploy.sh
docs/.vuepress/config.js
docs/README.md
docs/img/floating_dock.jpg [new file with mode: 0644]
docs/img/logo.jpg [deleted file]
docs/img/logo.png [new file with mode: 0644]

index fff8025a7feeff7937720eeb4e0737c3bfe2e06b..bf9aec942e93b0e77a79a385b461069706db2969 100755 (executable)
--- 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
 
index 4f25b22a51cc6f2b712adeaa0c65916a3458817d..0206ecbfc5b5e414ebf039faa30b849187cae8cb 100644 (file)
@@ -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',
index 45a8278f8a90d8f76bece821c68beaab114a73f6..e21650384daf1c187e61fbb6bdef7fdb992ee169 100644 (file)
@@ -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 (file)
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 (file)
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 (file)
index 0000000..e167adc
Binary files /dev/null and b/docs/img/logo.png differ