diff --git a/Gemfile b/Gemfile new file mode 100644 index 0000000..538e1d2 --- /dev/null +++ b/Gemfile @@ -0,0 +1,3 @@ +source 'https://rubygems.org' +gem 'github-pages' + diff --git a/_config.yml b/_config.yml new file mode 100644 index 0000000..49b9879 --- /dev/null +++ b/_config.yml @@ -0,0 +1,21 @@ +name: "mbirth wiki" +description: "All you hacking stuff" + +url: "http://wiki.mbirth.de" + +#paginate: 10 + +markdown: redcarpet +markdown_ext: markdown,mkdown,mkdn,mkd,md +#permalink: pretty +highlighter: pygments + +safe: true +lsi: false + +github: + project_title: "Wiki" + project_tagline: "Experimental Wiki with Jekyll" + +redcarpet: + extensions: [] diff --git a/_layouts/default.html b/_layouts/default.html new file mode 100644 index 0000000..0036080 --- /dev/null +++ b/_layouts/default.html @@ -0,0 +1,37 @@ + + + + + + + + + + + {{ page.title }} :: {{ site.name }} + + + + +
+
+

{{ site.name }}

+

{{ site.description }}

+ +
+ Download as .zip + Download as .tar.gz + View on GitHub +
+
+
+ +
+
+ {{ content }} +
+
+ + + + \ No newline at end of file diff --git a/test.md b/test.md new file mode 100644 index 0000000..703c9bc --- /dev/null +++ b/test.md @@ -0,0 +1,14 @@ +--- +title: TEST +layout: default +--- + +### Test + +**Hello world!** + +``` +#!/bin/bash +echo "Test!" +``` +