-
Notifications
You must be signed in to change notification settings - Fork 13
/
Copy path_config.yml
71 lines (58 loc) · 1.64 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
title: Microscopy Hackathon
nav_title: Microscopy Hackathon
event_date: December 16-17
registration_opens_date: TBA
registration_closes_date: December 16 2024
author:
mailbox_address:
description: |
The LLM March Madness Materials / Chemistry Hackathon is a virtual hackathon designed to explore and showcase innovative applications of large language models in the fields of materials science and chemistry.
url: "https://kaliningroup.github.io/mic-hackathon/"
github_repo: kaliningroup
theme: minima
# The actual visibility of the nav bar links is influenced by the event_status
# and registration_status flags below
header_pages:
- registration.md
- agenda.md
- projects.md
# - submission.md
# - resources.md
- videos-slides.md
- about.md
# Event status
# soon = event is yet to happen
# now = event is currently happening
# over = event has happened
# (demo = show all pages to demonstrate the template)
event_status: soon
# Open and close the registration form
# soon = Registration has not yet opened
# open = Registration form is open
# closed = Registration form is now closed
# (demo = show all pages to demonstrate the template)
registration_status: open
# Remove ".html" from default permalinks
permalink: pretty
# (See default layout below)
collections:
projects:
output: true
permalink: /:collection/:name/
# Social media links
# (See default layout below)
twitter:
card: summary_large_image
defaults:
- scope:
path: ""
values:
image: /assets/advert.png
- scope:
path: ""
type: "projects"
values:
layout: "project"
# Simplify tables of contents
kramdown:
toc_levels: "2,3"