Datenschutzerklärung

Datenschutz

Sofern innerhalb des Internetangebots des Rathenower Ruder-Club Wiking e.V. die Möglichkeit zur Eingabe persönlicher oder geschäftlicher Daten besteht, erfolgt diese Angabe der Daten durch den Nutzer auf ausdrücklich freiwilliger Basis. Der Rathenower Ruder-Club Wiking e.V. erklärt ausdrücklich, dass diese Daten nur zu dem angegebenen Zweck verwendet und nicht an Dritte weitergegeben werden. Alle Angaben werden gemäß den geltenden datenschutzrechtlichen Bestimmungen vertraulich behandelt.

This website is powered by Jekyll

This website is built with Jekyll and “Affiliates” (a Jekyll Template designed & developed by WowThemes.net). It is meant for demonstration purposes, so you can have an idea of how this theme looks in action so no real content can be found. Affiliates template for Jekyll is compatible with Github pages, in fact even this demo is created with Github Pages and hosted with Github. This page in example shows a page layout.

License & Download

“Affiliates” for Jekyll is designed and developed by WowThemes.net and it is free for personal use.

Download - Affiliates Jekyll Theme

jekyll template mediumish

jekyll template mediumish

jekyll template mediumish

jekyll template mediumish

Features

  • Built for Jekyll
  • Compatible with Github pages
  • Featured Posts
  • Index Pagination
  • Post Categories
  • Prev/Next Link
  • Category Archives (this is not yet compatible with github pages though)
  • Integrations:
    • Disqus Comments
    • Google Analaytics
    • Mailchimp Integration
    • Sharethis Integration
    • Formspree.io Contact
  • Design Features:
    • Bootstrap v4.0.0-alpha.6
    • Font Awesome
    • Masonry
  • Layouts:
    • Default
    • Post left sidebar
    • Post right sidebar
    • Page
    • Archive

How to Use

If you aren’t familiar with Jekyll yet, you should know that it is a static site generator. It will transform your plain text into static websites and blogs. If you are a beginner we recommend you start with Jekyll’s Docs. Now if you know how to use Jekyll, let’s move on to using Affiliates template in Jekyll:

Download or Fork Affiliates for Jekyll.

  • In your local project, open _config.yml. If your site is in root, for baseurl, make sure this is set to baseurl: /. Also, change your Google Analytics code, Disqus username, Authors, Mailchimp, ShareThis code (https://www.sharethis.com/) etc.
  • Affiliates requires 2 plugins:
    • $ gem install jekyll-paginate
    • $ gem install jekyll-archives.
  • Locate the files and customize:
    • header & footer in default.html.
    • homepage in index.html
    • contact form in contact.html (https://formspree.io/)
    • post sidebar in includes/sidebar.html
    • sign up form in includes/newsletter.html
  • Start blogging by adding your .md files in _posts. You will see in examples in the download.
  • YAML front matter
    • post featured - featured:true
    • post featured image - image: assets/images/mypic.jpg
    • page comments - comments:true
    • meta description (optional) - description: "this is my meta description"

YAML Post Example:

---
layout: post
title:  "We all wait for summer"
author: john
categories: [ Jekyll, tutorial ]
image: assets/images/5.jpg
featured: true
---

YAML Post Sidebar Right Example:

---
layout: post-sidebar-right
title:  "We all wait for summer"
author: john
categories: [ Jekyll, tutorial ]
image: assets/images/5.jpg
featured: true
---

YAML Page Example

---
layout: page
title: Affiliates Template for Jekyll
comments: true
---