module.exports = {
- title: "My personal server",
- description: "Learning linux",
+ title: 'zndr.dk',
+ description: 'Home server',
themeConfig: {
+ sidebar:'auto',
nav: [
- {
- text: 'Home',
- link: '/'
+ { text: 'Links',
+ items: [
+ { text: 'Nextcloud server', link: 'https://cloud.zndr.dk', target:'_self', rel:'' },
+ { text: 'Gitlib server', link: 'https://git.zndr.dk', target:'_self', rel:'' },
+ { text: 'Plex server', link: 'https://play.zndr.dk', target:'_self', rel:'' },
+ { text: 'PostfixAdmin server', link: 'https://mail.zndr.dk', target:'_self', rel:'' },
+ { text: 'phpMyAdmin server', link: 'https://pma.zndr.dk', target:'_self', rel:'' }
+ ]
},
{
- text: 'Links',
- link: '/links/'
+ text: 'Blog',
+ link: '/pages/'
},
{
text: 'About',
link: '/about/'
},
- {
- text: 'Blog',
- link: '/pages/'
- }
- ]
+ ],
+ lastUpdate: 'Last Updated',
+ displayAllHeaders: true
}
}
+
+
-# Home server
+---
+---
-This is my personal server at home. The main idea is simply to use my own server, to the extend possible, instead of '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 :).
+# Home server
+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](./assets/img/logo.jpg)
+++ /dev/null
-# Links
-
-[ Cloud ](https://cloud.zndr.dk)
-
-[ Mail ](https://mail.zndr.dk)
-
-[ Git ](https://git.zndr.dk)
-
-[ Play ](https://play.zndr.dk)
-
-[ pma ](https://pma.zndr.dk)
-