Skip to content

Commit

Permalink
create tutorials page and add videos (#290)
Browse files Browse the repository at this point in the history
* create tutorials page and add videos

* small update
  • Loading branch information
michaelfitzo authored Dec 9, 2024
1 parent 2ee3a20 commit 7fc9b9f
Show file tree
Hide file tree
Showing 3 changed files with 73 additions and 1 deletion.
5 changes: 5 additions & 0 deletions config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -139,6 +139,11 @@ menu:
url: /community/events
parent: community
weight: 501
- identifier: community/tutorials
name: Tutorials
url: /community/tutorials
parent: community
weight: 501
- identifier: governance
name: Gen3 Governance
url: /governance/
Expand Down
67 changes: 67 additions & 0 deletions content/community/tutorials.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,67 @@
---
identifier: tutorials
title: Gen3 - Tutorials
linktitle:
date: 2022-06-22T22:16:21-05:00
g3Teaser:
fig: /figs/webinar.svg
title: Gen3 Tutorials
detail: Tutorials of interest to the Gen3 community will be periodically created and posted here. If you would like to contribute your own tutorial or have ideas for a future tutorial please reach out!


g3past:
- Title: "Gen3 Helm Charts: SSL, Permissions, Test Data, and Tabs Explained!"
Date: December 9, 2024
Description: |
<p>Dive deep into Gen3 Helm Charts in this comprehensive guide! In this video, we’ll cover everything you need to know, including:</p>
<ul>
<li>How to generate SSL certificates for secure communication</li>
<li>Updating permissions to ensure seamless access control</li>
<li>Submitting test data to validate your configurations</li>
<li>Enabling persistence for data continuity</li>
<li>Configuring the Workspace Tab for launching notebooks</li>
<li>Configuring the Exploration Tab for advanced data discovery</li>
</ul>
Youtube: MnBxqE9gm6I
- Title: Install Gen3 with Kind & Helm
Date: December 6, 2024
Description: Quickly set up a Gen3 data commons on your laptop using Kind and Gen3 Helm charts! This easy-to-follow guide walks you through deploying a fully functional data commons locally.
Youtube: CFxdmFt-nIw
- Title: Install Gen3 with Minikube & Helm
Date: December 6, 2024
Description: Quickly set up a Gen3 data commons on your laptop using Minikube and Gen3 Helm charts! This easy-to-follow guide walks you through deploying a fully functional data commons locally.
Youtube: nDL1DrtJqBk



---

<section class="g3-bg__mint">
<div class="g3-outer-wrapper g3-flex-content g3-flex-content__reverse">
<div class="g3-col__65 g3-flex-content g3-mb-space__padding-lg-top g3-space__margin-md-top-bottom">
<img class="g3-img__full-height" src="{{< param "g3Teaser.fig" >}}"/>
</div>
<div class="g3-space__padding-lg-top g3-space__padding-lg-bottom g3-col__65">
<div class="g3-space__wrapper-gap-left g3-space__wrapper-gap-right">
<h1 class="g3-space__margin-sm-bottom">
{{< param "g3Teaser.title" >}}
</h1>
<p class="g3-space__margin-sm-bottom introduction">
{{< param "g3Teaser.detail" >}}
</p>
</div>
</div>
</div>
</section>


<!--
<section class="g3-space__padding-sm-top g3-space__padding-sm-bottom">
<div class="g3-inner-wrapper">
<h2>Upcoming Events</h2>
</div>
</section>
-->


{{< events "g3past" >}}
2 changes: 1 addition & 1 deletion layouts/shortcodes/events.html
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ <h1 style="font-size: 2em; padding: 0; margin: 0;">
{{ .Title }}
</a>
</h1>
<p>{{ .Description }}</p>
<p>{{ .Description | safeHTML }}</p>
{{ if .Description2 }}
<br>
<p>{{ .Description2 }}</p>
Expand Down

0 comments on commit 7fc9b9f

Please sign in to comment.