-
Notifications
You must be signed in to change notification settings - Fork 5
Expand file tree
/
Copy pathmyst.yml
More file actions
59 lines (59 loc) · 1.15 KB
/
myst.yml
File metadata and controls
59 lines (59 loc) · 1.15 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
version: 1
project:
toc:
- file: index.md
hidden: true
- file: abstracts.md
hidden: true
- file: registration.md
hidden: true
- file: programme/programme.md
children:
- file: programme/list_of_posters.md
- title: Abstracts
collapsed: true
children:
- pattern: programme/abstracts/*
- title: Panelist bios
collapsed: true
children:
- pattern: programme/bios/*
- file: sponsor.md
hidden: true
- file: contact.md
hidden: true
- file: venue.md
hidden: true
- file: summary.md
hidden: true
# title: OSSFE
# keywords: []
# authors: []
html:
static:
- assets/day_1.pdf
site:
template: book-theme
title: OSSFE 2026
options:
logo: assets/logo.png
favicon: assets/logo.png
hide_toc: true
hide_footer_links : true
folders: true
nav:
- title: Abstracts
url: /abstracts
- title: Registration
url: /registration
- title: Programme
url: /programme/programme
- title: Sponsorship
url: /sponsor
- title: Contact
url: /contact
- title: Venue
url: /venue
- title: Summary
url: /summary
domains: []