Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
484 changes: 0 additions & 484 deletions CHANGELOG.md

This file was deleted.

5 changes: 0 additions & 5 deletions CONTRIBUTING.md

This file was deleted.

157 changes: 29 additions & 128 deletions _config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,116 +6,40 @@
# `jekyll serve`. If you change this file, please restart the server process.

# Site Settings
locale : "en-US"
title : "Scott Olesen"
title_separator : "-"
name : &name "Scott Olesen"
description : &description "Data Scientist / Epidemiologist"
url : "https://scottolesen.com" #"http://127.0.0.1:4000" # https://academicpages.github.io # the base hostname & protocol for your site e.g. "https://mmistakes.github.io"
baseurl : "" # the subpath of your site, e.g. "/blog"
repository : "swo/swo.github.io"
teaser : # filename of teaser fallback teaser image placed in /images/, .e.g. "500x300.png"
breadcrumbs : false # true, false (default)
words_per_minute : 160
future : true
read_more : "disabled" # if enabled, adds "Read more" links to excerpts
talkmap_link : false #change to true to add link to talkmap on talks page
locale: "en-US"
title: "Scott Olesen"
title_separator: "-"
name: &name "Scott Olesen"
description: &description "Data Scientist / Epidemiologist"
url: "https://scottolesen.com"
baseurl: ""
repository: "swo/swo.github.io"
breadcrumbs: false
words_per_minute: 160
future: true
read_more: "disabled"
talkmap_link: false
comments:
provider : # false (default), "disqus", "discourse", "facebook", "google-plus", "staticman", "custom"
disqus:
shortname :
discourse:
server : # https://meta.discourse.org/t/embedding-discourse-comments-via-javascript/31963 , e.g.: meta.discourse.org
facebook:
appid :
num_posts : # 5 (default)
colorscheme : # "light" (default), "dark"
staticman:
allowedFields : ['name', 'email', 'url', 'message']
branch : "gh-pages" # "master", "gh-pages"
commitMessage : "New comment."
filename : comment-{@timestamp}
format : "yml"
moderation : true
path : "_data/comments/{options.slug}"
requiredFields : ['name', 'email', 'message']
transforms:
email : "md5"
generatedFields:
date:
type : "date"
options:
format : "iso8601" # "iso8601" (default), "timestamp-seconds", "timestamp-milliseconds"
atom_feed:
path : # blank (default) uses feed.xml

# SEO Related
google_site_verification :
bing_site_verification :
alexa_site_verification :
yandex_site_verification :

# Social Sharing
twitter:
username : &twitter
facebook:
username :
app_id :
publisher :
og_image : # Open Graph/Twitter default site image
# For specifying social profiles
# - https://developers.google.com/structured-data/customize/social-profiles
social:
type : # Person or Organization (defaults to Person)
name : # If the user or organization name differs from the site's name
links: # An array of links to social media profiles


# Analytics
provider: false
analytics:
provider : "google-universal" # false (default), "google", "google-universal", "custom"
google:
tracking_id :

provider: false

# Site Author
author:
name : "Scott Olesen"
avatar : "face.png"
bio : "Data Scientist/Epidemiologist at CDC CFA"
location : "Washington, DC"
employer :
pubmed : "https://www.ncbi.nlm.nih.gov/pubmed/?term=scott+w+olesen"
googlescholar : #"http://yourfullgooglescholarurl.com"
email :
researchgate : # example: "https://www.researchgate.net/profile/yourprofile"
uri :
bitbucket :
codepen :
dribbble :
flickr :
facebook :
foursquare :
github : "swo"
google_plus :
keybase :
instagram :
impactstory : #"https://profiles.impactstory.org/u/xxxx-xxxx-xxxx-xxxx"
lastfm :
linkedin : "scott-olesen/"
orcid : "https://orcid.org/0000-0001-5400-4945"
pinterest :
soundcloud :
stackoverflow : # http://stackoverflow.com/users/123456/username
steam :
tumblr :
twitter : #"replacethistwitterhandle"
vine :
weibo :
xing :
youtube :
wikipedia :

