From 1bcea7c951e5e2483917400dd0ab4a592b61ef1c Mon Sep 17 00:00:00 2001 From: Jim Martens Date: Sat, 19 May 2018 12:49:39 +0200 Subject: [PATCH] Extracted previous home page content into about page Signed-off-by: Jim Martens --- _data/header-menu.yml | 4 +- index.html | 67 ++------------------------------ pages/about.html | 88 +++++++++++++++++++++++++++++++++++++++++++ 3 files changed, 95 insertions(+), 64 deletions(-) create mode 100644 pages/about.html diff --git a/_data/header-menu.yml b/_data/header-menu.yml index 25e7fe1..893171c 100644 --- a/_data/header-menu.yml +++ b/_data/header-menu.yml @@ -11,4 +11,6 @@ items: - link: /cs/ title: Computer Science - link: /blog/ - title: Blog \ No newline at end of file + title: Blog + - link: /about/ + title: About \ No newline at end of file diff --git a/index.html b/index.html index a85e424..2ed6afc 100644 --- a/index.html +++ b/index.html @@ -5,70 +5,12 @@ layout: default

2martens.de

- Welcome on my personal website. This home page is comparable to the README of this website. You can find the features - and a readers guide here. {% if site.categories['site'].size > 0 %} - Furthermore you will find below all blog posts related to the site itself.{% endif %} + Welcome on my personal website. This home page gives you an overview over all recently posted posts. To see + the full list, visit the respective page (Speeches, Politics, Politics/G20, Computer Science, Blog, About).

-

Features

- -

- Despite being a simple collection of static pages and posts, this website has some features that differentiate it - from others. -

- - - -

Readers guide

- -

- The posts are grouped by categories. These can be found on the main menu. In addition you can find my publications - under Computer Science. The reports from the G20 special committee in Hamburg can be found under Politics and there - under G20. The Blog category contains all posts that don't match other categories. -

- -

- Due to recent developments I created a page about the Snowden refugees. -

- -

- Don't be surprised about multiple languages. I speak German and English and therefore my posts will be sometimes - in German and sometimes in English. There is no automatic translation or similar stuff available. If you can't live - with it, use Google Translator or similar tools. But I can't guarantee that these translations will be correct. -

- -{% if site.categories['site'].size > 0 %} -

Blog posts

- -{% endif %} + \ No newline at end of file diff --git a/pages/about.html b/pages/about.html new file mode 100644 index 0000000..e0d7d31 --- /dev/null +++ b/pages/about.html @@ -0,0 +1,88 @@ +--- +title: About +permalink: /about/ +description: Here you can find meta information about this website. +--- + +

+ Welcome on the about page of my personal website. This page is comparable to the README of this website. You can + find the features and a readers guide here. {% if site.categories['site'].size > 0 %} + Furthermore you will find below all blog posts related to the site itself.{% endif %} +

+ +

Features

+ +

+ Despite being a simple collection of static pages and posts, this website has some features that differentiate it + from others. +

+ + + +

Readers guide

+ +

+ The posts are grouped by categories. These can be found on the main menu. In addition you can find my publications + under Computer Science. The reports from the G20 special committee in Hamburg can be found under Politics and there + under G20. The Blog category contains all posts that don't match other categories. +

+ +

+ Furthermore I created a page about the + Snowden refugees which lists ways in which + you can help them. +

+ +

+ Don't be surprised about multiple languages. I speak German and English and therefore my posts will be sometimes + in German and sometimes in English. There is no automatic translation or similar stuff available. If you can't live + with it, use Google Translator or similar tools. But I can't guarantee that these translations will be correct. +

+ +{% if site.categories['site'].size > 0 %} +

Blog posts

+ + +{% endif %} \ No newline at end of file