-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path_config.yml
More file actions
68 lines (55 loc) · 1.62 KB
/
_config.yml
File metadata and controls
68 lines (55 loc) · 1.62 KB
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
60
61
62
63
64
65
66
67
68
# SEO settings
title: "Aditya Bharadwaj"
description: "Senior Researcher and Tech Lead at B12 | PayPal | Virginia Tech PhD"
keywords: "aditya bharadwaj, web developer, HCI researcher, data scientist, python developer, javascript developer, statistical
programming, network science, machine learning, databases, computational biology, computer science, graduate student,
virginia tech"
url: "https://adbharadwaj.github.io" # Site url (default: "")
#baseurl: "" # Apply repo name if use it under gh-pages branch
#baseurl: "https://adityabharadwaj.in" # Apply null if repo name is something like username.github.io
# Site analytics
# google_analytics: UA-5
# Disqus
disqus_shortname: adbcoder
# Site author info
author:
name: "Aditya Bharadwaj"
email: adb@vt.edu
nickname: "adb"
display_bio: true # Edit file in /_includes/bio.html
website: http://adbharadwaj.github.io
# Social settings
og_locale: "en_US"
display_social_icons: true # Edit file in /_includes/social_links.html
github:
username: adbharadwaj
facebook:
profile_url: https://www.facebook.com/adbcoder
twitter:
username: adbcoder
related: true
# Build settings
#source: ./
#destination: ../adbharadwaj.github.io/
source: ./
destination: ./_site
permalink: /:year/:title
markdown: kramdown
highlighter: rouge
timezone: Asia/India
exclude: ["README.md", "LICENSE.md", "CHANGELOG.md"]
# Site configurations
compress_html:
clippings: all
comments: ["<!-- ", " -->"]
endings: all
ignore:
envs: [local]
blanklines: false
profile: false
startings: [html, head, body]
sass:
sass_dir: assets/scss
style: compressed # expanded
gems:
- jekyll-sitemap