forked from Open-Coding-Society/pages
-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy path_config.yml
More file actions
132 lines (123 loc) · 4.27 KB
/
_config.yml
File metadata and controls
132 lines (123 loc) · 4.27 KB
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
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
# Site-wide settings
# ------------------
#
# title: Your awesome title
#
# author:
# name: GitHub User
# email: your-email@domain.com
#
# The `>` after `description:` means to ignore line-breaks until next key. If
# you wish to omit the line-break after the end of text, use `>-` instead.
# description: >
# Write an awesome description for your new site here. You can edit this line
# in _config.yml. It will appear in your document head meta (for Google search
# results) and in your feed.xml site description.
title: Open Coding
description: "Class of 2026"
owner_name: Open Coding Society
github_username: open-coding-society
github_repo: "pages"
baseurl: ""
future: true
# Exclude from Jekyll watch - these are processed by our conversion scripts
# This prevents double-regeneration when saving notebooks/docx files
exclude:
# Jekyll defaults
- vendor
# Custom excludes
- Makefile
- _notebooks
- _docx
- _projects
- venv
# Note: / auto-excluded by Jekyll (underscore prefix)
# Build settings
# --------------
#
# If you wish to use the gem-version of Minima with or without a Gemfile, use
# the following setting:
# theme: minima
#
# **OR** if you wish to use the theme directly from the GitHub repository by
# bypassing a Gemfile, use the following setting instead.
# It is best that you lock to a particular commit and update if uptream changes
# do not affect your site adversely.
# remote_theme: jekyll/minima@d4d779a
#
# Minima requires the following plugins:
# plugins:
# - jekyll-feed
# - jekyll-seo-tag
#
# Uncomment the following setting if you wish to disable deprecation warnings
# from newer versions of sass converter. Adapt as required.
# sass:
# quiet_deps: true
# silence_deprecations: [import]
incremental: true
remote_theme: jekyll/minima
plugins:
- jekyll-remote-theme
- jekyll-include-cache
# Minima-specific settings (applicable to Minima v3 and above only)
# -----------------------------------------------------------------
#
# *All described config keys below should be nested under the top-level
# `minima` key.*
#
# minima:
# Minima skin selection. Available skins are:
# * classic Default, light color scheme.
# * dark Dark variant of the classic skin.
# * auto Adaptive skin based on the classic and dark skins.
# * solarized-light Light variant of solarized color scheme.
# * solarized-dark Dark variant of solarized color scheme.
# * solarized Adaptive skin for solarized color scheme skins.
# skin: auto
#
# Specific pages for site navigation.
# If you wish to link only specific pages in the site-navigation, use this
# and list the `path` property (as represented via Liquid) of the pages in
# the order they should be rendered.
# nav_pages:
# - about.md
#
# Set to `true` to show excerpts on the homepage.
# show_excerpts: false
#
# Minima date format.
# The default value is "%b %d, %Y" (e.g. Nov 14, 2023).
# Refer to https://shopify.github.io/liquid/filters/date/ for valid values
# date_format: "%b-%d-%Y"
#
# Social Media Links.
# Renders icons via Font Awesome Free webfonts CDN, based on ordered list of
# entries. Valid entry keys:
# * title Tooltip rendered on hovering over icon.
# * icon Font Awesome icon id. `github` corresponds to `fa-github`.
# * url Full URL of social profile.
# social_links:
# - title: Minima Theme repository at GitHub
# icon: github
# url: "https://github.com/jekyll/minima"
# - title: Jekyll at X (formerly Twitter)
# icon: x-twitter
# url: "https://x.com/jekyllrb"
#
# Hide syndication feed subscription link.
# RSS / Atom feed link is always rendered as the last item of social-links
# list. Set below key to `true` to not have the link to feed rendered as
# part of social-links list.
# hide_site_feed_link: false
minima:
skin: dark
social_links:
- { platform: github, user_url: "https://github.com/open-coding-society" }
- { platform: x, user_url: "https://x.com/Open_Coding" }
- { platform: youtube, user_url: "https://www.youtube.com/@OpenCodingSociety" }
nav_pages:
- navigation/blog.md
- navigation/courses.md
- navigation/search.md
gemini_api_key: AIzaSyBWEz5qHeWx5buC4I4dZ2fllaMk3z8k_-w