-
Notifications
You must be signed in to change notification settings - Fork 0
/
_config.yml
41 lines (41 loc) · 921 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
---
title: Aziz Ali
timezone: UTC
collections:
posts:
title: Posts
output: true
uploads:
title: Uploads
output: true
email: your-email@example.com
description: This is the personal website and blog of Aziz Ali, a Pakistani entrepreneur
and founder of iLoveCoding.org. Here I share my life experiences, lessons learned
in business, relationship, spirituality, and more. I also openly share the tools
I used in my projects, and the people and books that inspire me.
baseurl: ''
url: https://azizali.com
twitter_username: heyaziz
github_username: azizali
permalink: "/:title/"
markdown: kramdown
plugins:
- jekyll-feed
- jekyll-paginate
- jemoji
sass:
load_paths:
- _sass
- node_modules
google_analytics: UA-16845265-7
disqus:
shortname: azizali
exclude:
- Gemfile
- Gemfile.lock
- vendor/bundle/
- vendor/cache/
- vendor/gems/
- vendor/ruby/
paginate: 10
paginate_path: "/blog/page:num/"