-
Notifications
You must be signed in to change notification settings - Fork 21
/
_config.yml
106 lines (99 loc) · 2.67 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
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
title: ACM Teach LA
email: acmteachla@gmail.com
description: >- # this means to ignore newlines until "baseurl:"
ACM Teach LA is an non-profit outreach organization at UCLA dedicated to providing equal access to computer science education for all students in Los Angeles.
baseurl: "" # the subpath of your site, e.g. /blog
url: "https://teachla.uclaacm.com" # the base hostname & protocol for your site, e.g. http://example.com
twitter:
username: uclaacm
image: https://teachla.uclaacm.com/img/teachLA_logo_light.png
github_username: uclaacm
facebook_username: acmteachla
linkedin_url: https://www.linkedin.com/company/acm-teach-la-acm-ucla
editor_link: https://editor.uclaacm.com
general_interest: https://tinyurl.com/teach-la-interest-form
#standard join us interest form: https://forms.gle/Yu49uA374S6caAmu9
dev_team_interest: https://docs.google.com/forms/u/3/d/e/1FAIpQLScP034gjQ66EcTTTOhumDyLDFC3dsLI5zTwTZ_VUfqctLi30g/viewform?usp=sf_link
# defaults
defaults:
- scope:
path: ""
type: "docs"
values:
layout: "docs-default"
- scope:
path: ""
type: "aiml"
values:
layout: "aiml-lesson"
- scope:
path: ""
type: "rnative"
values:
layout: "rnative-lesson"
- scope:
path: ""
type: "py1"
values:
layout: "py1-lesson"
-
scope:
path: ""
values:
layout: "default"
- scope:
path: ""
type: "team"
values:
layout: "team-member"
# collections
collections:
posts:
permalink: /blog/:categories/:year/:month/:day/:title/
aiml:
permalink: /classes/ml/:name
output: true
rnative:
permalink: /classes/rnative/:name
output: true
docs:
output: true
permalink: /docs/:name
py1:
permalink: /classes/py1/:name
output: true
reports:
output: true
permalink: /reports/:name
team:
output: true
permalink: /team/:name
# Configure category pages plugin here
permalink: /:year/:month/:day/:title:output_ext #gets rid of index.html from category page links (probably)
category_path: "/blog/category" # sets folder for category pages to be located
# category_layout: "category_index.html" # <- default value
paginate: 3 # <- turn on pagination with 3 posts per page
# Build settings
markdown: kramdown
plugins:
- jekyll-seo-tag
- jekyll-category-pages
- jekyll-paginate
- jekyll-feed
sass:
sass_dir: _sass
# Exclude from processing.
# The following items will not be processed, by default. Create a custom list
# to override the default setting.
exclude:
- CODE_OF_CONDUCT.md
- Gemfile
- Gemfile.lock
- node_modules
- vendor/bundle/
- vendor/cache/
- vendor/gems/
- vendor/ruby/
- README.md
- Rakefile
- LICENSE