-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path_config.yml
More file actions
39 lines (34 loc) · 771 Bytes
/
Copy path_config.yml
File metadata and controls
39 lines (34 loc) · 771 Bytes
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
# Site settings
title: Daniel Wikar
tagline: Analytics, Big Data, Microsoft and IT
description: Personal blog about Analytics, Big Data, Microsoft and IT
url: https://wikar.se
baseurl: ""
# Author
author:
name: Daniel Wikar
bio: Head of Business Intelligence & Analytics, passionate about data and technology.
avatar: /assets/images/avatar.png
# Social links (leave empty to hide)
social:
linkedin: danielwikar
github: wikar
twitter: ""
email: ""
# Build settings
markdown: kramdown
highlighter: rouge
excerpt_separator: "\n\n"
paginate: 5
# Plugins
plugins:
- jekyll-paginate
- jekyll-feed
- jekyll-seo-tag
# Exclude from build
exclude:
- Gemfile
- Gemfile.lock
- node_modules
- vendor
- README.md