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

+