-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path_config.yml
More file actions
40 lines (35 loc) · 841 Bytes
/
_config.yml
File metadata and controls
40 lines (35 loc) · 841 Bytes
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: Portfolio for Catherine Yunis
description: A showcase of my engineering and artistic work
baseurl: "" # the subpath of your site, e.g. /blog
url: "https://cyunis.github.io/" # the base hostname & protocol for your site, e.g. http://example.com
# Build settings
markdown: kramdown
permalink: pretty
remote_theme: pages-themes/dinky@v0.2.0
plugins:
- jekyll-remote-theme
- jekyll-seo-tag
- jekyll-sitemap
collections:
projects:
output: true
permalink: /projects/:path/
# Default front matter for projects
defaults:
- scope:
path: ""
type: "projects"
values:
layout: "project"
# Social media handles
social:
github: cyunis
linkedin: catherine-yunis-phd
email: yunis@alum.mit.edu
# Exclude from processing
exclude:
- Gemfile
- Gemfile.lock
- node_modules
- vendor
- .gitignore