From b69779ad7c5b0ab7d31e9b2a793a07a60471474b Mon Sep 17 00:00:00 2001 From: Jannik ZANDER Date: Mon, 28 Oct 2019 21:37:43 +0100 Subject: [PATCH] Add some content --- about.md | 6 ++++++ index.md | 3 +++ pages/2019-1-2-article.md | 17 +++++++++++++++++ pages/2019-1-2-garden.md | 10 ++++++++++ pages/2019-2-3-typescript.md | 8 ++++++++ pages/index.md | 7 +++++++ 6 files changed, 51 insertions(+) create mode 100644 about.md create mode 100644 index.md create mode 100644 pages/2019-1-2-article.md create mode 100644 pages/2019-1-2-garden.md create mode 100644 pages/2019-2-3-typescript.md create mode 100644 pages/index.md diff --git a/about.md b/about.md new file mode 100644 index 0000000..af76b02 --- /dev/null +++ b/about.md @@ -0,0 +1,6 @@ +# About + +Hello! + +I am Jannik. After living seven years in Sweden and eight years in Japan, I now live in the small village Tange, in my home country of Denmark. I currently work as Software Architect in the High-End Pumps team for Grundfos; before that, I worked for Ericsson, with Physical Layer Software for 3G and 4G mobile platforms on which a cellular mobile phone can be build. + diff --git a/index.md b/index.md new file mode 100644 index 0000000..cbf065c --- /dev/null +++ b/index.md @@ -0,0 +1,3 @@ +# Front page + +Welcome diff --git a/pages/2019-1-2-article.md b/pages/2019-1-2-article.md new file mode 100644 index 0000000..fc97022 --- /dev/null +++ b/pages/2019-1-2-article.md @@ -0,0 +1,17 @@ +--- +title: JavaScript +lang: en-US +--- + +# Article + +Here is an example article + +```js{3,4} +class Point { + constructor(x,y) { + this.x = x; + this.y = y; + } +} +``` diff --git a/pages/2019-1-2-garden.md b/pages/2019-1-2-garden.md new file mode 100644 index 0000000..6c57d23 --- /dev/null +++ b/pages/2019-1-2-garden.md @@ -0,0 +1,10 @@ +--- +title: Garden +lang: en-US +--- + +# Garden + +I have been spending weeks cutting down the 'forest' in front of our house. So now we have something that resembles a garden. + + diff --git a/pages/2019-2-3-typescript.md b/pages/2019-2-3-typescript.md new file mode 100644 index 0000000..2555861 --- /dev/null +++ b/pages/2019-2-3-typescript.md @@ -0,0 +1,8 @@ +--- +title: My first article on TypeScript +lang: en-US +--- + +# TypeScript + +Typescript page is here diff --git a/pages/index.md b/pages/index.md new file mode 100644 index 0000000..61fc47d --- /dev/null +++ b/pages/index.md @@ -0,0 +1,7 @@ +# My blog + +Welcome to my blog + + + + -- 2.43.0