-
Notifications
You must be signed in to change notification settings - Fork 36
/
_config.yml
47 lines (39 loc) · 1.06 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
name: MozillaTN
description: Mozilla Tamilnadu Community Website, highlights more about contributors contribution and tutorials to get started with Community contribution.
meta_description: "Mozilla Tamilnadu Community Website"
gems: [jekyll-paginate, jekyll-gist]
aboutPage: false
blogPage: true
highlighter: rouge
paginate: 10
paginate_path: "/page:num"
baseurl: /
domain_name: 'http://mozillatn.github.io'
google_analytics: 'UA-63310670-1'
disqus: true
disqus_shortname: 'MozillaTN'
markdown: kramdown
# Details for the RSS feed generator
url: 'https://mozillatn.github.io'
author: 'mozillatn'
authorTwitter: 'MozillaTN'
permalink: /:categories/:title/
defaults:
-
scope:
path: "" # empty string for all files
type: pages
values:
layout: default
-
scope:
path: "" # empty string for all files
type: posts
values:
layout: post
-
scope:
path: ""
type: drafts
values:
layout: post