-
Notifications
You must be signed in to change notification settings - Fork 18
/
_config.yml
executable file
·59 lines (53 loc) · 1.41 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
47
48
49
50
51
52
53
54
55
56
57
58
59
title: Tauseef Jamadar
description: Stuff that I come across and find interesting.
author: Tauseef Jamadar
email: [email protected]
phone: (650) 576-5403
github: https://github.com/tmjam
about: I am a Software Engineer at <a href="https://www.build.com" target="_blank">Build.com</a> and a freelance developer. I love working on backend and frontend technologies.
disqus_shortname: programming
google_analytics: UA-31048387-6
avatar_url: /static/img/me.jpg
enableTags: true
tagarray: []
collections:
project:
output: true
permalink: /project/:path/
social:
- icon: fa-facebook
link: "https://www.facebook.com/tjamadar"
- icon: fa-twitter
link: "https://twitter.com/tmjam3011"
- icon: fa-linkedin
link: "https://www.linkedin.com/in/tauseef-jamadar-5b577913/"
# - icon: fa-stack-exchange
# link: "#"
- icon: fa-github
link: "https://github.com/tmjam"
share:
twitter_username: tmjam3011
# fb_appid: 1749788565247320
urls:
- text: About Me
url: /about/
- text: Projects
url: /projects/
- text: Blogs
url: /blogs/
- text: XML Feed
url: /feed.xml
# url: "http://localhost:4000"
url: "https://tmjam.github.io/tauseef-blog"
baseurl: ""
paginate: 20
per_page: 20
paginate_path: "/blogs/page/:num/"
markdown: kramdown
gems:
- jekyll-paginate
- jekyll-gist
compress_html:
clippings: all
comments: ["<!-- ", " -->"]
endings: all