-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path_config.yml
More file actions
75 lines (68 loc) · 3.1 KB
/
_config.yml
File metadata and controls
75 lines (68 loc) · 3.1 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
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
###############################################################################
# Basic site identity
###############################################################################
title: "Paul D. Martin, Ph.D."
tagline: "Scientist · Educator · Innovator"
description: "Teaching, projects, and writing."
url: "https://pauldmartinphd.github.io" # no trailing slash
baseurl: "" # blank for user-site repos
#logo: "/assets/ProfilePicturePhoto.jpg" # adjust path if you relocate the file
###############################################################################
# Theme selection
###############################################################################
remote_theme: mmistakes/minimal-mistakes@4.26.1
minimal_mistakes_skin: default # other built-in skins: air, sun, dark, etc.
###############################################################################
# Plugins (GitHub Pages-compatible)
###############################################################################
plugins:
- jekyll-feed
- jekyll-seo-tag
- jekyll-include-cache # required by Minimal Mistakes’ sidebar
###############################################################################
# Author information (used in sidebars & meta tags)
###############################################################################
author:
name: "Paul D. Martin, Ph.D."
avatar: "/assets/ProfilePicturePhoto.jpg" # reuse the same headshot
bio: "Researcher · Educator · Innovator"
links:
- label: "CV (PDF)"
icon: "fas fa-file-alt"
url: "/assets/PaulMartin-CV.pdf"
- label: "LinkedIn"
icon: "fab fa-linkedin"
url: "https://www.linkedin.com/in/pauldmartinphd/"
- label: "Google Scholar"
icon: "fab fa-google-scholar" # Academicons icon; works with Minimal Mistakes
url: "https://scholar.google.com/citations?user=lmafl-QAAAAJ"
- label: "GitHub"
icon: "fab fa-github"
url: "https://github.com/pauldmartinphd"
###############################################################################
# Site-wide defaults for pages & posts
###############################################################################
defaults:
- scope:
path: "" # all posts
type: "posts"
values:
layout: single
author_profile: true
read_time: false
- scope:
path: "" # all standalone pages
type: "pages"
values:
layout: single
author_profile: true
###############################################################################
# Pagination (blog index) – optional
###############################################################################
paginate: 5
paginate_path: "/blog/page:num/"
###############################################################################
# Optional features
###############################################################################
search: false # enables Lunr-based on-site search
# google_analytics: "G-XXXXXXXXXX" # uncomment & add your ID if desired