-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path_config.yml
48 lines (42 loc) · 999 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
39
40
41
42
43
44
45
46
47
48
# Jekyll build settings
highlighter: rouge
markdown: kramdown
# timezone: 'Europe/Berlin'
### content configuration ###
root_url: "http://www.thekkedam.org/"
title: "Thekkedathu Mana"
keywords: "Thekkedam, Thekkedathu Mana, Pindalikara"
description: "Home page of Pindalikara Thekkedam"
source_link: "https://github.com/thekkedam/thekkedam.github.io"
favicon: "img/favicon.ico"
touch_icon: "img/apple-touch-icon.png"
google_analytics_key: UA-70783896-1
### template colors, used site-wide via css ###
colors:
black: '#111111'
white: '#f8f8f8'
blue: '#49a7e9'
green: '#9bcf2f'
purple: '#c869bf'
orange: '#fab125'
turquoise: '#0fbfcf'
# Exclude personal
exclude:
- _drafts
- build
- update
- _toolScripts
- skip.html
- deploy
- vendor
# include
include:
- ".htaccess"
# Plugins (GitHub Pages only support a few)
gems:
- jekyll-redirect-from
- jekyll-sitemap
- jekyll-mentions
- jekyll-gist
- jekyll-paginate
- rouge