-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path_config.yml
executable file
·46 lines (38 loc) · 1.01 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
baseurl: "" # The subpath of your site. Use "" if you're hosting a blog at the root level.
url: "www.codmajik.com" # the base hostname & protocol for your site.
title: "Vincent Chinedu Okonkwo"
paginate: 3 #articles per page
paginate_path: /blog/page:num #makes pagination working
#contacts
git: "https://github.com/codmajik" #Add your github url here.
stackoverflow: "" #Add your stackoverflow url here.
twitter: "https://twitter.com/codmajik" #Add your twitter url here.
#disqus comment
disqus:
shortname: "codmajik" #replace with your disqus comment short name
#google analytics
google:
tracking-id: "" #paste your tracking id here
gems:
- jekyll-sitemap
# This is used by feed.xml. Uncomment if you want to use it.
# description: "..."
exclude:
- "README.md"
- "CHANGELOG.md"
- "Gemfile"
- "Gemfile.lock"
permalink: :title
defaults:
-
scope:
path: ""
type: "pages"
values:
layout: "default"
-
scope:
path: ""
type: "posts"
values:
layout: "post"