-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path_config.yml
More file actions
56 lines (38 loc) · 1.31 KB
/
_config.yml
File metadata and controls
56 lines (38 loc) · 1.31 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
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
# Title of your blog; shows in the header
name: "King Context"
tagline: "because Context is King"
# Description of your content (will only be used on Google Search)
description: "Streaming Data with Context to Information"
keywords: "data, streaming data, big data, context, context is king, information, information management, data architect, information architecture, master data management"
# Your name. Will show in your footer + sidebar
owner: "Jan Uyttenhove"
company: "Insidin"
author: "King Context"
url: "http://www.kingcontext.com"
baseurl: ""
# A short presentation of yourself. Will show in the sidebar, under your name. Best usage would be between 30 to 50 words.
author-bio-p1: "Context is king. This is King Context."
author-bio-p2: "It's all about data here!!"
email: jan@kingcontext.com
# Social Accounts
twitter: xorto
#github: kingcontext
linkedin: januyttenhove
facebook: kingcontext
#dribbble: m3xm
#instagram: m3xm
# Google Analytics (you may want to changes these with yours or even delete :)
ga_domain: auto
ga_tracking_id: UA-66832385-1
# Other (refer to http://jekyllrb.com/docs/home/ for further details on the below)
markdown: kramdown
permalink: pretty
#highlighter: rouge
paginate: 10
paginate_path: "/page/:num"
plugins:
- jekyll-paginate
# SCSS
sass:
sass_dir: _scss
style: :compressed