-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy path_config.yml
58 lines (51 loc) · 1.23 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
#
#
# things you probably want to change
#
#
# no trailing slash
url: https://rampure.org
# for header and meta tags
title: Suraj Rampure
description: Lecturer, CSE, University of Michigan
# set external to true if linking outside your website
# for internal, make sure to include preceding slash
nav-links:
- name: Home
url: /
external: false
# for the homepage image + big text next to it
greeting_image: /assets/me-award-compressed.jpg
# 100-200 characters recommended
# greeting_text:
# show blog post excerpts on blog page
show_excerpts: false
excerpt_word_count: 70
# long date: April 20, 1969
long_date: true
# short date: Apr ‘69
short_date: false
#
#
# 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
plugins:
- jekyll-redirect-from
# Google Analytics
google_analytics: G-P3D5CF93NZ