forked from loldja/loldja.github.io
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path_config.yml
51 lines (41 loc) · 1.4 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
### GENERAL SETTINGS ###
# Site settings
title: Lauren Oldja, MSPH
description: "Data Science"
analytics: UA-79990487-1 #Google analytics code in the format XX-nnnnnnnn-n
baseurl: "" #important: start with /
url: "http://laurenoldja.net"
# Build settings
markdown: kramdown
permalink: /:categories/:title
excerpt_separator: <!--more--> #use this in posts to define how long the excerpt of the post (that is shown on the Blog page) is
colors: #in hex code if not noted else
primary: "#fcb239"
primary_rgb: "146,168,209" #rgb of the primary. Needed in some places for the transparency effect.
secondary: "#6d5b97"
link: "#f7786b"
link_hover: "#776A5F"
footer_heading: "#F7CAC9"
footer_content: "#CDB8A0"
### CONTACT SETTINGS ###
# Social networks usernames. Many more available: google-plus, flickr, linkedin, etc). Shown in footer.
social:
- title: github
url: http://www.github.com/loldja
- title: linkedin
url: http://www.linkedin.com/in/loldja
- title: twitter
url: http://www.twitter.com/urbanplans
- title: medium
url: https://medium.com/@loldja
- title: stack-overflow
url: https://stackoverflow.com/users/6905440/lauren-oldja
# Postal address (add as many lines as necessary). Shown in footer and on Contact page.
address:
- lines:
- Metis
- 79 Madison Av, Floor 2
- 10016, New York,
- United States.
email: loldja-at-gmail.com
tel: +1 727 2378817