forked from linuxsimba/linuxsimba
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path_config.yml
executable file
·38 lines (38 loc) · 980 Bytes
/
_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
source: _source
destination: _site
baseurl: "" # The subpath of your site. Use "" if you're hosting a blog at the root level.
url: "http://linuxsimba.com" # the base hostname & protocol for your site
title: "Linux Simba"
twitter_username: 'linuxsimba'
social_media_btn:
- name: 'twitter'
url: "https://twitter.com/intent/follow?original_referer=http%3A%2F%2Flinuxsimba.com&region=follow_link&screen_name=linuxsimba&tw_p=followbutton"
title: "Follow Us (@linuxsimba) on Twitter"
id: 'twitter_btn'
# This is used by feed.xml. Uncomment if you want to use it.
# description: "..."
markdown: redcarpet
gems:
- jekyll-gist
- jekyll-last-modified-at
exclude:
- "README.md"
- "CHANGELOG.md"
- "CNAME"
- "Gemfile"
- "Gemfile.lock"
- "Guardfile"
permalink: :title
defaults:
-
scope:
path: ""
type: "pages"
values:
layout: "default"
-
scope:
path: ""
type: "posts"
values:
layout: "post"