Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
41 commits
Select commit Hold shift + click to select a range
1a53d1d
Merge remote-tracking branch 'origin/gh-pages'
Aug 22, 2016
8f375b7
Merge remote-tracking branch 'origin/gh-pages'
Aug 22, 2016
c00ac57
Updated Config and 7 other files
Dec 28, 2016
dd81066
Updated Index
rallech Dec 28, 2016
666f7c0
Updated Index
rallech Dec 28, 2016
f7279b6
Updated Bild and 2 other files
rallech Dec 28, 2016
e8e4a49
Updated Index
rallech Dec 28, 2016
8af516a
Updated New Years Eve Is Awesome
rallech Dec 28, 2016
a2c2f09
Updated New Years Eve Is Awesome and 1 other file
rallech Dec 28, 2016
09575ea
Update 2016-12-28-new-years-eve-is-awesome.md
rallech Dec 28, 2016
ce7dd50
Updated New Years Eve Is Awesome and 1 other file
Dec 28, 2016
2d23cd1
Updated New Years Eve Is Awesome
rallech Dec 14, 2017
73940de
Updated License
rallech Dec 14, 2017
9317114
Updated Contributing
rallech Dec 14, 2017
900ff4f
Updated License
rallech Dec 14, 2017
b421278
Updated New Years Eve Is Awesome
rallech Dec 14, 2017
3fef309
Updated Install Setup
rallech Dec 14, 2017
ea7acdb
Update 2013-06-06-install-setup.md
rallech Dec 14, 2017
5513d02
Add files via upload
rallech Dec 14, 2017
2a479dd
Update 2013-06-05-license.md
rallech Dec 14, 2017
48ea174
Update 2013-06-05-license.md
rallech Dec 14, 2017
5393570
Update 2013-06-05-license.md
rallech Dec 14, 2017
093550a
Updated License
rallech Dec 14, 2017
c7c2612
Updated Config
rallech Dec 14, 2017
980ee27
Updated Config
rallech Dec 14, 2017
a331dc2
Added Contributing
rallech Dec 14, 2017
7ada67e
Updated Config
rallech Dec 14, 2017
41eb6dd
Updated Config
rallech Dec 14, 2017
e7d2645
Added Tutor
rallech Dec 14, 2017
0521311
Delete contributing.markdown
rallech Dec 14, 2017
306a40b
Update tutor.markdown
rallech Dec 14, 2017
82fbc57
Updated Tutor
Dec 14, 2017
2e31f82
Updated Tutor
rallech Dec 14, 2017
549f398
Update default.html
rallech Dec 14, 2017
327bf3c
Update default.html
rallech Dec 14, 2017
ca8cddc
Create tutorial.html
rallech Dec 14, 2017
340c10a
Update tutor.markdown
rallech Dec 14, 2017
9e809db
Update default.html
rallech Dec 14, 2017
297f25d
Update default.html
rallech Dec 14, 2017
ab6d38e
Delete tutorial.html
rallech Dec 14, 2017
76d5cc6
Delete tutor.markdown
rallech Dec 14, 2017
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
92 changes: 41 additions & 51 deletions _config.yml
100755 → 100644
Original file line number Diff line number Diff line change
@@ -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
4 changes: 4 additions & 0 deletions _layouts/default.html
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,10 @@
</div>
{% endif %}
</div>





{% if page.disqus == 1 %}
<div class="row">
Expand Down
11 changes: 6 additions & 5 deletions _posts/2013-06-03-contributing.md
Original file line number Diff line number Diff line change
@@ -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`)
Expand Down
9 changes: 9 additions & 0 deletions _posts/2013-06-03-new-years-eve-is-awesome.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
---
title: New Years Eve Is Awesome
date: 2013-06-03 21:12:00 Z
categories:
- doc
---

## Rallech's Testxyz
hallo
6 changes: 4 additions & 2 deletions _posts/2013-06-05-changelog.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,9 @@
---
title: Changelog
date: 2013-06-05 00:00:00 Z
categories:
- dev
layout: page
title: "Changelog"
category: dev
order: 1
---

Expand Down
11 changes: 7 additions & 4 deletions _posts/2013-06-05-license.md
Original file line number Diff line number Diff line change
@@ -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.

Expand All @@ -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.
```
![bild.png](/uploads/bild.png)
13 changes: 8 additions & 5 deletions _posts/2013-06-06-install-setup.md
Original file line number Diff line number Diff line change
@@ -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:

Expand All @@ -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
7 changes: 4 additions & 3 deletions _posts/2013-06-06-usage.md
Original file line number Diff line number Diff line change
@@ -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
---

Expand Down
1 change: 0 additions & 1 deletion _posts/2016-08-23-new-years-eve-is-awesome.md

This file was deleted.

Binary file added _posts/test.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added _uploads/bild.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
19 changes: 10 additions & 9 deletions index.md
100755 → 100644
Original file line number Diff line number Diff line change
@@ -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:
![bild.png](/uploads/bild.png)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