-
Notifications
You must be signed in to change notification settings - Fork 5
Expand file tree
/
Copy path_config.yml
More file actions
89 lines (78 loc) · 2.35 KB
/
Copy path_config.yml
File metadata and controls
89 lines (78 loc) · 2.35 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
# Jekyll Configuration for the OSI Hackathon Website
# Site settings
title: "Open Scientific Intelligence (OSI) Hackathon for the Physical Sciences & Mathematics"
description: "A hybrid international hackathon connecting researchers from across the globe to build open scientific intelligence — LLMs, agents, datasets, models, and software — for the biggest problems in the physical sciences and mathematics."
baseurl: "" # the subpath of your site, e.g. /blog
url: "https://llmhackathon.github.io" # the base hostname & protocol for your site
# Author information
author:
name: "OSI Hackathon Organizers"
email: "blaiszik@uchicago.edu"
# Build settings
markdown: kramdown
highlighter: rouge
permalink: pretty
sass:
sass_dir: _sass
style: compressed
# Plugins
plugins:
- jekyll-sass-converter
# Collections
collections:
sites:
output: true
permalink: /sites/:name/
# Defaults
defaults:
- scope:
path: ""
type: "pages"
values:
layout: "page"
- scope:
path: ""
type: "sites"
values:
layout: "site-location"
# Exclude files from processing
exclude:
- README.md
- CLAUDE.md
- PRODUCT.md
- DESIGN.md
- DEPLOYMENT.md
- Gemfile
- Gemfile.lock
- node_modules
- vendor
- backup
- "*.backup"
# Heavy image originals: kept in the repo as masters, but not deployed.
# The site serves the optimized derivative (recap-2025.webp, .jpg fallback);
# the other three are only referenced by the excluded index.html.backup.
# Together these were ~8.6 MB of never-requested payload on GitHub Pages.
- assets/images/recap-2025.png
- assets/images/date-calendar.png
- assets/images/hero-image.png
- assets/images/hero-alt.png
# Include files
include:
- _pages
# Event information
event:
dates: "September 11-12, 2025"
kickoff: "9:00 AM (CT), Sept 11"
submission_deadline: "5:00 PM (CT), Sept 12"
countdown_date: "September 11, 2025 12:00:00"
# Next edition
next_edition: "October 21–22, 2026"
# External links
links:
registration: "https://luma.com/ku88xh92" # 2026 edition
registration_2025: "https://lu.ma/hspoki8y" # archived — 2025 site pages link here
slack: "https://join.slack.com/t/llmsformateri-0lw8517/shared_invite/zt-3df7bc0z5-I6odHw8eHaBbtHqsGxqz0Q"
main_organizer_email: "blaiszik@uchicago.edu"
# SEO settings
google_analytics: # Add if needed
lang: en_US