-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path_config.yml
41 lines (35 loc) · 1.14 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
# site settings
title: BEAM
subtitle: at UCLA
email: [email protected]
description: Bringing STEM to elementary schools (because science is awesome!)
baseurl: "" # the subpath of your site, e.g. /blog
url: "https://bsiatucla.netlify.app" # the base hostname & protocol for your site, e.g. http://example.com
author:
interest_form: "https://docs.google.com/forms/d/e/1FAIpQLScvASHtEydXgQD_bC19ak4KgqcS9TxU5gJTWzzXyaVYL7fKww/viewform"
# homepage tiles
tiles-source: file # accepts "posts" or "pages" or "file"
tiles-count: 6
# social settings (key must match name of font awesome icon)
# see https://fontawesome.com/icons?d=gallery&p=2&s=brands
# Icons are not shown if value is empty
# You need to restart jekyll for changes to have an effect
socials:
GitHub:
GitLab:
Google-Plus:
Instagram: https://www.instagram.com/
LinkedIn: https://www.linkedin.com/company/beam-at-ucla
Twitter:
Facebook: https://www.facebook.com/uclabeam/
Slack:
YouTube: https://www.youtube.com/channel/UCn-ajRq19ilJBtT1vf8b5sg
# build settings
markdown: kramdown
sass:
style: compressed
exclude:
- "*.gemspec"
- LICENSE.md
- CONTRIBUTING.md
- README.md