-
Notifications
You must be signed in to change notification settings - Fork 0
/
_config.yml
51 lines (46 loc) · 905 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
49
50
51
title: Tareq Anwar
description: Web Programmer
url: "https://tareqanwar.com"
author: "Tareq Anwar"
keywords: "tareq anwar, software developer, canada"
github: tareqanwar
medium: tareqanwar
twitter: trqnwr
email: [email protected]
exclude: ["README.md", "CNAME", "LICENSE", ".gitignore"]
include: []
permalink: pretty
timezone: Canada/Central
plugins: []
markdown: kramdown
kramdown:
input: GFM
syntax_highlighter: rouge
sass:
style: compressed
defaults:
-
scope:
path: ""
type: "posts"
values:
layout: "post"
-
scope:
path: ""
type: "pages"
values:
layout: "base"
about:
- name: Github
username: tareqanwar
url: https://github.com/tareqanwar
class: github
- name: Twitter
username: trqnwr
url: https://twitter.com/trqnwr
class: twitter
- name: Email
username: [email protected]
class: email
url: mailto:[email protected]