name: "Scott Olesen"
avatar: "face.png"
bio: "Data Scientist/Epidemiologist at CDC CFA"
location: "Washington, DC"
employer:
pubmed: "https://www.ncbi.nlm.nih.gov/pubmed/?term=scott+w+olesen"
googlescholar: #"http://yourfullgooglescholarurl.com"
email:
researchgate: # example: "https://www.researchgate.net/profile/yourprofile"
uri:
github: "swo"
linkedin: "scott-olesen/"
orcid: "https://orcid.org/0000-0001-5400-4945"
twitter: #"replacethistwitterhandle"

# Reading Files
include:
Expand Down Expand Up @@ -152,15 +76,13 @@ keep_files:
encoding: "utf-8"
markdown_ext: "markdown,mkdown,mkdn,mkd,md"


# Conversion
markdown: kramdown
highlighter: rouge
lsi: false
excerpt_separator: "\n\n"
incremental: false


# Markdown Processing
kramdown:
input: GFM
Expand All @@ -172,23 +94,6 @@ kramdown:
smart_quotes: lsquo,rsquo,ldquo,rdquo
enable_coderay: false


# Collections
# collections:
# teaching:
# output: true
# permalink: /:collection/:path/
# publications:
# output: true
# permalink: /:collection/:path/
# portfolio:
# output: false
# permalink: /:collection/:path/
# talks:
# output: true
# permalink: /:collection/:path/


# Defaults
defaults:
# _posts
Expand Down Expand Up @@ -241,14 +146,12 @@ sass:
sass_dir: _sass
style: compressed # http://sass-lang.com/documentation/file.SASS_REFERENCE.html#output_style


# Outputting
permalink: /:categories/:title/
# paginate: 5 # amount of posts to show
# paginate_path: /page:num/
timezone: America/New_York # http://en.wikipedia.org/wiki/List_of_tz_database_time_zones


# Plugins
plugins:
- jekyll-paginate
Expand All @@ -264,7 +167,6 @@ whitelist:
- jekyll-feed
- jemoji


# Archives
# Type
# - GitHub Pages compatible archive pages built with Liquid ~> type: liquid (default)
Expand Down Expand Up @@ -293,7 +195,6 @@ tag_archive:
# category: /categories/:name/
# tag: /tags/:name/


# HTML Compression
# - http://jch.penibelst.de/
compress_html:
Expand Down
18 changes: 0 additions & 18 deletions _data/authors.yml

This file was deleted.

6 changes: 0 additions & 6 deletions _data/comments/layout-comments/comment-1470944006665.yml

This file was deleted.

6 changes: 0 additions & 6 deletions _data/comments/layout-comments/comment-1470944162041.yml

This file was deleted.

This file was deleted.

6 changes: 0 additions & 6 deletions _data/comments/welcome-to-jekyll/comment-1470942205700.yml

This file was deleted.

6 changes: 0 additions & 6 deletions _data/comments/welcome-to-jekyll/comment-1470942247755.yml

This file was deleted.

6 changes: 0 additions & 6 deletions _data/comments/welcome-to-jekyll/comment-1470942265819.yml

This file was deleted.

6 changes: 0 additions & 6 deletions _data/comments/welcome-to-jekyll/comment-1470942493518.yml

This file was deleted.

11 changes: 1 addition & 10 deletions _pages/404.md
Original file line number Diff line number Diff line change
@@ -1,16 +1,7 @@
---
title: "Page Not Found"
excerpt: "Page not found. Your pixels are in another canvas."
sitemap: false
permalink: /404.html
---

Sorry, but the page you were trying to view does not exist --- perhaps you can try searching for it below.

<script type="text/javascript">
var GOOG_FIXURL_LANG = 'en';
var GOOG_FIXURL_SITE = '{{ site.url }}'
</script>
<script type="text/javascript"
src="//linkhelp.clients.google.com/tbproxy/lh/wm/fixurl.js">
</script>
Sorry, but the page you were trying to view does not exist. See the [sitemap](/sitemap/).
1 change: 0 additions & 1 deletion _pages/about.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
---
permalink: /
title: "Scott Olesen"
excerpt: "About me"
author_profile: true
redirect_from:
- /about/
Expand Down
Loading