Seite initial aufgebaut.

This commit is contained in:
Sr. Rolando 2018-01-12 14:00:00 +01:00
parent adcff1e7de
commit 23a25812b2
31 changed files with 56 additions and 590 deletions

View file

@ -3,7 +3,7 @@
# NB! Set your site's url, otherwise stuff will break :)
url: "https://le4ker.github.io"
url: "http://rolandjesse.de"
# If you're hosting your site at a Project repository on GitHub pages
# (https://yourusername.github.io/repository-name)
@ -12,7 +12,9 @@ url: "https://le4ker.github.io"
#
# NB! Without this *nothing* will work, because it's used in every path :)
baseurl: /personal-jekyll-theme
# Statt "/" ist hier "" sinnvoll, da sonst ungültige Pfade mit "//" am Anfang generiert werden.
# baseurl: /personal-jekyll-theme
baseurl: ""
# Google tracking id
@ -22,17 +24,17 @@ google-tracking-id: ""
# If you are not hosted on Github Pages, and your host doesn't support https
# then you should disable it
force-https: True
force-https: False
#############
# HTML Head #
#############
lang: "en"
author: "John Smith"
title: "{ John Smith }"
description: "Blog and website of John Smith, blogging mainly for tech. Opinions expressed are mine."
keywords: "smith, jones, personal, jekyll, theme"
lang: "de"
author: "Roland Jesse"
title: "[ Roland Jesse ]"
description: "Homepage von Roland Jesse."
keywords: "roland, jesse, autor, läufer, podcaster, büchergefahr"
favicon: "/img/favicon.ico"
################
@ -41,7 +43,7 @@ favicon: "/img/favicon.ico"
black-favicon: "/img/black-lab-glass.ico"
background-img: "../img/intro-bg.jpg"
# background-img: "/img/intro-bg.jpg"
##############################
# Dynamic Text on the Header #
@ -55,10 +57,11 @@ type-speed: 10
start-delay: 200
delete-delay: 5000
lines: # You can add HTML Tags in the Text
- text: "The lower you fall, the higher you'll fly."
- text: "Wheres your will to be weird?"
- text: "Lieber produktiv prokrastinieren als gar nichts zu tun."
- text: "Redet schneller als er denken kann. Klingt zumindest manchmal so."
- text: "Introvertiert und redet trotzdem gern vor vielen Menschen."
me-img: "/img/jetpacktocat.png"
me-img: "/img/roland_orange.jpg"
# To use facebook profile pic comment the previous line and uncomment the following
# line, and replace 'user_id' with your facebook user id.
@ -122,31 +125,39 @@ pinterest-share: True
pocket-share: True
vkontakte-share: True
disqus-shortname: "panossakkos"
# disqus-shortname: "panossakkos"
syntax-highlight: True
syntax-highlight: False
############
# Timeline #
############
events:
- image: "/img/timeline/spidertocat.png"
date: "September 2013 - Today"
description: "Saving the neighborhood!"
- image: "/img/timeline/baracktocat.jpg"
date: "September 2007 - August 2013"
description: "Started coding"
- image: "/img/timeline/angestellter.jpg"
date: "Angestellter"
description: "Projektschaffender bei einer [Unternehmensberatung](https://www.pta.de/).<br />(Bild &copy; [Oskar Steimel](http://oskarsteimel.com/))"
- image: "/img/timeline/laeufer.jpg"
date: "Läufer"
description: "Gern und viel unterwegs. Oft im Wald. Gelegentlich auf [Veranstaltungen](http://sr-rolando.com/laeufer/). Dann im sportlichen Kilt."
- image: "/img/timeline/podcast.jpg"
date: "Podcaster"
description: "Gründer, Sprecher, Moderator und Mädchen für alles bei der [Büchergefahr](http://buechergefahr.de/)."
- image: "/img/timeline/autor.jpg"
date: "Autor"
description: "Gelegentlicher Autor von [Unterhaltungstexten](http://sr-rolando.com/texte/). Etwas regelmäßiger schreibend [im Blog](http://sr-rolando.com/)."
- image: "/img/timeline/schule.jpg"
date: "Schule"
description: "Mitglied im Aufsichtsrat der [Schule der Kinder](https://www.waldorfschule-karlsruhe.de/). Dort auch Mituntersuchender des Einflusses der Chronobiologie auf den [Schulrhythmus](http://www.schulrhythmus.de/)."
# First image of the Timeline
timeline-img: "/img/timeline/default.png"
timeline-img: "/img/timeline/head.png"
###########
# Contact #
###########
email: "your@email.here"
email: "kontakt@rolandjesse.de"
################
# Author Blurb #
@ -160,20 +171,23 @@ author_blurb: "John Smith is an awesome person. He lives in Flatland, where he w
author_blurb_image: "/img/author.png"
##################
# Social Buttons #
# Social Buttons
# The title selects the desired Font Awesome icon and it shouldn't include the "fa-" prefix.
##################
social:
- title: "facebook"
url: "https://facebook.com/"
url: "https://www.facebook.com/senor.rolando"
- title: "twitter"
url: "https://twitter.com/"
- title: "github"
url: "https://github.com/PanosSakkos/personal-jekyll-theme"
- title: "bitcoin"
url: "https://blockchain.info/address/1LHuKC9Em3KA5yoZaf7nngnNdf9K7s2gSi"
url: "https://twitter.com/sr_rolando"
- title: "rss"
url: "/feed.xml"
url: "http://sr-rolando.com/"
- title: "child"
url: "https://www.strava.com/athletes/8075985"
keybase-username: sr_rolando
keybase-in-social: True
keybase-in-footer: False
############
# 404 page #
@ -181,14 +195,6 @@ social:
err-404-img: "/img/labtocat.png"
##################
# GPG on Keybase #
##################
keybase-username: johnsmith
keybase-in-social: True
keybase-in-footer: True
################################################################################
# NB! Tread carefully if you want to change the variables below this point!
@ -196,10 +202,8 @@ keybase-in-footer: True
# Sections shown in the index page
pages_list:
About: 'about'
Blog: 'latest-post'
Timeline: 'timeline'
Contact: 'contact'
Über: 'timeline'
Kontakt: 'contact'
# Exclusion list from the generated _site
@ -214,6 +218,6 @@ paginate_path: "blog/page:num/"
sass:
style: compressed
gems:
plugins:
- jekyll-paginate
- jemoji