-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path_config.yml
More file actions
executable file
·49 lines (41 loc) · 1.09 KB
/
_config.yml
File metadata and controls
executable file
·49 lines (41 loc) · 1.09 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
49
# visit http://jekyllrb.com/docs/configuration/ for more settings
paginate: 10 # pagination based on number of posts
paginate_path: "page:num"
exclude: ["README.md", "Gemfile", "Gemfile.lock"] # files to exclude
highlighter: rouge
markdown: kramdown
disqus: thinkbinaryblog
google_analytics: UA-365801-4
title: ThinkBinary
defaults:
-
scope:
path: "" # empty string for all files
values:
title: dbyll
description: Stylish Jekyll Theme
author:
name: Pervez Choudhury
email: blog@thinkbinary.co.uk
github: codedemonuk
twitter: pervezc
linkedin: pervezc
bio: The personal blog of Pervez Choudhury. A software developer from Bushey, UK
email_md5: a3e5a771b79eb30f64b72b42e349b8d9
rss_path: feed.xml
categories_path: categories.html
tags_path: tags.html
permalink: /:year/:month/:day/:title
# set it as url of an image
# sidebar_background_image: /path/to/img.jpg
BASE_PATH: https://www.thinkbinary.co.uk
gems:
- jekyll-paginate
defaults:
- scope:
path: ""
type: "posts"
values:
layout: "post"
author: "Pervez Choudhury"
comments: true