findcommonground.uk/_config.yml

89 lines
2.4 KiB
YAML
Raw Normal View History

2014-02-13 01:42:49 +00:00
#
2014-05-17 22:30:37 +00:00
# This file contains configuration flags to customize your site
2014-02-13 01:42:49 +00:00
#
# Your site
title: Design + Dev + Ops at haufe-lexware.de
description: The Development, Design and Operations Blog from Haufe-Lexware
headline: Silicon Black Forest
header-img: images/bg-home.jpg
email: your-email@yourdomain.com
copyright_name: Haufe-Lexware GmbH & Co.KG
2014-05-17 22:22:27 +00:00
# URL of your avatar or profile pic (you could use your GitHub profile pic)
2015-11-05 11:15:21 +00:00
avatar: https://raw.githubusercontent.com/Haufe-Lexware/Haufe-Lexware.github.io/master/images/haufe-logo.jpg
2014-02-13 01:42:49 +00:00
#
# Flags below are optional
#
# Includes an icon in the footer for each username you enter
footer-links:
dribbble:
email:
2015-11-11 21:39:50 +00:00
facebook: #haufeverlag
flickr:
2015-11-05 11:23:55 +00:00
github: Haufe-Lexware
instagram:
2015-11-05 11:26:02 +00:00
linkedin: haufe-gruppe
pinterest:
2015-11-06 16:52:43 +00:00
rss: feed.xml
2015-11-05 11:28:59 +00:00
twitter: HaufeDev
2014-08-05 06:22:02 +00:00
stackoverflow: # your stackoverflow profile, e.g. "users/50476/bart-kiers"
2015-11-11 21:39:50 +00:00
youtube: #user/HaufeTV
2015-03-17 20:16:08 +00:00
googleplus: # anything in your profile username that comes after plus.google.com/
2015-11-05 11:28:59 +00:00
slideshare: HaufeDev
2015-03-17 20:16:08 +00:00
# Enter your Disqus shortname (not your username) to enable commenting on posts
# You can find your shortname on the Settings page of your Disqus account
2015-12-02 13:44:50 +00:00
disqus: haufelexware
2014-06-01 18:59:58 +00:00
# Enter your Google Analytics web tracking code (e.g. UA-2110908-2) to activate tracking
google_analytics: UA-70047300-1
2014-06-01 18:59:58 +00:00
# Your website URL (e.g. http://barryclark.github.io or http://www.barryclark.co)
# Used for Sitemap.xml and your RSS feed
url: http://haufe-lexware.github.io
2014-06-01 18:59:58 +00:00
# If you're hosting your site at a Project repository on GitHub pages
2014-06-03 02:04:36 +00:00
# (http://yourusername.github.io/repository-name)
2014-06-01 19:04:19 +00:00
# and NOT your User repository (http://yourusername.github.io)
2014-06-03 02:04:36 +00:00
# then add in the baseurl here, like this: "/repository-name"
2014-06-01 19:04:19 +00:00
baseurl: ""
2014-04-26 20:29:47 +00:00
#
2014-05-17 22:30:37 +00:00
# !! You don't need to change any of the configuration flags below !!
2014-04-26 20:29:47 +00:00
#
2016-02-03 09:54:29 +00:00
markdown: kramdown
highlighter: pygments
permalink: /:title/
2014-02-07 00:18:00 +00:00
# default pagination
paginate: 5
# do not publish future posts
future: false
2014-06-20 21:19:29 +00:00
# The release of Jekyll Now that you're using
version: v1.1.0
2014-06-20 21:19:29 +00:00
# Set the Sass partials directory, as we're using @imports
sass:
style: :expanded # You might prefer to minify using :compressed
# Use the following plug-ins
2014-05-13 12:32:27 +00:00
gems:
- jekyll-sitemap # Create a sitemap using the official Jekyll sitemap gem
- jekyll-paginate
- jekyll-feed
2014-05-13 12:32:27 +00:00
2014-02-13 01:42:49 +00:00
# Exclude these files from your production _site
2014-02-07 00:18:00 +00:00
exclude:
- Gemfile
- Gemfile.lock
- LICENSE
- README.md
- CNAME