-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path_config.yml
36 lines (36 loc) · 1.66 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
# Settings for the person
me: "Gregory M. Kapfhammer"
title: "Gregory M. Kapfhammer"
author: "Gregory M. Kapfhammer"
description: "Associate Professor of Computer Science"
# Settings for the site
url: "https://www.gregorykapfhammer.com"
baseurl: "/"
# Social media settings
twitter:
username: GregKapfhammer
social:
name: "Gregory M. Kapfhammer"
links:
- https://twitter.com/GregKapfhammer
- http://www.linkedin.com/in/GregKapfhammer
- https://github.com/gkapfham
- http://scholar.google.com/citations?user=g0eDPjYAAAAJ
- https://www.instagram.com/gregkapfhammer/
author:
twitter: GregKapfhammer
# Set the logo for the site
logo: "/favicon-256.png"
# Confirm verification with Google
webmaster_verifications:
google: GRspUqgstyF-rt4Ys0KO4FLleSvGLrhwhgXrhkeb4R4
# Configure the markdown parser (minifying HTML is sensitive)
markdown: kramdown
# Do permalinks without mentioning file extensions
permalink: pretty
# The code should not have any highlighting
highlighter: none
# Load the plugins
plugins: ['jekyll/scholar', 'jekyll-sitemap', 'jekyll-seo-tag', 'liquid/c']
# Exclude many files not needed in the site
exclude: ['.htaccess', '.gitignore', '.gitmodules', 'Gemfile', 'Gemfile.lock', 'package.json', 'gulpfile.js', 'postcss.config.js', 'Gruntfile.js', 'node_modules', 'scss', 'tags', 'tags.temp', 'tags.lock', 'README.md', '*.tex', '*.sty', '*.aux', '*.dvi', '*.fls', '*.lof', '*.log', '*.lot', '*.out', '*.toc', '*.fdb_latexmk', '*.synctex.gz', '*.pdfsync', '*.ods', '**/**/**/exams', '**/**/**/logos', '**/**/**/figures', '**/**/**/code', '**/**/**/teams', '**/**/**/**/package.json', '**/**/**/**/Gruntfile.js', '**/**/**/**/README.md', '**/**/**/README.md']