cp -R docs/.vuepress/public/* $HOME/public
cp docs/img/favicon.ico $HOME/public
+cp docs/img/logo.png $HOME/public
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',
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)