-
Notifications
You must be signed in to change notification settings - Fork 4
/
_config.yml
64 lines (52 loc) · 1.47 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
# Site setings
name: "BekahHW"
description: "Code. Community. Feelings. It's all here."
# meta_description: "Jekyll template, minimal style, perfect for bloggers."
greetings: "Hello! I'm BekahHW, a developer & community creator."
logo:
favicon: "assets/images/favicon.ico"
baseurl:
production_url: https://bekahhw.com/
# disqus: "justgoodthemes"
mailchimp_url: "//justgoodthemes.us3.list-manage.com/subscribe/post?u=78f1bab16028354caeb23aecd&id=4a7330d117"
cover_image: covers/cover.svg
# Add your GA Tracking Id
ga_analytics:
# Contact form setings
email: [email protected]
contact_page_description: "Hi! I'd love to be able to support you in your DevRel, team, or community building needs. Tell me a little bit about what you're looking for, and I'll be in contact soon!"
thankyou_page_description: "Your message has been successfully sent. I look forward to chatting very soon!"
# Social links
twitter: "BekahHW"
github: "BekahHW"
instagram: "BekahHW"
linkedin: "bekah-hawrot-weigel"
youtube: "@bekahhw"
# rss: "feed.xml"
# Navigation
navigation:
- text: About
url: /about
- text: Code & Community
url: /code-and-community
- text: Consulting
url: /consulting
- text: Contact
url: /contact
# Required Plugins
plugins_dir:
- jekyll-paginate
- jekyll-tagsgenerator
- jekyll-seo-tag
- jekyll-sitemap
# Pagination
paginate: 7
paginate_path: /page:num/
# Permalinks
permalink: /:title
# Other
markdown: kramdown
# Sass
sass:
sass_dir: _sass
style: compressed