-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path_config.yml
54 lines (47 loc) · 2.06 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
# -----------------------------------------------------------------------------
# Site settings
# -----------------------------------------------------------------------------
title: "Zubair Khan"
author: "Zubair Khan"
description: "Zubair Khan ©2022"
permalink: /:title/
lang: "en"
excerpt_separator: "\n\n\n"
date_format: "%B %d, %Y"
icon: 🧠 # the emoji used as the favicon
# Layout
show_social: true
show_excerpts: false # show article excerpts on the home page
show_frame: false # adds a gray frame to the site
show_sidebar: false # show a sidebar instead of the usual header
minimal: false # use a dark header
# Menu
navigation: # accepts {file, title, url, icon, sidebaricon}
- {title: "CV & Publications", file: "publications.md"}
- {url: "zubairkhan.pdf", title: "CV"}
# - {title: "Media", file: "/media.md"}
external: # shows a footer with social links - for available icons see fontawesome.com/icons
- {title: Mail, icon: envelope, url: "mailto:[email protected]"}
- {title: Twitter, icon: twitter, url: "https://twitter.com/Hawk_444"}
- {title: Linkedin, icon: linkedin, url: "https://www.linkedin.com/in/zubair-khan-357b2b56/"}
- {title: Researchgate, icon: researchgate, url: "https://www.researchgate.net/profile/Zubair-Khan-29"}
- {title: GoogleScholar, icon: user-graduate, url: "https://scholar.google.com/citations?hl=en&user=GzPDyT8AAAAJ"}
- {title: Orcid, icon: orcid, url: "https://orcid.org/my-orcid?orcid=0000-0002-9651-5767"}
- {title: Github, icon: github, url: "https://github.com/ZubairKhan001"}
- {title: Stackoverflow, icon: stack-overflow, url: "https://stackoverflow.com/users/9110143/khan"}
- {title: PAMI SJTU, icon: landmark, url: "http://www.pami.sjtu.edu.cn/StudentDetail/49"}
plugins:
- jekyll-feed
- jemoji
- jekyll-archives
- jekyll-diagrams
- jekyll-email-protect
- jekyll-github-metadata
- jekyll-imagemagick
- jekyll-paginate-v2
- jekyll/scholar
- jekyll-sitemap
- jekyll-target-blank
- jekyll-twitter-plugin
- jekyll-gist
theme: jekyll-theme-minimal