-
Notifications
You must be signed in to change notification settings - Fork 4
/
Copy pathhugo.yaml
116 lines (113 loc) · 2.62 KB
/
hugo.yaml
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
baseURL: https://www.open-bio.org
languageCode: en-US
title: Open Bioinformatics Foundation
theme: beautifulhugo
taxonomies:
category: category
tag: tag
params:
description: Open Bioinformatics Foundation - test migration
defaultTheme: auto
disableThemeToggle: true
showShareButtons: true
showReadingTime: true
showToc: false
showBreadCrumbs: true
showCodeCopyButtons: true
comments: true
hideFooter: true
rss: true
assets:
favicon: /favicon.ico
disableHLJS: true
logo: 'obf_logo_icon-circle-tr.png'
bosc_logo: 'bosc_logo_square.png'
homeTitle: Open Bioinformatics Foundation
author:
name: 'Open Bioinformatics Foundation'
email: 'board@open-bio.org'
github: 'obf'
mastodon: 'genomic.social/@openbio'
slack: 'https://join.slack.com/t/open-bio/shared_invite/zt-1pnswao9y-8igcckVxBXhQHCMweHt_NA'
bluesky: 'openbio.bsky.social'
linkedin: 'https://www.linkedin.com/groups/9539620/'
markup:
highlight:
codeFences: true
guessSyntax: true
style: monokai
goldmark:
renderer:
unsafe: true
parser:
attribute:
block: true
outputs:
home:
- HTML
- RSS
outputFormats:
RSS:
mediaType: application/rss+xml
baseName: feed
menu:
main:
- name: 'OBF'
identifier: 'about'
weight: 1
- name: 'About OBF'
url: 'about'
parent: 'about'
- name: 'Membership'
parent: 'about'
url: 'membership'
- name: 'Diversity, Equity & Inclusion'
parent: 'about'
url: '/obf-dei/'
- name: 'Donate'
parent: 'about'
url: 'donate'
- name: 'Board'
parent: 'about'
url: 'board'
- name: 'BOSC'
identifier: 'bosc'
weight: 2
- name: 'BOSC 2025'
parent: 'bosc'
url: 'events/bosc-2025/'
weight: 1
- name: 'Submit abstract'
parent: 'bosc'
url: 'events/bosc-2025/submit/'
weight: 2
- name: 'Schedule (2024)'
parent: 'bosc'
url: 'events/bosc-2024/bosc-2024-schedule/'
weight: 3
- name: 'Keynotes'
weight: 4
parent: 'bosc'
url: 'events/bosc-2025/bosc-2025-keynotes/'
- name: "CollaborationFest"
weight: 5
parent: 'bosc'
url: 'events/bosc-2025/ismb-collaborationfest-2025/'
- name: 'BOSC News'
weight: 6
parent: 'bosc'
url: 'category/bosc/'
- name: 'About BOSC'
parent: 'bosc'
weight: 7
url: 'events/bosc/about/'
- name: 'Sponsors'
weight: 8
parent: 'bosc'
url: 'events/bosc/sponsors/'
- name: 'Event Awards'
weight: 3
url: 'event-awards/'
- name: 'News'
url: 'posts'
weight: 4