Skip to content

Commit

Permalink
Built site for gh-pages
Browse files Browse the repository at this point in the history
  • Loading branch information
Quarto GHA Workflow Runner committed May 25, 2024
1 parent b9c751a commit 29875ce
Show file tree
Hide file tree
Showing 14 changed files with 337 additions and 89 deletions.
2 changes: 1 addition & 1 deletion .nojekyll
Original file line number Diff line number Diff line change
@@ -1 +1 @@
cde6234f
8a2b867f
70 changes: 62 additions & 8 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<html xmlns="http://www.w3.org/1999/xhtml" lang="en" xml:lang="en"><head>

<meta charset="utf-8">
<meta name="generator" content="quarto-1.4.549">
<meta name="generator" content="quarto-1.4.554">

<meta name="viewport" content="width=device-width, initial-scale=1.0, user-scalable=yes">

Expand Down Expand Up @@ -177,10 +177,6 @@
</button>
<div class="collapse navbar-collapse" id="navbarCollapse">
<ul class="navbar-nav navbar-nav-scroll ms-auto">
<li class="nav-item">
<a class="nav-link" href="./about.html">
<span class="menu-text">About</span></a>
</li>
<li class="nav-item compact">
<a class="nav-link" href="https://github.com/PyData-Natal"> <i class="bi bi-github" role="img">
</i>
Expand All @@ -205,7 +201,7 @@
<div id="quarto-sidebar-glass" class="quarto-sidebar-collapse-item" data-bs-toggle="collapse" data-bs-target=".quarto-sidebar-collapse-item"></div>
<!-- margin-sidebar -->
<div id="quarto-margin-sidebar" class="sidebar margin-sidebar">
<h5 class="quarto-listing-category-title">Categories</h5><div class="quarto-listing-category category-default"><div class="category" data-category="">All <span class="quarto-category-count">(1)</span></div><div class="category" data-category="Comunidade">Comunidade <span class="quarto-category-count">(1)</span></div></div></div>
<h5 class="quarto-listing-category-title">Categories</h5><div class="quarto-listing-category category-default"><div class="category" data-category="">All <span class="quarto-category-count">(2)</span></div><div class="category" data-category="Comunidade">Comunidade <span class="quarto-category-count">(2)</span></div><div class="category" data-category="Meetup">Meetup <span class="quarto-category-count">(1)</span></div></div></div>
<!-- main -->
<main class="content column-page-left" id="quarto-document-content">

Expand Down Expand Up @@ -234,7 +230,43 @@ <h1 class="title">Pydata</h1>

<div class="quarto-listing quarto-listing-container-default" id="listing-listing">
<div class="list quarto-listing-default">
<div class="quarto-post image-right" data-index="0" data-categories="Comunidade" data-listing-date-sort="1707264000000" data-listing-file-modified-sort="1707354231354" data-listing-date-modified-sort="NaN" data-listing-reading-time-sort="1" data-listing-word-count-sort="123">
<div class="quarto-post image-right" data-index="0" data-categories="Comunidade,Meetup" data-listing-date-sort="1716076800000" data-listing-file-modified-sort="1716680383592" data-listing-date-modified-sort="NaN" data-listing-reading-time-sort="3" data-listing-word-count-sort="540">
<div class="thumbnail">
<p><a href="./posts/1-meetup-pydata-natal/index.html" class="no-external"></a></p><a href="./posts/1-meetup-pydata-natal/index.html" class="no-external">
<p><img src="./posts/1-meetup-pydata-natal/divulgacao-1-meetup.png" class="thumbnail-image"></p>
</a><p><a href="./posts/1-meetup-pydata-natal/index.html" class="no-external"></a></p>
</div>
<div class="body">
<h3 class="no-anchor listing-title">
<a href="./posts/1-meetup-pydata-natal/index.html" class="no-external">Resumo do 1º Meetup PyData Natal</a>
</h3>
<div class="listing-subtitle">
<a href="./posts/1-meetup-pydata-natal/index.html" class="no-external"></a>
</div>
<div class="listing-categories">
<div class="listing-category" onclick="window.quartoListingCategory('Comunidade'); return false;">
Comunidade
</div>
<div class="listing-category" onclick="window.quartoListingCategory('Meetup'); return false;">
Meetup
</div>
</div>
<div class="listing-description">
<a href="./posts/1-meetup-pydata-natal/index.html" class="no-external">Confira os materiais, as fotos, discussões e os próximos passos da comunidade de dados PyData Natal. </a>
</div>
</div>
<div class="metadata">
<a href="./posts/1-meetup-pydata-natal/index.html" class="no-external">
<div class="listing-date">
May 19, 2024
</div>
<div class="listing-author">
Ítalo Epifânio
</div>
</a>
</div>
</div>
<div class="quarto-post image-right" data-index="1" data-categories="Comunidade" data-listing-date-sort="1707264000000" data-listing-file-modified-sort="1716680383592" data-listing-date-modified-sort="NaN" data-listing-reading-time-sort="1" data-listing-word-count-sort="123">
<div class="thumbnail">
<p><a href="./posts/welcome/index.html" class="no-external"></a></p><a href="./posts/welcome/index.html" class="no-external">
<p class="card-img-top"><img src="posts/welcome/thumbnail.jpg" class="thumbnail-image card-img"/></p>
Expand Down Expand Up @@ -351,6 +383,24 @@ <h3 class="no-anchor listing-title">
// clear code selection
e.clearSelection();
});
var localhostRegex = new RegExp(/^(?:http|https):\/\/localhost\:?[0-9]*\//);
var mailtoRegex = new RegExp(/^mailto:/);
var filterRegex = new RegExp("https:\/\/PyData-Natal\.github\.io\/pydata-natal\.github\.io\/");
var isInternal = (href) => {
return filterRegex.test(href) || localhostRegex.test(href) || mailtoRegex.test(href);
}
// Inspect non-navigation links and adorn them if external
var links = window.document.querySelectorAll('a[href]:not(.nav-link):not(.navbar-brand):not(.toc-action):not(.sidebar-link):not(.sidebar-item-toggle):not(.pagination-link):not(.no-external):not([aria-hidden]):not(.dropdown-item):not(.quarto-navigation-tool)');
for (var i=0; i<links.length; i++) {
const link = links[i];
if (!isInternal(link.href)) {
// undo the damage that might have been done by quarto-nav.js in the case of
// links that we want to consider external
if (link.dataset.originalHref !== undefined) {
link.href = link.dataset.originalHref;
}
}
}
function tippyHover(el, contentFn, onTriggerFn, onUntriggerFn) {
const config = {
allowHTML: true,
Expand Down Expand Up @@ -385,7 +435,11 @@ <h3 class="no-anchor listing-title">
try { href = new URL(href).hash; } catch {}
const id = href.replace(/^#\/?/, "");
const note = window.document.getElementById(id);
return note.innerHTML;
if (note) {
return note.innerHTML;
} else {
return "";
}
});
}
const xrefs = window.document.querySelectorAll('a.quarto-xref');
Expand Down
1 change: 1 addition & 0 deletions listings.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
{
"listing": "/index.html",
"items": [
"/posts/1-meetup-pydata-natal/index.html",
"/posts/welcome/index.html"
]
}
Expand Down
Binary file added posts/1-meetup-pydata-natal/coffee-break.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added posts/1-meetup-pydata-natal/foto-oficial.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading

0 comments on commit 29875ce

Please sign in to comment.