-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path_config.yml
executable file
·52 lines (43 loc) · 1.02 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
baseurl: "" # The subpath of your site. Use "" if you're hosting a blog at the root level.
url: "bkorbar.com" # the base hostname & protocol for your site.
paginate: 7 #articles per page
paginate_path: /blog/page:num #makes pagination working
# header text
title: "Bruno Korbar"
header: Learn. Build. Improve. Repeat
# for welcome page
# to replace image go to index.html
email:
address: "[email protected]"
text: "info (at) bkorbar (dot) com"
# # disqus comment
# disqus:
# shortname: "test" #your disqus comment short name
# google analytics
google:
tracking-id: "UA-115240483-1" #your tracking id here
plugins:
- jekyll-sitemap
- jekyll-paginate
- jemoji
# This is used by feed.xml. Uncomment if you want to use it.
# description: "..."
exclude:
- "README.md"
- "CHANGELOG.md"
- "Gemfile"
- "Gemfile.lock"
permalink: /posts/:title
defaults:
-
scope:
path: ""
type: "pages"
values:
layout: "default"
-
scope:
path: ""
type: "posts"
values:
layout: "post"