-
Notifications
You must be signed in to change notification settings - Fork 5
Expand file tree
/
Copy path_config.yml
More file actions
73 lines (62 loc) · 1.58 KB
/
Copy path_config.yml
File metadata and controls
73 lines (62 loc) · 1.58 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
# Jekyll Configuration for LLM Hackathon Website
# Site settings
title: "LLM Hackathon for Applications in Materials Science & Chemistry"
description: "A hybrid international hackathon connecting researchers from across the globe to explore and help solve the biggest problems in materials science and chemistry."
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: "LLM 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
- Gemfile
- Gemfile.lock
- node_modules
- vendor
# 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"
# External links
links:
registration: "https://lu.ma/hspoki8y"
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