-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path_config.yml
69 lines (62 loc) · 1.59 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
#
#
# things you probably want to change
#
#
# no trailing slash
url: https://pnair7.github.io
# for header and meta tags
title: Praveen Nair
description: Praveen Nair
# set external to true if linking outside your website
# for internal, make sure to include preceding slash
nav-links:
- name: Home
url: /
external: false
# - name: Updates
# url: /updates
# external: false
- name: Research
url: /research
external: false
- name: Experience
url: /other_experience
external: false
- name: Projects
url: /projects
external: false
- name: Fun Stuff
url: /fun
external: false
# for the homepage image + big text next to it
greeting_image: /assets/me.jpg
# 100-200 characters recommended
greeting_text: 👋 Hey, I'm Praveen! I'm a research associate with the Digital Emotions Lab at Harvard Business School, and I'm interested in causality and the responsible use of algorithms in society.
# show blog post excerpts on blog page
show_excerpts: false
excerpt_word_count: 70
# long date: April 20, 1969
long_date: false
# short date: Apr ‘69
short_date: true
#
#
# things you probably don't want to change
#
#
defaults:
- # applies the default layout to all files in the project
scope:
path: ""
values:
layout: "default"
- # sets is_post=true for all blog posts
scope:
path: ""
type: posts
values:
is_post: true
permalink: /:title # so we have /about instead of /about.html, and /blog-post instead of /2019-11-22-blog-post.html
sass:
style: compressed # compress the CSS file generated from the SCSS styles file