-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path_config.yml
More file actions
52 lines (46 loc) · 1.24 KB
/
Copy path_config.yml
File metadata and controls
52 lines (46 loc) · 1.24 KB
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
# Site settings
title: "Jason A. Yoder"
subtitle: "Associate Professor of CSSE"
name: "Jason A. Yoder"
description: "Personal website of Jason A. Yoder, Associate Professor of Computer Science and Software Engineering at Rose-Hulman Institute of Technology."
url: "https://jasonayoder.github.io"
baseurl: ""
# Theme
remote_theme: "mmistakes/minimal-mistakes@4.26.2"
minimal_mistakes_skin: "mint"
# Plugins
plugins:
- jekyll-include-cache
# Author sidebar
author:
name: "Jason A. Yoder"
bio: "Associate Professor of CSSE at Rose-Hulman Institute of Technology. Researching bio-inspired AI, neuroevolution, and evolutionary development."
avatar: "/assets/images/bio-photo.jpg"
email: "yoder1@rose-hulman.edu"
links:
- label: "GitHub"
icon: "fab fa-fw fa-github"
url: "https://github.com/jasonayoder"
- label: "Google Scholar"
icon: "fas fa-fw fa-graduation-cap"
url: "https://scholar.google.com/citations?user=pC0cZWsAAAAJ&hl=en"
# Build settings
include:
- _pages
exclude:
- claude-docs
- source
- CLAUDE.md
- .devcontainer
- README.md
- Gemfile
- Gemfile.lock
# Defaults
defaults:
- scope:
path: ""
type: "pages"
values:
layout: single
author_profile: true
toc: true