-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy path_config.yml
59 lines (51 loc) · 1.36 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
55
56
57
58
59
name: Enrico Campidoglio
description: The blog of Enrico Campidoglio
markdown: kramdown
highlighter: rouge
url: https://megakemp.com
permalink: /:year/:month/:day/:title/
paginate: 3
paginate_path: blog/page:num
plugins:
- jekyll-redirect-from
- jekyll-paginate
include:
- .well-known
exclude:
- css/flag-icon-css/*.coffee
- css/flag-icon-css/*.html
- css/flag-icon-css/*.json
- css/flag-icon-css/*.lock
- css/flag-icon-css/*.md
- css/flag-icon-css/*.sh
- css/flag-icon-css/*.yaml
- css/flag-icon-css/assets/
- css/flag-icon-css/less/
- css/flag-icon-css/sass/
style:
# Base color for background elements such as the top bar
base_color: '#444'
# Accent color for links, etc
highlight_color: '#e87830'
# Profile links on the left sidebar, leave blank to ignore
social:
github: ecampidoglio
stackoverflow: 26396
twitter: ecampidoglio
linkedin: ecampidoglio
keybase: ecampidoglio
rss: http://feeds.feedburner.com/megakemp
#bitbucket:
#hacker_news:
#stackexchange:
#facebook:
#tumblr:
#gplus:
# "Hi, I'm _______"
name: Enrico Campidoglio AB
email: [email protected]
# Google Analytics Tracking ID, leave blank to ignore
google_analytics_tracking_id: UA-5422661-2
google_analytics_property_name: megakemp.com
# Toggle "Postings are my own" disclaimer in footer
show_disclaimer: false