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
|
|
|
#
|
|
|
|
|
2014-05-28 23:44:28 +00:00
|
|
|
# Name of your site (displayed in the header)
|
2015-11-05 11:09:25 +00:00
|
|
|
name: Design + Dev + Ops bei haufe-lexware.de
|
2014-02-07 00:18:00 +00:00
|
|
|
|
2014-05-28 23:44:28 +00:00
|
|
|
# Short bio or description (displayed in the header)
|
2015-11-05 11:09:25 +00:00
|
|
|
description: The development, design und ops blog from Haufe-Lexware
|
2014-05-17 22:22:27 +00:00
|
|
|
|
2014-05-28 23:44:28 +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
|
|
|
|
2014-05-28 23:25:37 +00:00
|
|
|
#
|
|
|
|
# Flags below are optional
|
|
|
|
#
|
|
|
|
|
2014-05-17 21:48:16 +00:00
|
|
|
# Includes an icon in the footer for each username you enter
|
|
|
|
footer-links:
|
2015-02-23 06:03:16 +00:00
|
|
|
dribbble:
|
|
|
|
email:
|
2015-11-05 11:23:55 +00:00
|
|
|
facebook: haufeverlag
|
2015-02-23 06:03:16 +00:00
|
|
|
flickr:
|
2015-11-05 11:23:55 +00:00
|
|
|
github: Haufe-Lexware
|
2015-02-23 06:03:16 +00:00
|
|
|
instagram:
|
2015-11-05 11:26:02 +00:00
|
|
|
linkedin: haufe-gruppe
|
2015-02-23 06:03:16 +00:00
|
|
|
pinterest:
|
2014-05-28 23:25:37 +00:00
|
|
|
rss: # just type anything here for a working RSS icon, make sure you set the "url" above!
|
2015-11-05 11:23:55 +00:00
|
|
|
twitter: haufedev
|
2014-08-05 06:22:02 +00:00
|
|
|
stackoverflow: # your stackoverflow profile, e.g. "users/50476/bart-kiers"
|
2015-02-23 05:30:08 +00:00
|
|
|
youtube: # channel/<your_long_string> or user/<user-name>
|
2015-03-17 20:16:08 +00:00
|
|
|
googleplus: # anything in your profile username that comes after plus.google.com/
|
|
|
|
|
2015-02-23 06:03:16 +00:00
|
|
|
|
2015-02-23 05:55:58 +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-02-23 06:03:16 +00:00
|
|
|
disqus:
|
2014-06-01 18:59:58 +00:00
|
|
|
|
|
|
|
# Enter your Google Analytics web tracking code (e.g. UA-2110908-2) to activate tracking
|
2015-02-23 06:03:16 +00:00
|
|
|
google_analytics:
|
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
|
2015-02-23 06:03:16 +00:00
|
|
|
url:
|
2014-06-01 18:59:58 +00:00
|
|
|
|
2015-02-23 06:03:16 +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
|
|
|
#
|
|
|
|
|
2015-01-11 20:12:54 +00:00
|
|
|
markdown: redcarpet
|
2014-05-13 12:07:05 +00:00
|
|
|
highlighter: pygments
|
2014-08-15 00:14:19 +00:00
|
|
|
permalink: /:title/
|
2014-02-07 00:18:00 +00:00
|
|
|
|
2014-06-20 21:19:29 +00:00
|
|
|
# The release of Jekyll Now that you're using
|
2015-03-01 21:06:49 +00:00
|
|
|
version: v1.1.0
|
2014-06-20 21:19:29 +00:00
|
|
|
|
2014-07-30 21:36:13 +00:00
|
|
|
# Set the Sass partials directory, as we're using @imports
|
|
|
|
sass:
|
|
|
|
style: :expanded # You might prefer to minify using :compressed
|
|
|
|
|
2014-06-16 04:18:29 +00:00
|
|
|
# Use the following plug-ins
|
2014-05-13 12:32:27 +00:00
|
|
|
gems:
|
2014-06-16 04:18:29 +00:00
|
|
|
- jekyll-sitemap # Create a sitemap using the official Jekyll sitemap gem
|
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
|
2014-07-30 23:09:58 +00:00
|
|
|
- LICENSE
|
2014-08-15 00:14:19 +00:00
|
|
|
- README.md
|
2015-05-13 04:55:00 +00:00
|
|
|
- CNAME
|