Skip to content

Commit 2ad8159

Browse files
authored
Merge pull request #67 from supernord/jg_updates
website updates
2 parents abde4cf + 3a63916 commit 2ad8159

45 files changed

Lines changed: 552 additions & 347 deletions

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

Gemfile

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
source "https://rubygems.org"
22

3+
gem "openssl", "~> 3.3.1"
4+
35
group :jekyll_plugins do
46
gem "github-pages"
57
end

_config.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -55,9 +55,9 @@ theme_variables:
5555
# toc:
5656
# min_headings: 2
5757
# headings: 'h2'
58-
# topnav:
58+
topnav:
5959
# theme: light
60-
# brand_logo: assets/img/main_logo.svg
60+
brand_logo: assets/img/aus-struct-bio-computing-2.png
6161
# github: true
6262
# twitter: false
6363
# theme_color: 0d6efd

_data/events.yml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -70,6 +70,12 @@
7070
description: "Click to visit the rolling agenda and see details on how to join the next meeting."
7171
url: https://docs.google.com/document/d/1miRyOOOW7HeDsCvzJwVEOhaAzPBve8od9WUvsAsFfcw/edit#heading=h.owmugrvs22hi
7272
location: Online
73+
- name: 51st Lorne Conference on Protein Structure and Function
74+
startDate: 2026-02-08
75+
endDate: 2026-02-12
76+
description: "Click to visit the conference website."
77+
url: https://www.lorneproteins.org/
78+
location: Online
7379
- name: ABACBS 2025 workshop
7480
startDate: 2025-11-27
7581
endDate: 2025-11-27

_data/footer.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
copyright: A collaborative effort by the Australian Structural Biology community. All rights are reserved by the respective contributors.
1+
copyright: A collaborative effort by the Australian Structural Biology Computing community. All rights are reserved by the respective contributors.
22
#extra_line:
33
#columns:
44
# - type: image

_data/sidebars/main.yml

Lines changed: 20 additions & 20 deletions
Original file line numberDiff line numberDiff line change
@@ -3,29 +3,29 @@ subitems:
33
url: /index
44
- title: Join the conversation
55
url: /join_conversation
6-
- title: Activities
7-
url: /activities
8-
- title: How-to Guides
9-
url: /guides
10-
- title: External resources
11-
subitems:
12-
- title: Servers
13-
url: /external_servers
14-
- title: Databases
15-
url: /external_databases
16-
- title: Guides
17-
url: /external_guides
18-
- title: Visualization
19-
url: /external_viz
20-
- title: Videos
21-
url: /external_videos
22-
- title: Communities
23-
url: /external_communities
246
- title: Contributing
257
url: /contributing
8+
- title: Activities
9+
url: /activities
2610
- title: Contributors
2711
url: /contributors
12+
- title: Community library
13+
subitems:
14+
- title: How-to Guides
15+
url: /guides
16+
- title: Community workflows
17+
url: /workflows
18+
- title: External resources
19+
subitems:
20+
- title: Structure Prediction
21+
url: /structure_prediction
22+
- title: Protein Design
23+
url: /protein_design
24+
- title: Protein Search
25+
url: /protein_search
26+
- title: Molecular Dynamics
27+
url: /molecular_dynamics
28+
- title: Infrastructure
29+
url: /infrastructure
2830
- title: Events
2931
url: /events
30-
- title: News
31-
url: /news

0 commit comments

Comments
 (0)