diff --git a/_config.yml b/_config.yml
old mode 100755
new mode 100644
index 29228eb..17a6f8e
--- a/_config.yml
+++ b/_config.yml
@@ -1,57 +1,47 @@
-# Site title and subtitle. This is used in _includes/header.html
-title: 'jekyll-test'
-subtitle: 'Painless documentation for your projects'
-
-# if you wish to integrate disqus on pages set your shortname here
-disqus_shortname: ''
-
-# if you use google analytics, add your tracking id here
-google_analytics_id: ''
-
-# Enable/show navigation. There are there options:
-# 0 - always hide
-# 1 - always show
-# 2 - show only if posts are present
+---
+title: jekyll-test
+timezone: UTC
+collections:
+ posts:
+ title: Posts
+ output: true
+ tutorial:
+ title: Tutorial
+ output: true
+ uploads:
+ title: Uploads
+ output: true
+subtitle: Painless documentation for your projects
+disqus_shortname:
+google_analytics_id:
navigation: 2
-
-# URL to source code, used in _includes/footer.html
-codeurl: 'https://github.com/rallech/jekyll_test'
-
-# Default categories (in order) to appear in the navigation
-sections: [
- ['doc', 'Documentation'],
- ['tut', 'Tutorial'],
- ['ref', 'Reference'],
- ['dev', 'Developers'],
- ['post', 'Posts']
-]
-
-# Keep as an empty string if served up at the root. If served up at a specific
-# path (e.g. on GitHub pages) leave off the trailing slash, e.g. /my-project
-baseurl: ''
-
-# Dates are not included in permalinks
+codeurl: https://github.com/rallech/jekyll_test
+sections:
+- - doc
+ - Documentation
+- - tut
+ - Tutorial
+- - ref
+ - Reference
+- - dev
+ - Developers
+- - post
+ - Posts
+baseurl:
permalink: none
-
-# Syntax highlighting
highlighter: rouge
-
-# Since these are pages, it doesn't really matter
future: true
-
-# Exclude non-site files
-exclude: ['bin', 'README.md']
-
-# Use the kramdown Markdown renderer
+exclude:
+- bin
+- README.md
markdown: kramdown
redcarpet:
- extensions: [
- 'no_intra_emphasis',
- 'fenced_code_blocks',
- 'autolink',
- 'strikethrough',
- 'superscript',
- 'with_toc_data',
- 'tables',
- 'hardwrap'
- ]
+ extensions:
+ - no_intra_emphasis
+ - fenced_code_blocks
+ - autolink
+ - strikethrough
+ - superscript
+ - with_toc_data
+ - tables
+ - hardwrap
diff --git a/_layouts/default.html b/_layouts/default.html
index f107321..a439216 100755
--- a/_layouts/default.html
+++ b/_layouts/default.html
@@ -37,6 +37,10 @@
{% endif %}
+
+
+
+
{% if page.disqus == 1 %}
diff --git a/_posts/2013-06-03-contributing.md b/_posts/2013-06-03-contributing.md
index 3680231..38c291d 100644
--- a/_posts/2013-06-03-contributing.md
+++ b/_posts/2013-06-03-contributing.md
@@ -1,12 +1,13 @@
---
-layout: page
-title: Contributing
-date: 2013-06-03 21:12:57
-category: dev
+title: Contributing
+date: 2013-06-03 21:12:00 Z
+categories:
+- dev
order: 0
+layout: page
---
-The first step in contributing to the code base is [forking the repo](https://help.github.com/articles/fork-a-repo).
+abcThe first step in contributing to the code base is [forking the repo](https://help.github.com/articles/fork-a-repo).
If you have an existing fork, make the repo is up-to-date. Always create the
branch off the actively developed branch (typically `develop` or `master`)
diff --git a/_posts/2013-06-03-new-years-eve-is-awesome.md b/_posts/2013-06-03-new-years-eve-is-awesome.md
new file mode 100644
index 0000000..930ba21
--- /dev/null
+++ b/_posts/2013-06-03-new-years-eve-is-awesome.md
@@ -0,0 +1,9 @@
+---
+title: New Years Eve Is Awesome
+date: 2013-06-03 21:12:00 Z
+categories:
+- doc
+---
+
+## Rallech's Testxyz
+hallo
diff --git a/_posts/2013-06-05-changelog.md b/_posts/2013-06-05-changelog.md
index f580782..856afb9 100644
--- a/_posts/2013-06-05-changelog.md
+++ b/_posts/2013-06-05-changelog.md
@@ -1,7 +1,9 @@
---
+title: Changelog
+date: 2013-06-05 00:00:00 Z
+categories:
+- dev
layout: page
-title: "Changelog"
-category: dev
order: 1
---
diff --git a/_posts/2013-06-05-license.md b/_posts/2013-06-05-license.md
index e8fe220..82a2070 100644
--- a/_posts/2013-06-05-license.md
+++ b/_posts/2013-06-05-license.md
@@ -1,12 +1,14 @@
---
-layout: page
-title: "License"
-category: dev
+title: License
+date: 2013-06-05 00:00:00 Z
+categories:
+- dev
order: 2
+layout: page
---
```
-Copyright (c) 2013 Byron Ruth
+bbbCopyright (c) 2013 Byron Ruth
All rights reserved.
@@ -31,3 +33,4 @@ ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS
SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
```
+
diff --git a/_posts/2013-06-06-install-setup.md b/_posts/2013-06-06-install-setup.md
index 3295b25..bc0e8de 100644
--- a/_posts/2013-06-06-install-setup.md
+++ b/_posts/2013-06-06-install-setup.md
@@ -1,12 +1,13 @@
---
-layout: page
-title: "Install & Setup"
-category: doc
-date: 2013-06-06 11:01:37
+title: Install & Setup
+date: 2013-06-06 11:01:00 Z
+categories:
+- doc
order: 0
+layout: page
---
-#### Install
+#### Installation
There are two methods:
@@ -16,3 +17,5 @@ There are two methods:
#### Setup
There is none! It's just a Jekyll template. Read how to [make use of this template]({{ site.baseurl }}{% post_url 2013-06-06-usage %}). For general information on Jekyll, refer to the [Jekyll docs](http://jekyllrb.com/docs/home/).
+
+#### Setup xc
diff --git a/_posts/2013-06-06-usage.md b/_posts/2013-06-06-usage.md
index 2e19bcb..e1c1e56 100644
--- a/_posts/2013-06-06-usage.md
+++ b/_posts/2013-06-06-usage.md
@@ -1,8 +1,9 @@
---
+title: Usage
+date: 2013-06-06 08:55:36 Z
+categories:
+- doc
layout: page
-title: "Usage"
-category: doc
-date: 2013-06-06 08:55:36
order: 1
---
diff --git a/_posts/2016-08-23-new-years-eve-is-awesome.md b/_posts/2016-08-23-new-years-eve-is-awesome.md
deleted file mode 100644
index 57fa65f..0000000
--- a/_posts/2016-08-23-new-years-eve-is-awesome.md
+++ /dev/null
@@ -1 +0,0 @@
-## Rallech's Test
diff --git a/_posts/test.jpg b/_posts/test.jpg
new file mode 100644
index 0000000..1c9b5ae
Binary files /dev/null and b/_posts/test.jpg differ
diff --git a/_uploads/bild.png b/_uploads/bild.png
new file mode 100644
index 0000000..b3283f4
Binary files /dev/null and b/_uploads/bild.png differ
diff --git a/index.md b/index.md
old mode 100755
new mode 100644
index 783a5ce..74dbc83
--- a/index.md
+++ b/index.md
@@ -1,18 +1,19 @@
---
+title: Jekyll Docs Template
+date: 2016-12-28 15:40:00 Z
layout: default
-title: "Jekyll Docs Template"
---
-### Get Started
+### Get Startedxyz
-Start by [creating a new post](http://jekyllrb.com/docs/posts/) one of the categories listed in `_config.yml`. It will appear in the navigation on the left once recompiled. Or use the supplied script to make creating pages easier:
+Start by [creating a new post](http://jekyllrb.com/docs/posts/) one of the categories listed in `_config.yml`. It will appear in the navigation on the left once recompiled. Or use the supplied script to make creating pages easier:
-```bash
-ruby bin/jekyll-page "Some Page Title" ref
-```
+ ruby bin/jekyll-page "Some Page Title" ref
#### Don't Forget
-- Add your own content to this page (i.e. `index.md`) and change the `title`
-- Change `title` and `subtitle` defined in `config.yml` for your site
-- Set the `baseurl` in `_config.yml` for your repo if deploying to GitHub pages
+* Add your own content to this page (i.e. `index.md`) and change the `title`
+
+* Change `title` and `subtitle` defined in `config.yml` for your site
+
+* Set the `baseurl` in `_config.yml` for your repo if deploying to GitHub pages
\ No newline at end of file