-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy path_config.yml
88 lines (82 loc) · 2.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
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
# Site settings
title: ForEvolve
subtitle: A piece of mind...
header-img: //cdn.forevolve.com/blog/images/pages-header/default-header.jpg
override-header-img-with-post-img: false
copyright_name: Carl-Hugo Marcotte
description: 'A piece of mind'
baseurl: ''
url: 'http://www.forevolve.com'
remoteUrl: 'https://www.forevolve.com'
modalAd:
enabled: false
cookieMaxAge: 43200 # Max cookie age in seconds (43200 = 12h | 86400 = 24h)
debug: false
twitter_name: CarlHugoM
facebook_author: carl.hugo.marcotte
facebook_publisher: carl.hugo.marcotte
social_icons:
- name: Twitter
icon: fa-twitter
url: https://twitter.com/CarlHugoM
- name: GitHub (ForEvolve)
icon: fa-github
url: https://github.com/ForEvolve
- name: My GitHub Account
icon: fa-github
url: https://github.com/Carl-Hugo
- name: LinkedIn
icon: fa-linkedin
url: https://www.linkedin.com/in/carl-hugo-marcotte
- name: Twitch
icon: fa-twitch
url: https://www.twitch.tv/carlhugom
hide: true
- name: YouTube
icon: fa-youtube
url: https://www.youtube.com/channel/UCbRroQU-PWfTthu41qOf3OQ
hide: true
- name: Medium
icon: fa-medium
url: https://carlhugom.medium.com/
- name: Dev.to
icon: icomoon icon-dev-dot-to
url: https://dev.to/carlhugom
- name: DZone
icon: fa-cube
url: https://dzone.com/users/4734071/carlhugom.html
- name: RSS Feed
icon: fa-rss
url: /feed.xml
- name: Email
icon: fa-envelope
url: mailto:[email protected]
follow-me-label: Follow me
default_lang: en
# Discus comments
comments: true
disqus_shortname: forevolve
kramdown:
entity_output: numeric
# Google Analytics
google_tracking_id: UA-81489213-2
# Build settings
markdown: kramdown
highlighter: rouge
permalink: pretty
paginate: 10
exclude: ['less', 'node_modules', 'Gruntfile.js', 'package.json', 'README.md']
plugins: [jekyll-feed, jekyll-paginate, jekyll-redirect-from, jemoji]
excerpt_separator: <!--more-->
defaults:
- scope:
path: ''
type: 'posts'
values:
layout: 'post'
author: 'Carl-Hugo Marcotte'
- scope:
path: ''
type: 'pages'
values:
layout: 'page'