rolandjesse.de/_config.yml
Panos Sakkos 6ca5ccc79b Merge pull request #69 from chipset95/social-share
More Social Share Button
2015-11-15 19:20:37 +01:00

142 lines
3.2 KiB
YAML
Executable file
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

# Site settings
url: "https://panossakkos.github.io"
# If you're hosting your site at a Project repository on GitHub pages
# (https://yourusername.github.io/repository-name)
# and NOT your user repository (https://yourusername.github.io)
# then add in the baseurl here, like this: "/repository-name"
baseurl: /personal-jekyll-theme
# Google tracking id to track your visitors
google-tracking-id: "UA-35880426-4"
# Forces https everywhere in your website, except when you serve it locally
# If you are not hosted on Github Pages, and your host doesn't support https
# then you should disable it
force-https: True
# Sections shown in the index page
pages_list:
About: 'about'
Blog: 'latest-post'
Timeline: 'timeline'
Contact: 'contact'
#############
# HTML Head #
#############
author: "John Smith"
lang: "en"
title: "{ John Smith }"
favicon: "/img/favicon.ico"
description: "Blog and website of John Smith, blogging mainly for tech. Opinions expressed are mine."
keywords: "smith, jones, personal, jekyll, theme"
################
# Intro layout #
################
black-favicon: "/img/black-lab-glass.ico"
background-img: "../img/intro-bg.jpg"
me-img: "/img/jetpacktocat.png"
##############################
# Dynamic Text on the header #
##############################
dynamic-typing: True
shuffle: True # Shuffle the lines.
loop: True
loop-count: False # Set False for infinite loop, or set any number for finite loop.
type-speed: 10 # Default 10
start-delay: 200 # Default 200
delete-delay: 5000 # Default 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?"
########
# Blog #
########
post-preview-words: 96
paginate: 5
fb-share: True
twitter-share: True
reddit-share: True
google-plus-share: True
linkedin-share: True
pinterest-share: True
vkontakte-share: True
disqus-shortname: "panossakkos"
###############
# Life Events #
###############
events:
- image: "/img/career/spidertocat.png"
date: "September 2013 - Today"
description: "Saving the neighborhood!"
- image: "/img/career/baracktocat.jpg"
date: "September 2007 - August 2013"
description: "Started coding"
# First image of the Career timeline
career-img: "/img/career/default.png"
##################
# Contact layout #
##################
email: "your@email.here"
##################
# Social Buttons #
##################
social:
- title: "facebook"
url: "https://facebook.com/"
- title: "twitter"
url: "https://twitter.com/"
- title: "github"
url: "https://github.com/PanosSakkos/personal-jekyll-theme"
- title: "bitcoin"
url: "https://blockchain.info/address/1LHuKC9Em3KA5yoZaf7nngnNdf9K7s2gSi"
- title: "rss"
url: "/feed.xml"
############
# 404 page #
############
404-img: "/img/labtocat.png"
################################################################################
# Tread carefully if you want to change the variables below this point!
# Exclusion list from the generated _site
exclude: ["LICENSE", "README", "CONTRIBUTORS", "scripts"]
# Pagination path
paginate_path: "blog/page:num/"
# Enable minification SASS
sass:
style: compressed
gems: [jekyll-paginate]