-
Notifications
You must be signed in to change notification settings - Fork 0
/
_config.yml
78 lines (60 loc) · 1.53 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
# Build settings
markdown: kramdown
highlighter: rouge
gems: [jekyll-paginate]
# Site settings
title: #"Copacetic"
description: > # this means to ignore newlines until "email:"
Hello! My name is AJ, and I like narwhals. Thanks for dropping by!
email: [email protected]
#blog logo
logo: "/assets/images/aj_logo.jpg"
# blog cover
cover: "/assets/images/black_tree.png"
#page cover
page_cover: "/assets/images/path-through-the-woods.png"
name: 'AJ Stuhrenberg'
author: 'AJ Stuhrenberg'
author_image: "/assets/images/aj.jpg"
paginate: 10
url: "http://aj9045.github.io" # the base hostname & protocol for your site
baseurl: ""
# social icons and sharing options
social:
- icon: envelope-o
url: mailto:[email protected]
desc: Here's my email address
share_url:
share_title:
share_link:
- icon: github
url: https://github.com/aj9045
desc: Fork me on github
share_url:
share_title:
share_link:
- icon: linkedin
url: https://linkedin.com/in/ajstuhrenberg
desc: I'm on LinkedIn
share_url:
share_title:
share_link:
- icon: behance
url: http://behance.com/aj9045
desc: Take a look at my Behance portfolio
share_url:
share_title:
share_link:
- icon: twitter
url: https://twitter.com/aj9045
desc: Follow me on twitter
share_url: http://twitter.com/share
share_title: ?text=
share_link: "&url="
- icon: instagram
url: https://instagram.com/ajs9045
desc:
share_url:
share_title:
share_link:
exclude: ['vendor']