-
Notifications
You must be signed in to change notification settings - Fork 0
/
_config.yml
40 lines (36 loc) · 893 Bytes
/
_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
title: Meenakshi Sundaram Manickam
description: Master of Science in Robotics at Purdue University
baseurl: "" # Leave blank for GitHub Pages
url: "https://thundermms.github.io" # Your website URL
avatar: /avatar.jpg
remote_theme: vszhub/not-pure-poole
plugins:
- jekyll-feed
- jekyll-remote-theme
- jekyll-gist
- jekyll-paginate
- jekyll-seo-tag
- jekyll-sitemap
plugins:
- jekyll-remote-theme # Enable the remote theme plugin
cover_image: /chicago_walpaper.jpg
paginate: 10
permalink: "/:title/"
sass:
sass_dir: _sass
style: :compressed
# Specify the author for blog posts
author:
name: Meenakshi Sundaram Manickam
url: https://github.com/thundermms/
email: [email protected]
collections:
projects:
output: true
permalink: /projects/:path/
defaults:
scope:
path: "" # empty string means all files
type: "posts"
values:
featured: false