-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy path_config.yml
More file actions
executable file
·48 lines (40 loc) · 1.13 KB
/
_config.yml
File metadata and controls
executable file
·48 lines (40 loc) · 1.13 KB
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
baseurl: "" # The subpath of your site. Use "" if you're hosting a blog at the root level.
url: "AkronCodeClub.github.io" # the base hostname & protocol for your site.
title: "Akron Code Club"
paginate: 3 #articles per page
paginate_path: /blog/page:num #makes pagination working
#contacts
git: "https://github.com/AkronCodeClub" #Add your github url here.
#stackoverflow: "http://stackoverflow.com/users/1231365/railsr" #Add your stackoverflow url here.
stackoverflow: ""
twitter: "https://twitter.com/AkronCodeClub" #Add your twitter url here.
meetup: "http://www.meetup.com/AkronCodeClub/"
#disqus comment
#disqus:
#shortname: "test" #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"