From c817f186230a022f7c88c7cd44d324043efb4a53 Mon Sep 17 00:00:00 2001 From: Jannik ZANDER Date: Tue, 24 Dec 2019 10:19:57 +0100 Subject: [PATCH] Cleanup titles and frontmatter --- docs/README.md | 16 +++++++++++++--- docs/_posts/2019-1-2-garden.md | 9 ++++----- docs/_posts/2019-12-24-test.md | 11 +++++++++++ docs/_posts/test.md | 8 -------- docs/about/README.md | 2 +- docs/about/policy.md | 2 +- 6 files changed, 30 insertions(+), 18 deletions(-) create mode 100644 docs/_posts/2019-12-24-test.md delete mode 100644 docs/_posts/test.md diff --git a/docs/README.md b/docs/README.md index 0f80899..b0efcb2 100644 --- a/docs/README.md +++ b/docs/README.md @@ -1,10 +1,20 @@ --- -title: 'Home server' +title: 'Personal server - blog' --- -# Home server +#### Links: + +* [Nextcloud](https://cloud.zndr.dk) +* [PostfixAdmin](https://pfa.zndr.dk) +* [GitLab](https://git.zndr.dk) +* [phpMyAdmin](https://pma.zndr.dk) +* [Plex](https://play.zndr.dk) + + +# {{ $frontmatter.title }} + +This is my personal server. The basic idea is to simply use my personal server instead of others servers. Also it creates many good learning experiences. Whenever I have some server needs I will install and maintain it. As can be seens from the links above I currently have my own mail- and cloud solutions. -This is my home server. My idea is simply to use my own server instead of 'others' servers. This will also create good learning experiences. ![Floating Dock](./img/floating_dock.jpg) diff --git a/docs/_posts/2019-1-2-garden.md b/docs/_posts/2019-1-2-garden.md index 5b513e5..e46921d 100644 --- a/docs/_posts/2019-1-2-garden.md +++ b/docs/_posts/2019-1-2-garden.md @@ -1,13 +1,12 @@ --- -tag: - - Garden -title: Front yard -date: 2019-1-2 20:20:20 +tag: house +title: Small forrest in front of house author: JZ location: Tange +date: 2019-1-2 --- -# Front yard +# {{ $frontmatter.title }} I have been spending weeks cutting down the small forrest in front of our house. So now we have something that resembles a garden. diff --git a/docs/_posts/2019-12-24-test.md b/docs/_posts/2019-12-24-test.md new file mode 100644 index 0000000..7aabd40 --- /dev/null +++ b/docs/_posts/2019-12-24-test.md @@ -0,0 +1,11 @@ +--- +tag: blog +title: First subject +author: JZ +location: Tange +date: 2019-1-1 +--- + +# {{ $frontmatter.title }} + +Adding a subject to the blog. diff --git a/docs/_posts/test.md b/docs/_posts/test.md deleted file mode 100644 index 1734fa8..0000000 --- a/docs/_posts/test.md +++ /dev/null @@ -1,8 +0,0 @@ ---- -title: Next page... ---- - -# Test page - - -How does it work when you add page online? diff --git a/docs/about/README.md b/docs/about/README.md index bca7a5d..dc88507 100644 --- a/docs/about/README.md +++ b/docs/about/README.md @@ -2,7 +2,7 @@ title: About --- -# About me +# {{ $frontmatter.title }} Hello! diff --git a/docs/about/policy.md b/docs/about/policy.md index a124907..29db49b 100644 --- a/docs/about/policy.md +++ b/docs/about/policy.md @@ -2,7 +2,7 @@ title: Privacy policy --- -# Privacy policy +# {{ $frontmatter.title }} This privacy policy ("Policy") describes how Website Operator ("Website Operator", "we", "us" or "our") collects, protects and uses the personally identifiable information ("Personal Information") you ("User", "you" or "your") may provide on the [zndr.dk](https://zndr.dk) website and any of its products or services (collectively, "Website" or "Services"). It also describes the choices available to you regarding our use of your Personal Information and how you can access and update this information. This Policy does not apply to the practices of companies that we do not own or control, or to individuals that we do not employ or manage. -- 2.43.0