From baa76c6eda286e2a715b8f627f42d247ac4124c3 Mon Sep 17 00:00:00 2001 From: Axel Kittenberger Date: Wed, 1 Jun 2016 09:32:30 +0200 Subject: [PATCH] setting up jekyll --- .gitignore | 1 + _config.yml | 2 ++ _layouts/default.html | 26 ++++++++++++++++++++++++++ index.html | 14 +++++++------- 4 files changed, 36 insertions(+), 7 deletions(-) create mode 100644 .gitignore create mode 100644 _config.yml create mode 100644 _layouts/default.html diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..57510a2 --- /dev/null +++ b/.gitignore @@ -0,0 +1 @@ +_site/ diff --git a/_config.yml b/_config.yml new file mode 100644 index 0000000..63c1f50 --- /dev/null +++ b/_config.yml @@ -0,0 +1,2 @@ +name: Lsyncd +markdown: kramdown diff --git a/_layouts/default.html b/_layouts/default.html new file mode 100644 index 0000000..067876b --- /dev/null +++ b/_layouts/default.html @@ -0,0 +1,26 @@ + + + + {{ page.title }} + + + + + +
+ + {{ content }} + +
+ + + diff --git a/index.html b/index.html index 2e7d398..e59082c 100644 --- a/index.html +++ b/index.html @@ -1,7 +1,7 @@ - - - - -Test! - - +--- +layout: default +title: Lsyncd +--- +
+

jekyll test

+