-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path_config.yml
82 lines (64 loc) · 1.72 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
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
76
77
78
79
80
81
82
### Theme ###
remote_theme : chrisrhymes/bulma-clean-theme
theme_color : '#022343'
### Site settings ###
title : Lauren Burke-McCarthy
tagline : Databender
lang : en
email : [email protected]
description :
baseurl : "" # the subpath of your site, e.g. /blog
url : "https://laurburke.github.io"
open_new_tab : true
# Site Social
twitter_username : lauren_e_burke
github_username : laurburke
# Site Logos
logo : "assets/images/site_images/LB-round.png"
favicon : assets/images/site_images/LB-round.png
# Author Info
author:
name : "Lauren Burke-McCarthy"
avatar : "assets/images/site_images/lauren-burke-headshot.jpeg"
intro : "Hi, I'm Lauren Burke-McCarthy."
bio : "Data Science Lead"
blurb : "As a Data Scientist, I find creative solutions to complex problems."
location : "Columbus, OH"
email : [email protected]
github :
linkedin : lauren-e-burke
twitter : lauren_e_burke
facebook :
instagram :
youtube :
### Footer ###
#footer_menu: my_footer
# Custom Footer
custom_footer:
links:
- label: "Twitter"
icon: "fab fa-fw fa-twitter-square"
url: "https://twitter.com/lauren_e_burke"
- label: "LinkedIn"
icon: "fab fa-fw fa-linkedin"
url: "https://linkedin.com/in/lauren-e-burke"
### Analytics ###
google_analytics: UA-204825159-1
# Build settings
markdown: kramdown
#theme: minima
plugins:
- jekyll-feed
include:
- _pages
# Exclude from processing.
# The following items will not be processed, by default. Create a custom list
# to override the default setting.
# exclude:
# - Gemfile
# - Gemfile.lock
# - node_modules
# - vendor/bundle/
# - vendor/cache/
# - vendor/gems/
# - vendor/ruby/