-
Notifications
You must be signed in to change notification settings - Fork 99
Expand file tree
/
Copy path_config.yml
More file actions
41 lines (37 loc) · 1.93 KB
/
_config.yml
File metadata and controls
41 lines (37 loc) · 1.93 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
# Welcome to Jekyll!
#
# This config file is meant for settings that affect your whole blog, values
# which you are expected to set up once and rarely need to edit after that.
# For technical reasons, this file is *NOT* reloaded automatically when you use
# 'jekyll serve'. If you change this file, please restart the server process.
# Site settings
title: adesso AG DevBlog
subline: Unsere Plattform für Wissenstransfer und Austausch
email:
description: "adesso sorgt als unabhängiger IT-Dienstleister durch Beratung und Softwareentwicklung für den Erfolg Ihrer Projekte und die Zukunftssicherheit Ihrer Anwendungen."
blog_intro: "In unserem Blog nehmen wir Sie mit auf eine spannende Reise quer durch das riesige Repertoire unserer Themenexperten. Von den großen Technologiethemen über die kleinen Nischen-Topics, über Future Trends und praktische Programmiertipps. Von Fach- und Karrierethemen bis hin zu allgemeinen Unternehmens-Stories. Und wir freuen uns darauf, uns mit Ihnen zu all diesen Themen auszutauschen. Denn Meinungsaustausch und Dialog sind für uns die besten Voraussetzungen, um uns weiterzuentwickeln und immer den entscheidenden Schritt voraus zu sein. Wir sind gespannt auf Ihre Meinung, Ihre Anregungen und auf fruchtbare Diskussionen."
# Outputtig
# permalink: possible that it is been owerwritten by the plugin 'multipost.rb' within the
# _plugins directory
permalink: blog-posts/:year-:month-:day/:title.html
# paginate: 3 # amount of posts to show
# paginate_path: /pages/page:num/
# Serving
baseurl: "/devblog" # the subpath of your site, e.g. /blog
url: "https://shsanayei.github.io" # the base hostname & protocol for your site
github_username: "adessoAG"
# Build settings
markdown: kramdown
kramdown:
syntax_highlighter_opts:
disable : true
auto_ids: true
encoding: "utf-8"
markdown_ext: "markdown,mkdown,mkdn,mkd,md"
# Plugins
plugins:
- liquid-md5
- jekyll-paginate
- jekyll-sitemap
- jekyll-gist
- jekyll-feed