]> git.zndr.dk Git - vuepress.git/commitdiff
Add some content
authorJannik ZANDER <jannikz@gmail.com>
Mon, 28 Oct 2019 20:37:43 +0000 (21:37 +0100)
committerJannik ZANDER <jannikz@gmail.com>
Mon, 28 Oct 2019 21:39:20 +0000 (22:39 +0100)
about.md [new file with mode: 0644]
index.md [new file with mode: 0644]
pages/2019-1-2-article.md [new file with mode: 0644]
pages/2019-1-2-garden.md [new file with mode: 0644]
pages/2019-2-3-typescript.md [new file with mode: 0644]
pages/index.md [new file with mode: 0644]

diff --git a/about.md b/about.md
new file mode 100644 (file)
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 (file)
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 (file)
index 0000000..fc97022
--- /dev/null
@@ -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 (file)
index 0000000..6c57d23
--- /dev/null
@@ -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 (file)
index 0000000..2555861
--- /dev/null
@@ -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 (file)
index 0000000..61fc47d
--- /dev/null
@@ -0,0 +1,7 @@
+# My blog 
+
+Welcome to my blog
+
+
+
+<Posts page="pages" />