-
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path_config.yml
75 lines (63 loc) · 1.64 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
title: Rajeev Atla
author:
name: Rajeev Atla
email: [email protected]
description: > # this means to ignore newlines until "show_excerpts:"
Personal website of a college senior interested in the computational sciences.
url: "https://rajeevatla.com"
show_excerpts: true # set to true to show excerpts on the homepage
# incremental: true # set to true to rebuild only updated pages
# Minima date format
# refer to https://shopify.github.io/liquid/filters/date/ if you want to customize this
# Disqus Comments
disqus:
# Leave shortname blank to disable comments site-wide.
# Disable comments for any post by adding `comments: false` to that post's YAML Front Matter.
shortname: rajeevatla
minima:
date_format: "%b %-d, %Y"
# generate social links in footer
social_links:
# twitter:
github: RajeevAtla
# devto:
# dribbble:
facebook: rajeevratla
# flickr:
instagram: rat.la
linkedin: rajeev-atla
# pinterest:
# youtube:
# youtube_channel:
# youtube_channel_name:
# telegram:
# microdotblog:
# keybase:
# Mastodon instances
# mastodon:
# - username:
# instance:
# - username:
# instance:
# GitLab instances
# gitlab:
# - username:
# instance:
# - username:
# instance:
# If you want to link only specific pages in your header, uncomment
# this and add the path to the pages in order as they should show up
header_pages:
- Tutoring.md
- about.md
- todo.md
- Press.md
markdown: kramdown
# Build settings
theme: minima
plugins:
- jekyll-seo-tag
- jemoji
- jekyll-feed
- jekyll-sitemap
- jekyll-pdf-embed