-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path_config.yml
54 lines (47 loc) · 1.12 KB
/
_config.yml
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
title: Advanced Developer Experiments
email: [email protected]
author: Peter MIKOLA
description: Some intriguing adventure on the field of development
avatar: https://avatars3.githubusercontent.com/u/4664202?v=4
baseurl: ""
url: "https://mikopet.dev"
twitter_username: Mikopet
github_username: Mikopet
permalink: /:categories/:title/
excerpt_separator: "<!--more-->"
disqus: mikopet-dot-dev
google_analytics: G-XB4N88TZZW
plugins:
- jekyll-feed
- jekyll-sitemap
footer-links:
dribbble:
email: [email protected]
facebook:
flickr:
github: Mikopet
instagram:
linkedin: mikopet
pinterest:
rss: on # just type anything here for a working RSS icon
twitter: Mikopet
stackoverflow: users/2488588/mikopet
youtube: # channel/<your_long_string> or user/<user-name>
googleplus: # anything in your profile username that comes after plus.google.com/
markdown: kramdown
highlighter: rouge
kramdown:
input: GFM
syntax_highlighter_opts:
default_lang: html
css_class: 'syntax'
sass:
style: :compressed
exclude:
- .jekyll-cache/
- .sass-cache/
- Gemfile
- Gemfile.lock
- README.md
- CNAME
- vendor