Skip to content

Commit

Permalink
Fix embedding and links
Browse files Browse the repository at this point in the history
  • Loading branch information
augusto-herrmann committed Mar 7, 2024
1 parent 10b1b90 commit d9485ec
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 10 deletions.
9 changes: 6 additions & 3 deletions public/_config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,13 +2,16 @@ title: "Open Data Day SEGES 2024"
description: Conheça os dados abertos da Secretaria de Gestão e Inovação
markdown: GFM
commonmark:
extensions: ["table"]
extensions: ["table", "iframe"]
remote_theme: pages-themes/leap-day@v0.2.0
plugins:
- jekyll-github-metadata
- jekyll-remote-theme
theme: jekyll-theme-leap-day
show_downloads: false
github:
video:
link_url: https://fediverse.tv/w/mQg4kByFYqsvWxH1TRZvk1
link_name: ▶️ Assistir ao streaming
lab:
link_url: notebooks
link_name: Laboratório
link_name: 🧪 Laboratório
9 changes: 4 additions & 5 deletions public/_layouts/default.html
Original file line number Diff line number Diff line change
Expand Up @@ -25,10 +25,11 @@ <h1>{{ page.title | default: site.title | default: site.github.repository_name }
<div id="banner">
<span id="logo"></span>

<a href="{{ site.github.repository_url }}" class="button fork"><strong>Ver no GitHub</strong></a>
<a href="{{ site.video.link_url }}" class="button fork"><strong>{{ site.video.link_name }}</strong></a>
<a href="{{ site.lab.link_url }}" class="button fork"><strong>{{ site.lab.link_name }}</strong></a>
<div class="downloads">
<ul>
<li><a href="{{ site.github.link_url }}" class="button">{{ site.github.link_name }}</a></li>
<li><a href="{{ site.github.repository_url }}" class="button"><strong>Ver no GitHub</strong></a></li>
</ul>
</div>
</div><!-- end banner -->
Expand All @@ -39,9 +40,7 @@ <h1>{{ page.title | default: site.title | default: site.github.repository_name }
</nav>
<section>
{{ content }}
<!-- religar quando houver o link
<iframe width="560" height="315" sandbox="allow-same-origin allow-scripts allow-popups" src="https://tube.nocturlab.fr/videos/embed/59903907-8a90-45dc-904d-3e651a2ebe09" frameborder="0" allowfullscreen></iframe>
-->
<iframe title="Open Data Day: Open Datasets SEGES" width="560" height="315" src="https://fediverse.tv/videos/embed/a8b3c0f2-f811-47b9-91b1-f6506d9f70ba" frameborder="0" allowfullscreen="" sandbox="allow-same-origin allow-scripts allow-popups"></iframe>
</section>
<footer>
{% if site.github.is_project_page %}
Expand Down
2 changes: 0 additions & 2 deletions public/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -82,5 +82,3 @@ Os códigos dos cadernos Jupyter utilizados na oficina também estão
Não há inscrição. É só chegar e participar!

Quando o *streaming* começar, aparecerá logo abaixo.

<iframe title="Open Data Day: Open Datasets SEGES" width="560" height="315" src="https://fediverse.tv/videos/embed/a8b3c0f2-f811-47b9-91b1-f6506d9f70ba" frameborder="0" allowfullscreen="" sandbox="allow-same-origin allow-scripts allow-popups"></iframe>

0 comments on commit d9485ec

Please sign in to comment.