This repository has been archived by the owner on Sep 24, 2023. It is now read-only.
forked from poole/lanyon
-
Notifications
You must be signed in to change notification settings - Fork 0
/
_config.yml
82 lines (69 loc) · 1.73 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
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
# Permalinks
#
# Use of `relative_permalinks` ensures post links from the index work properly.
#permalink: pretty
permalink: :title
#relative_permalinks: true
# Setup
title: "Research Papers"
tagline: "Read, Review, Research, Repeat"
description: "Review and summaries of research papers in the broad field of Machine Learning"
url: "https://vballoli.github.io"
baseurl: "/research-papers"
paginate: 10
plugins: [jekyll-paginate]
twitter_username: v_balloli
github_username: vballoli
disqus_baseurl: "https://vballoli.github.io/"
disqus_shortname: vaibhavballoli
markdown: kramdown
kramdown:
math_engine: katex
# About/contact
author:
name: Vaibhav Balloli
url: https://vballoli.github.io
email: balloli.vb@gmail.com
# Custom vars
version: 1.0.0
gems:
- jekyll-sitemap
- jekyll-paginate
- jemoji
- jekyll-seo-tag
exclude:
- "/vendor/"
social:
- name: Google Scholar
icon: scholar
username: v_balloli
url: https://scholar.google.com/citations?user=-6i7e7sAAAAJ&hl=en&oi=ao
desc:
share: true
- name: Twitter
icon: twitter
username: v_balloli
url: https://twitter.com/v_balloli
desc:
share: true
- name: GitHub
icon: github
username: vbbphc
url: https://github.com/vbbphc
desc:
share: false
- name: Linkedin
icon: linkedin
username: vaibhavballoli
url: https://linkedin.com/in/vaibhavballoli
desc:
share: true
defaults:
-
scope:
path: ""
values:
author: "Vaibhav Balloli"
gems: [jekyll-paginate]
paginate_path: "page:num"
excerpt_separator: <!--end_excerpt-->