-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path_config.yml
More file actions
67 lines (54 loc) · 2.34 KB
/
_config.yml
File metadata and controls
67 lines (54 loc) · 2.34 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
# Site settings
title: Thomas M. Moyer # Title of your site
email: tommoyer@gmail.com # Your contant email
description: > # this means to ignore newlines until "baseurl:"
Homepage for Thomas M. Moyer, a computer and network security
researcher at MIT Lincoln Laboratory.
baseurl: "" # the subpath of your site, e.g. /blog/
url: "http://thomasmoyer.org" # the base hostname & protocol for your site
# Social links.
# Replace the word 'example' with your username if you want to include the icon in the left sidebar
# Delete the word 'example' if you don't want to include the icon in the left sidebar
twitter_username: tmmoyer # Replace this with your Twitter username
github_username: tommoyer # Replace this with your GitHub username
linkedin_username: thomas-moyer-21b0ba8 # Replace this with your LinkedIn username
#google_plus_username: +ThomasMoyer324 # Replace this with your Google+ username
facebook_username: tmoyer324 # Replace this with your Facebook username
#keybase_username: tommoyer # Replace this with your Keybase username
bitbucket_username: tmoyer # Replace this with your bitbucket username
#dribbble_username: example # Replace this with your Dribbble username
# Build settings
markdown: kramdown
collections:
news:
output: false
permalink: pretty
defaults:
- scope:
path: ""
type: news
values:
layout: page
exclude: ['manage.sh', 'LICENSE.txt', 'README.txt', 'moyer.bib', 'sass', '*/metadata', 'Gemfile', 'Gemfile.lock', 'README.md', 'buidl_cv.sh', 'pubs/moyer.bib', 'pubs/*.csl', 'vendor', 'pubs.md', 'activities.md', '*.tex', 'vita/latex.out', 'vita/moyer.bib', 'data', 'LICENSE', 'Makefile', 'config.make', 'docker-compose.yml', 'init-letsencrypt.sh', 'make.defaults', 'thomasmoyer.org.conf', '*.bcf', '*.run.xml']
include: ['.well-known', 'vita/vita.pdf']
# jekyll-scholar configurations
scholar:
style: ./pubs/ieee.csl
locale: en
sort_by: year,month
order: descending
source: ./pubs
bibliography: moyer.bib
details_dir: ./pubs/details
query: "@*[public!=no]"
parse_months: true
bibliography_template: pubs
repository: pubs/
# Scholar has changed the way it renders bib tags
# Need to look at more at the defaults.
bibliography_list_tag: "ul"
# jekyll-scholar-extras configurations
scholar-extras:
# TODO Options need to be reworked through
lsi: false
safe: false