-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy path_config.yml
More file actions
37 lines (26 loc) · 817 Bytes
/
_config.yml
File metadata and controls
37 lines (26 loc) · 817 Bytes
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
# Site settings
title: "Hasan Basri"
title-font-size: '4em' # a provision to adjust the size of your title. If it is too long then do resize to a smaller value. By default it will be 4em.
email: creatorb45@gmail.com
description: > # this means to ignore newlines until "baseurl:"
Muslim by Choice / Programmer by Day
baseurl: "" # the subpath of your site, e.g. /blog
url: "" # the base hostname & protocol for your site
permalink: :title/
# Build settings
markdown: kramdown
highlight: rouge
paginate: 5
paginate_path: /page:num/
# Tracker
analytics:
# Comments
disqus-shortname:
# Contact form
# Go to https://getsimpleform.com and get a API token by signing up with your email and enter that here
api-token:
#CSS
sass:
style: compressed
include: [_pages]
gems: [jekyll-paginate, jekyll-seo-tag]