From 87c0d2d9667bcb1eb301bd8aaab9ab8f66affa34 Mon Sep 17 00:00:00 2001 From: Jannik ZANDER Date: Wed, 15 Jul 2020 18:19:45 +0200 Subject: [PATCH] Update home page --- docs/.vuepress/config.js | 4 ++-- docs/README.md | 11 +++++------ register.sh | 10 ---------- 3 files changed, 7 insertions(+), 18 deletions(-) delete mode 100644 register.sh diff --git a/docs/.vuepress/config.js b/docs/.vuepress/config.js index 3bf71ec..bf16cd3 100644 --- a/docs/.vuepress/config.js +++ b/docs/.vuepress/config.js @@ -1,6 +1,6 @@ module.exports = { - title: 'Jannik Zander', - description: 'The basic idea is to simply use my personal server instead of others servers. Maintaining it also creates some good learning experiences.', + title: 'zndr.dk', + description: 'Personal server for Jannik Zander. The concept is to use my own server instead of others servers. Whenever possible I will install and maintain the service myself.', theme: '@vuepress/blog', plugins: { '@vuepress/blog': { diff --git a/docs/README.md b/docs/README.md index 7ad2a3d..c476559 100644 --- a/docs/README.md +++ b/docs/README.md @@ -1,5 +1,5 @@ --- -title: 'Personal server - cloud, mail, git, media, blog, web, etc' +title: 'Home' --- # {{ $frontmatter.title }} @@ -9,12 +9,11 @@ title: 'Personal server - cloud, mail, git, media, blog, web, etc' #### Links * [Cloud](https://cloud.zndr.dk) -* [Email](https://mail.zndr.dk) +* [Mail](https://mail.zndr.dk) +* [Streaming](https://play.zndr.dk) * [Git](https://git.zndr.dk) -* [Play](https://play.zndr.dk) -* [phpMyAdmin](https://pma.zndr.dk) - -Whenever I have a need I will install and maintain the new service. As can be seens from the links I have my own cloud- and email-solution, and more will come for sure. +* [Databases](https://pma.zndr.dk) +* [Users](https://pfa.zndr.dk) #### Advantages diff --git a/register.sh b/register.sh deleted file mode 100644 index 0daa54b..0000000 --- a/register.sh +++ /dev/null @@ -1,10 +0,0 @@ -gitlab-runner register \ - --non-interactive \ - --url "https://git.zndr.dk/" \ - --registration-token "1yADXvYn-zE_5zfh4TGg" \ - --executor "shell" \ - --description "shell-runner" \ - --tag-list "shell,shell2" \ - --run-untagged="true" \ - --locked="false" \ - --access-level="not_protected" -- 2.43.0