-
Notifications
You must be signed in to change notification settings - Fork 0
/
_config.yml
72 lines (62 loc) · 2.49 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
# Welcome to Jekyll!
#
# This config file is meant for settings that affect your whole blog, values
# which you are expected to set up once and rarely edit after that. If you find
# yourself editing this file very often, consider using Jekyll's data files
# feature for the data you need to update frequently.
#
# For technical reasons, this file is *NOT* reloaded automatically when you use
# 'bundle exec jekyll serve'. If you change this file, please restart the server process.
# Site settings
# Basic Information
title: Aaditya Prakash Kattekola
position: Ph.D Student
affiliation: University of California, Santa Barbara
affiliation_link: https://www.ece.ucsb.edu/
email: aadityaprakash (at) ucsb.edu
# Search Engine Optimization (SEO)
# The following information is used to improve the website traffic from search engines, e.g., Google.
# keywords: minimal light
# description: The Minimal Light is a simple and elegant jekyll theme for academic personal homepage.
# canonical: https://minimal-light-theme.yliu.me/
# Links
# If you don't need one of them, you may delete the corresponding line.
google_scholar: https://scholar.google.com/citations?user=dUyBIokAAAAJ&hl=en
cv_link: assets/files/curriculum_vitae.pdf
github_link: https://github.com/Kapi2910
linkedin: https://www.linkedin.com/in/kapi2910/
twitter: https://twitter.com/Kapi2910
# Images (e.g., your profile picture and your website's favicon)
# "favicon" and "favicon_dark" are used for the light and dark modes, respectively.
avatar: ./assets/img/avatar.jpg
favicon: ./assets/img/favicon_io/favicon.ico
favicon_dark: ./assets/img/favicon_io/favicon.ico
# Footnote
# You may use the option to disable the footnote, "Powered by Jekyll and Minimal Light theme."
enable_footnote: true
# Auto Dark Mode
# You may use the option to disable the automatic dark theme
auto_dark_mode: false
# Font
# You can use this option to choose between Serif or Sans Serif fonts.
font: "Serif" # or "Sans Serif"
# Google Analytics ID
# Please remove this if you don't use Google Analytics
# google_analytics: UA-111540567-4
# Build settings
remote_theme: yaoyao-liu/minimal-light
markdown: kramdown
plugins:
- jekyll-feed
- jekyll-remote-theme # add this line to the plugins list if you already have one
# Exclude from processing.
# The following items will not be processed, by default. Create a custom list
# to override the default setting.
# exclude:
# - Gemfile
# - Gemfile.lock
# - node_modules
# - vendor/bundle/
# - vendor/cache/
# - vendor/gems/
# - vendor/ruby/