-
Notifications
You must be signed in to change notification settings - Fork 7
/
_config.yml
78 lines (72 loc) · 2.6 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
# Welcome to Jekyll!
#
# This config file is meant for settings that affect your whole blog, values
# which you are expected to set up once and rarely edit after that. If you find
# yourself editing these this file very often, consider using Jekyll's data files
# feature for the data you need to update frequently.
#
# For technical reasons, this file is *NOT* reloaded automatically when you use
# 'jekyll serve'. If you change this file, please restart the server process.
# Site settings
# These are used to personalize your new site. If you look in the HTML files,
# you will see them accessed via {{ site.title }}, {{ site.email }}, and so on.
# You can create any custom variable you would like, and they will be accessible
# in the templates via {{ site.myvariable }}.
title: BJC
author: Dan Garcia, Brian Harvey, Tiffany Barnes, Michael Ball, Lauren Mock
email: [email protected]
description: >
The Beauty and Joy of Computing is an endorsed AP Computer Science Principles course that is a rigorous introduction to programming and that the ways we interact with and are affected by technology every day.
keywords: >
AP CSP, advanced placement, computer scince principles, comp sci, snap,
programming, computing, BJC, computer science, cs10, bjcx, bjc4nyc, BJC Sparks, middle school, robotics,
baseurl: ""
# NOTE: This URL is needed for Github pages. It will get overriden
# in the build scripts.
# This file only overwrites the nececessary changes from _config
# Use when building: --config _config.yml _congfig_2.yml
url: https://bjc.berkeley.edu
permalink: pretty
# This is used for displaying a warning on sites that aren't the
# production site.
production_url: https://bjc.berkeley.edu
repository: beautyjoy/beautyjoy.github.io
# twitter_username: cspbjc
facebook_username: cspbjc
instagram_username: cspbjc
flipboard_link: https://bjc.link/computingnews
# Misc shared data.
nyc_pd_page: https://cs4all.nyc/programs/
# jekyll SEO tag attributes:
twitter:
card: base
username: cspbjc
logo: /assets/img/bjc.png
lang: en_US
social:
name: The Beauty and Joy of Computing
links:
- https://www.facebook.com/cspbjc
- https://github.com/beautyjoy
- https://instagram.com/cspbjc
google_site_verification: KuWL2ZXn4a2LNuAH4B-ghSObfCQ3tI6yXiSIRo6f05k"
plugins:
- jekyll-redirect-from
- jekyll-feed
- jekyll-seo-tag
- jekyll-sitemap
# Build settings
markdown: kramdown
include:
- .htaccess
exclude:
- redirects.json
- Gemfile
- Gemfile.lock
- README.md
- vendor # created when the site is built on CircleCI
- package.json
- .*
- .github
- .devcontainer
- spec