deploy: c3286b77b8e2a1222ec4afe74036530ffb905a13

This commit is contained in:
clente 2025-01-19 14:48:49 +00:00
parent 5b4da1927a
commit 718991a373
14 changed files with 105 additions and 111 deletions

View File

@ -27,18 +27,18 @@
<table>
<thead>
<tr>
<th style="text-align: left">Name</th>
<th style="text-align: left">Age</th>
<th>Name</th>
<th>Age</th>
</tr>
</thead>
<tbody>
<tr>
<td style="text-align: left">Bob</td>
<td style="text-align: left">27</td>
<td>Bob</td>
<td>27</td>
</tr>
<tr>
<td style="text-align: left">Alice</td>
<td style="text-align: left">23</td>
<td>Alice</td>
<td>23</td>
</tr>
</tbody>
</table>
@ -46,16 +46,16 @@
<table>
<thead>
<tr>
<th style="text-align: left">Italics</th>
<th style="text-align: left">Bold</th>
<th style="text-align: left">Code</th>
<th>Italics</th>
<th>Bold</th>
<th>Code</th>
</tr>
</thead>
<tbody>
<tr>
<td style="text-align: left"><em>italics</em></td>
<td style="text-align: left"><strong>bold</strong></td>
<td style="text-align: left"><code>code</code></td>
<td><em>italics</em></td>
<td><strong>bold</strong></td>
<td><code>code</code></td>
</tr>
</tbody>
</table>
@ -148,11 +148,8 @@
<hr>
<h2 id="youtube-privacy-enhanced-shortcode">YouTube Privacy Enhanced Shortcode</h2>
<div style="position: relative; padding-bottom: 56.25%; height: 0; overflow: hidden;">
<iframe allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture; web-share" allowfullscreen="allowfullscreen" loading="eager" referrerpolicy="strict-origin-when-cross-origin" src="https://www.youtube.com/embed/ZJthWmvUzzc?autoplay=0&controls=1&end=0&loop=0&mute=0&start=0" style="position: absolute; top: 0; left: 0; width: 100%; height: 100%; border:0;" title="YouTube video"
></iframe>
<iframe allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture; web-share" allowfullscreen="allowfullscreen" loading="eager" referrerpolicy="strict-origin-when-cross-origin" src="https://www.youtube.com/embed/ZJthWmvUzzc?autoplay=0&amp;controls=1&amp;end=0&amp;loop=0&amp;mute=0&amp;start=0" style="position: absolute; top: 0; left: 0; width: 100%; height: 100%; border:0;" title="YouTube video"></iframe>
</div>
<!-- raw HTML omitted -->

View File

@ -6,7 +6,7 @@
<a class=disabled role=link aria-disabled=true>pt-BR 🇧🇷</a></nav></header><main id=main-content><h1>Markdown Syntax Guide</h1><p class=byline><time datetime=2019-03-11 pubdate>2019-03-11
</time>· Hugo Authors</p><content><p>This article offers a sample of basic Markdown syntax that can be used in Hugo content files, also it shows whether basic HTML elements are decorated with CSS in a Hugo theme.</p><h2 id=headings>Headings</h2><p>The following HTML <code>&lt;h1></code><code>&lt;h6></code> elements represent six levels of section headings. <code>&lt;h1></code> is the highest section level while <code>&lt;h6></code> is the lowest.</p><h1 id=h1>H1</h1><h2 id=h2>H2</h2><h3 id=h3>H3</h3><h4 id=h4>H4</h4><h5 id=h5>H5</h5><h6 id=h6>H6</h6><h2 id=paragraph>Paragraph</h2><p>Xerum, quo qui aut unt expliquam qui dolut labo. Aque venitatiusda cum, voluptionse latur sitiae dolessi aut parist aut dollo enim qui voluptate ma dolestendit peritin re plis aut quas inctum laceat est volestemque commosa as cus endigna tectur, offic to cor sequas etum rerum idem sintibus eiur? Quianimin porecus evelectur, cum que nis nust voloribus ratem aut omnimi, sitatur? Quiatem. Nam, omnis sum am facea corem alique molestrunt et eos evelece arcillit ut aut eos eos nus, sin conecerem erum fuga. Ri oditatquam, ad quibus unda veliamenimin cusam et facea ipsamus es exerum sitate dolores editium rerore eost, temped molorro ratiae volorro te reribus dolorer sperchicium faceata tiustia prat.</p><p>Itatur? Quiatae cullecum rem ent aut odis in re eossequodi nonsequ idebis ne sapicia is sinveli squiatum, core et que aut hariosam ex eat.</p><h2 id=blockquotes>Blockquotes</h2><p>The blockquote element represents content that is quoted from another source, optionally with a citation which must be within a <code>footer</code> or <code>cite</code> element, and optionally with in-line changes such as annotations and abbreviations.</p><h4 id=blockquote-without-attribution>Blockquote without attribution</h4><blockquote><p>Tiam, ad mint andaepu dandae nostion secatur sequo quae.
<strong>Note</strong> that you can use <em>Markdown syntax</em> within a blockquote.</p></blockquote><h4 id=blockquote-with-attribution>Blockquote with attribution</h4><blockquote><p>Don&rsquo;t communicate by sharing memory, share memory by communicating.
— Rob Pike<sup id=fnref:1><a href=#fn:1 class=footnote-ref role=doc-noteref>1</a></sup></p></blockquote><h2 id=tables>Tables</h2><p>Tables aren&rsquo;t part of the core Markdown spec, but Hugo supports supports them out-of-the-box.</p><table><thead><tr><th style=text-align:left>Name</th><th style=text-align:left>Age</th></tr></thead><tbody><tr><td style=text-align:left>Bob</td><td style=text-align:left>27</td></tr><tr><td style=text-align:left>Alice</td><td style=text-align:left>23</td></tr></tbody></table><h4 id=inline-markdown-within-tables>Inline Markdown within tables</h4><table><thead><tr><th style=text-align:left>Italics</th><th style=text-align:left>Bold</th><th style=text-align:left>Code</th></tr></thead><tbody><tr><td style=text-align:left><em>italics</em></td><td style=text-align:left><strong>bold</strong></td><td style=text-align:left><code>code</code></td></tr></tbody></table><h2 id=code-blocks>Code Blocks</h2><h4 id=code-block-with-backticks>Code block with backticks</h4><div class=highlight><pre tabindex=0 class=chroma><code class=language-html data-lang=html><span class=line><span class=ln> 1</span><span class=cl><span class=cp>&lt;!doctype html&gt;</span>
— Rob Pike<sup id=fnref:1><a href=#fn:1 class=footnote-ref role=doc-noteref>1</a></sup></p></blockquote><h2 id=tables>Tables</h2><p>Tables aren&rsquo;t part of the core Markdown spec, but Hugo supports supports them out-of-the-box.</p><table><thead><tr><th>Name</th><th>Age</th></tr></thead><tbody><tr><td>Bob</td><td>27</td></tr><tr><td>Alice</td><td>23</td></tr></tbody></table><h4 id=inline-markdown-within-tables>Inline Markdown within tables</h4><table><thead><tr><th>Italics</th><th>Bold</th><th>Code</th></tr></thead><tbody><tr><td><em>italics</em></td><td><strong>bold</strong></td><td><code>code</code></td></tr></tbody></table><h2 id=code-blocks>Code Blocks</h2><h4 id=code-block-with-backticks>Code block with backticks</h4><div class=highlight><pre tabindex=0 class=chroma><code class=language-html data-lang=html><span class=line><span class=ln> 1</span><span class=cl><span class=cp>&lt;!doctype html&gt;</span>
</span></span><span class=line><span class=ln> 2</span><span class=cl><span class=p>&lt;</span><span class=nt>html</span> <span class=na>lang</span><span class=o>=</span><span class=s>&#34;en&#34;</span><span class=p>&gt;</span>
</span></span><span class=line><span class=ln> 3</span><span class=cl><span class=p>&lt;</span><span class=nt>head</span><span class=p>&gt;</span>
</span></span><span class=line><span class=ln> 4</span><span class=cl> <span class=p>&lt;</span><span class=nt>meta</span> <span class=na>charset</span><span class=o>=</span><span class=s>&#34;utf-8&#34;</span><span class=p>&gt;</span>

View File

@ -4,5 +4,5 @@
<a href=/hugo-bearcub/blog/>Blog</a>
<a href=https://clente.github.io/hugo-bearcub/index.xml>RSS</a>
<a class=disabled role=link aria-disabled=true>pt-BR 🇧🇷</a></nav></header><main id=main-content><h1>Rich Content</h1><p class=byline><time datetime=2019-03-10 pubdate>2019-03-10
</time>· Hugo Authors</p><content><p>Hugo ships with several <a href=https://gohugo.io/content-management/shortcodes/#use-hugos-built-in-shortcodes>Built-in Shortcodes</a> for rich content, along with a <a href=https://gohugo.io/about/hugo-and-gdpr/>Privacy Config</a> and a set of Simple Shortcodes that enable static and no-JS versions of various social media embeds.</p><hr><h2 id=youtube-privacy-enhanced-shortcode>YouTube Privacy Enhanced Shortcode</h2><div style=position:relative;padding-bottom:56.25%;height:0;overflow:hidden><iframe allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture; web-share" allowfullscreen loading=eager referrerpolicy=strict-origin-when-cross-origin src="https://www.youtube.com/embed/ZJthWmvUzzc?autoplay=0&controls=1&end=0&loop=0&mute=0&start=0" style=position:absolute;top:0;left:0;width:100%;height:100%;border:0 title="YouTube video"></iframe></div><hr><h2 id=twitter-simple-shortcode>Twitter Simple Shortcode</h2><blockquote class=twitter-tweet><p lang=en dir=ltr>“In addition to being more logical, asymmetry has the advantage that its complete appearance is far more optically effective than symmetry.”<br>— Jan Tschichold <a href=https://t.co/gcv7SrhvJb>pic.twitter.com/gcv7SrhvJb</a></p>&mdash; Design Reviewed | Graphic Design History (@DesignReviewed) <a href="https://twitter.com/DesignReviewed/status/1085870671291310081?ref_src=twsrc%5Etfw">January 17, 2019</a></blockquote><script async src=https://platform.twitter.com/widgets.js></script><hr><h2 id=vimeo-simple-shortcode>Vimeo Simple Shortcode</h2><style>.__h_video{position:relative;padding-bottom:56.23%;height:0;overflow:hidden;width:100%;background:#000}.__h_video img{width:100%;height:auto;color:#000}.__h_video .play{height:72px;width:72px;left:50%;top:50%;margin-left:-36px;margin-top:-36px;position:absolute;cursor:pointer}</style><div class="s_video_simple __h_video"><a href=https://vimeo.com/4.8912912e+07 rel=noopener target=_blank><img src=https://i.vimeocdn.com/video/337401969-979f0cc9f55fdf305fb8984e90d92639ec9d7ecc4c9dfbc6536e28edb43784ce-d_640 srcset="https://i.vimeocdn.com/video/337401969-979f0cc9f55fdf305fb8984e90d92639ec9d7ecc4c9dfbc6536e28edb43784ce-d_640 1x, https://i.vimeocdn.com/video/337401969-979f0cc9f55fdf305fb8984e90d92639ec9d7ecc4c9dfbc6536e28edb43784ce-d_640 2x" alt="Sing Jan Swing - Kinetic Type"><div class=play><svg version="1" viewBox="0 0 61 61"><circle cx="30.5" cy="30.5" r="30.5" opacity=".8" fill="#000"/><path d="M25.3 19.2c-2.1-1.2-3.8-.2-3.8 2.2v18.1c0 2.4 1.7 3.4 3.8 2.2l16.6-9.1c2.1-1.2 2.1-3.2.0-4.4l-16.6-9z" fill="#fff"/></svg></div></a></div></content><p><a class=blog-tags href=/hugo-bearcub/tags/shortcodes/>#shortcodes</a>
</time>· Hugo Authors</p><content><p>Hugo ships with several <a href=https://gohugo.io/content-management/shortcodes/#use-hugos-built-in-shortcodes>Built-in Shortcodes</a> for rich content, along with a <a href=https://gohugo.io/about/hugo-and-gdpr/>Privacy Config</a> and a set of Simple Shortcodes that enable static and no-JS versions of various social media embeds.</p><hr><h2 id=youtube-privacy-enhanced-shortcode>YouTube Privacy Enhanced Shortcode</h2><div style=position:relative;padding-bottom:56.25%;height:0;overflow:hidden><iframe allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture; web-share" allowfullscreen loading=eager referrerpolicy=strict-origin-when-cross-origin src="https://www.youtube.com/embed/ZJthWmvUzzc?autoplay=0&amp;controls=1&amp;end=0&amp;loop=0&amp;mute=0&amp;start=0" style=position:absolute;top:0;left:0;width:100%;height:100%;border:0 title="YouTube video"></iframe></div><hr><h2 id=twitter-simple-shortcode>Twitter Simple Shortcode</h2><blockquote class=twitter-tweet><p lang=en dir=ltr>“In addition to being more logical, asymmetry has the advantage that its complete appearance is far more optically effective than symmetry.”<br>— Jan Tschichold <a href=https://t.co/gcv7SrhvJb>pic.twitter.com/gcv7SrhvJb</a></p>&mdash; Design Reviewed | Graphic Design History (@DesignReviewed) <a href="https://twitter.com/DesignReviewed/status/1085870671291310081?ref_src=twsrc%5Etfw">January 17, 2019</a></blockquote><script async src=https://platform.twitter.com/widgets.js></script><hr><h2 id=vimeo-simple-shortcode>Vimeo Simple Shortcode</h2><style>.__h_video{position:relative;padding-bottom:56.23%;height:0;overflow:hidden;width:100%;background:#000}.__h_video img{width:100%;height:auto;color:#000}.__h_video .play{height:72px;width:72px;left:50%;top:50%;margin-left:-36px;margin-top:-36px;position:absolute;cursor:pointer}</style><div class="s_video_simple __h_video"><a href=https://vimeo.com/4.8912912e+07 rel=noopener target=_blank><img src=https://i.vimeocdn.com/video/337401969-979f0cc9f55fdf305fb8984e90d92639ec9d7ecc4c9dfbc6536e28edb43784ce-d_640 srcset="https://i.vimeocdn.com/video/337401969-979f0cc9f55fdf305fb8984e90d92639ec9d7ecc4c9dfbc6536e28edb43784ce-d_640 1x, https://i.vimeocdn.com/video/337401969-979f0cc9f55fdf305fb8984e90d92639ec9d7ecc4c9dfbc6536e28edb43784ce-d_640 2x" alt="Sing Jan Swing - Kinetic Type"><div class=play><svg version="1" viewBox="0 0 61 61"><circle cx="30.5" cy="30.5" r="30.5" opacity=".8" fill="#000"/><path d="M25.3 19.2c-2.1-1.2-3.8-.2-3.8 2.2v18.1c0 2.4 1.7 3.4 3.8 2.2l16.6-9.1c2.1-1.2 2.1-3.2.0-4.4l-16.6-9z" fill="#fff"/></svg></div></a></div></content><p><a class=blog-tags href=/hugo-bearcub/tags/shortcodes/>#shortcodes</a>
<a class=blog-tags href=/hugo-bearcub/tags/privacy/>#privacy</a></p><p><a href='mailto:me@example.com?subject=Reply%20to%20"Rich%20Content"'>Reply to this post by email ↪</a></p></main><footer><small>John Doe (CC BY 4.0) | Made with <a href=https://github.com/clente/hugo-bearcub>Bear Cub</a></small></footer></body></html>

View File

@ -27,18 +27,18 @@
<table>
<thead>
<tr>
<th style="text-align: left">Name</th>
<th style="text-align: left">Age</th>
<th>Name</th>
<th>Age</th>
</tr>
</thead>
<tbody>
<tr>
<td style="text-align: left">Bob</td>
<td style="text-align: left">27</td>
<td>Bob</td>
<td>27</td>
</tr>
<tr>
<td style="text-align: left">Alice</td>
<td style="text-align: left">23</td>
<td>Alice</td>
<td>23</td>
</tr>
</tbody>
</table>
@ -46,16 +46,16 @@
<table>
<thead>
<tr>
<th style="text-align: left">Italics</th>
<th style="text-align: left">Bold</th>
<th style="text-align: left">Code</th>
<th>Italics</th>
<th>Bold</th>
<th>Code</th>
</tr>
</thead>
<tbody>
<tr>
<td style="text-align: left"><em>italics</em></td>
<td style="text-align: left"><strong>bold</strong></td>
<td style="text-align: left"><code>code</code></td>
<td><em>italics</em></td>
<td><strong>bold</strong></td>
<td><code>code</code></td>
</tr>
</tbody>
</table>

View File

@ -27,18 +27,18 @@
<table>
<thead>
<tr>
<th style="text-align: left">Name</th>
<th style="text-align: left">Age</th>
<th>Name</th>
<th>Age</th>
</tr>
</thead>
<tbody>
<tr>
<td style="text-align: left">Bob</td>
<td style="text-align: left">27</td>
<td>Bob</td>
<td>27</td>
</tr>
<tr>
<td style="text-align: left">Alice</td>
<td style="text-align: left">23</td>
<td>Alice</td>
<td>23</td>
</tr>
</tbody>
</table>
@ -46,16 +46,16 @@
<table>
<thead>
<tr>
<th style="text-align: left">Italics</th>
<th style="text-align: left">Bold</th>
<th style="text-align: left">Code</th>
<th>Italics</th>
<th>Bold</th>
<th>Code</th>
</tr>
</thead>
<tbody>
<tr>
<td style="text-align: left"><em>italics</em></td>
<td style="text-align: left"><strong>bold</strong></td>
<td style="text-align: left"><code>code</code></td>
<td><em>italics</em></td>
<td><strong>bold</strong></td>
<td><code>code</code></td>
</tr>
</tbody>
</table>

View File

@ -1,11 +1,14 @@
<!doctype html><html lang=en-US><head><meta name=generator content="Hugo 0.134.0"><meta http-equiv=X-Clacks-Overhead content="GNU Terry Pratchett"><meta charset=utf-8><meta name=viewport content="width=device-width,initial-scale=1"><link rel="shortcut icon" href=https://clente.github.io/hugo-bearcub/images/favicon.png><title>Home | Bear Cub</title>
<!doctype html><html lang=en-US><head><meta name=generator content="Hugo 0.141.0"><meta http-equiv=X-Clacks-Overhead content="GNU Terry Pratchett"><meta charset=utf-8><meta name=viewport content="width=device-width,initial-scale=1"><link rel="shortcut icon" href=https://clente.github.io/hugo-bearcub/images/favicon.png><title>Home | Bear Cub</title>
<meta name=title content="Home"><meta name=description content="Bear Cub Demo"><meta name=author content><meta name=keywords content="syntax,themes,css,emoji,html,markdown,privacy,shortcodes,text,"><meta property="og:url" content="https://clente.github.io/hugo-bearcub/"><meta property="og:site_name" content="Bear Cub"><meta property="og:title" content="Home"><meta property="og:description" content="ᕦʕ ʔᕤ Bear Cub Todays websites are bloated, slow, and full of scripts, ads, and trackers. This became so commonplace that we lost all sense of perspective, to the point that we now think multi-megabyte webpages are normal.
The internet has become a bloated mess. Huge JavaScript libraries, countless client-side queries and overly complex frontend frameworks are par for the course these days.
— Kev Quirk"><meta property="og:locale" content="en_US"><meta property="og:type" content="website"><meta property="og:image" content="https://clente.github.io/hugo-bearcub/images/share.webp"><meta property="fb:admins" content="0000000000"><meta name=twitter:card content="summary_large_image"><meta name=twitter:image content="https://clente.github.io/hugo-bearcub/images/share.webp"><meta name=twitter:title content="Home"><meta name=twitter:description content="ᕦʕ ʔᕤ Bear Cub Todays websites are bloated, slow, and full of scripts, ads, and trackers. This became so commonplace that we lost all sense of perspective, to the point that we now think multi-megabyte webpages are normal.
— Kev Quirk
Lets change this, one website at a time! Bear Cub is a Hugo theme based on Hugo Bear that takes care of speed and optimization, so you can focus on writing good content."><meta property="og:locale" content="en_US"><meta property="og:type" content="website"><meta property="og:image" content="https://clente.github.io/hugo-bearcub/images/share.webp"><meta property="fb:admins" content="0000000000"><meta name=twitter:card content="summary_large_image"><meta name=twitter:image content="https://clente.github.io/hugo-bearcub/images/share.webp"><meta name=twitter:title content="Home"><meta name=twitter:description content="ᕦʕ ʔᕤ Bear Cub Todays websites are bloated, slow, and full of scripts, ads, and trackers. This became so commonplace that we lost all sense of perspective, to the point that we now think multi-megabyte webpages are normal.
The internet has become a bloated mess. Huge JavaScript libraries, countless client-side queries and overly complex frontend frameworks are par for the course these days.
— Kev Quirk"><meta name=twitter:site content="@example"><meta itemprop=name content="Home"><meta itemprop=description content="ᕦʕ ʔᕤ Bear Cub Todays websites are bloated, slow, and full of scripts, ads, and trackers. This became so commonplace that we lost all sense of perspective, to the point that we now think multi-megabyte webpages are normal.
— Kev Quirk
Lets change this, one website at a time! Bear Cub is a Hugo theme based on Hugo Bear that takes care of speed and optimization, so you can focus on writing good content."><meta name=twitter:site content="@example"><meta itemprop=name content="Home"><meta itemprop=description content="ᕦʕ ʔᕤ Bear Cub Todays websites are bloated, slow, and full of scripts, ads, and trackers. This became so commonplace that we lost all sense of perspective, to the point that we now think multi-megabyte webpages are normal.
The internet has become a bloated mess. Huge JavaScript libraries, countless client-side queries and overly complex frontend frameworks are par for the course these days.
— Kev Quirk"><meta itemprop=datePublished content="2019-03-11T00:00:00+00:00"><meta itemprop=dateModified content="2019-03-11T00:00:00+00:00"><meta itemprop=wordCount content="152"><meta itemprop=image content="https://clente.github.io/hugo-bearcub/images/share.webp"><meta name=referrer content="no-referrer-when-downgrade"><link href=/hugo-bearcub/original.min.css rel=stylesheet><link rel=alternate type=application/rss+xml href=https://clente.github.io/hugo-bearcub/index.xml title="Bear Cub"></head><body><header><a class=skip-link href=#main-content>Skip to main content</a>
— Kev Quirk
Lets change this, one website at a time! Bear Cub is a Hugo theme based on Hugo Bear that takes care of speed and optimization, so you can focus on writing good content."><meta itemprop=datePublished content="2019-03-11T00:00:00+00:00"><meta itemprop=dateModified content="2019-03-11T00:00:00+00:00"><meta itemprop=wordCount content="152"><meta itemprop=image content="https://clente.github.io/hugo-bearcub/images/share.webp"><meta name=referrer content="no-referrer-when-downgrade"><link href=/hugo-bearcub/original.min.css rel=stylesheet><link rel=alternate type=application/rss+xml href=https://clente.github.io/hugo-bearcub/index.xml title="Bear Cub"></head><body><header><a class=skip-link href=#main-content>Skip to main content</a>
<a href=/hugo-bearcub/ class=title><h1>Bear Cub</h1></a><nav><a href=/hugo-bearcub/>Home</a>
<a href=/hugo-bearcub/blog/>Blog</a>
<a href=https://clente.github.io/hugo-bearcub/index.xml>RSS</a>

View File

@ -27,18 +27,18 @@
<table>
<thead>
<tr>
<th style="text-align: left">Name</th>
<th style="text-align: left">Age</th>
<th>Name</th>
<th>Age</th>
</tr>
</thead>
<tbody>
<tr>
<td style="text-align: left">Bob</td>
<td style="text-align: left">27</td>
<td>Bob</td>
<td>27</td>
</tr>
<tr>
<td style="text-align: left">Alice</td>
<td style="text-align: left">23</td>
<td>Alice</td>
<td>23</td>
</tr>
</tbody>
</table>
@ -46,16 +46,16 @@
<table>
<thead>
<tr>
<th style="text-align: left">Italics</th>
<th style="text-align: left">Bold</th>
<th style="text-align: left">Code</th>
<th>Italics</th>
<th>Bold</th>
<th>Code</th>
</tr>
</thead>
<tbody>
<tr>
<td style="text-align: left"><em>italics</em></td>
<td style="text-align: left"><strong>bold</strong></td>
<td style="text-align: left"><code>code</code></td>
<td><em>italics</em></td>
<td><strong>bold</strong></td>
<td><code>code</code></td>
</tr>
</tbody>
</table>
@ -148,11 +148,8 @@
<hr>
<h2 id="youtube-privacy-enhanced-shortcode">YouTube Privacy Enhanced Shortcode</h2>
<div style="position: relative; padding-bottom: 56.25%; height: 0; overflow: hidden;">
<iframe allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture; web-share" allowfullscreen="allowfullscreen" loading="eager" referrerpolicy="strict-origin-when-cross-origin" src="https://www.youtube.com/embed/ZJthWmvUzzc?autoplay=0&controls=1&end=0&loop=0&mute=0&start=0" style="position: absolute; top: 0; left: 0; width: 100%; height: 100%; border:0;" title="YouTube video"
></iframe>
<iframe allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture; web-share" allowfullscreen="allowfullscreen" loading="eager" referrerpolicy="strict-origin-when-cross-origin" src="https://www.youtube.com/embed/ZJthWmvUzzc?autoplay=0&amp;controls=1&amp;end=0&amp;loop=0&amp;mute=0&amp;start=0" style="position: absolute; top: 0; left: 0; width: 100%; height: 100%; border:0;" title="YouTube video"></iframe>
</div>
<!-- raw HTML omitted -->

2
original.min.css vendored
View File

@ -1 +1 @@
body{font-family:Verdana,sans-serif;margin:auto;padding:20px;max-width:720px;text-align:left;background-color:#1d1f27;word-wrap:break-word;overflow-wrap:break-word;line-height:1.5;color:#c9d1d9}h1,h2,h3,h4,h5,h6,strong,b{color:#eee}a{color:#8cc2dd}.title{text-decoration:none;border:0}.title h1{font-size:24px;margin:19.92px 0}.title span{font-weight:400}nav a{margin-right:10px}textarea{background-color:#252525;color:#ddd;width:100%;font-size:16px}input{background-color:#252525;color:#ddd;font-size:16px}content{line-height:1.6}table{width:100%}table,th,td{border:1px solid;border-collapse:collapse;border-color:#c9d1d9;padding:5px}img{max-width:100%}code{padding:2px 5px;color:#f8f8f2;background-color:#282a36}pre code{display:block;padding:20px;white-space:pre-wrap;font-size:14px;overflow-x:auto;text-wrap:nowrap}blockquote{border-left:1px solid #999;color:#ccc;padding-left:20px;font-style:italic}footer{padding:25px;text-align:center}.helptext{color:#aaa;font-size:small}.errorlist{color:#eba613;font-size:small}ul.blog-posts{list-style-type:none;padding:unset}ul.blog-posts li{display:flex;margin-bottom:10px}ul.blog-posts li span{flex:0 0 130px}ul.blog-posts li a:visited{color:#8b6fcb}a.blog-tags{line-height:2;margin-right:12px}h3.blog-filter{margin-bottom:0}.disabled{color:currentColor;cursor:not-allowed;opacity:.7}p.byline{font-style:italic}.skip-link{position:absolute;top:5;transform:translateY(-600%);transition:transform .5s;background-color:#1d1f27;padding:6px}.skip-link:focus{transform:translateY(0%)}figure{margin-inline-start:0;margin-inline-end:0}figcaption>p{margin-block-start:0;text-align:center;font-style:italic;color:#ccc}
body{font-family:Verdana,sans-serif;margin:auto;padding:20px;max-width:720px;text-align:left;background-color:#1d1f27;word-wrap:break-word;overflow-wrap:break-word;line-height:1.5;color:#c9d1d9}h1,h2,h3,h4,h5,h6,strong,b{color:#eee}a{color:#8cc2dd}.title{text-decoration:none;border:0}.title h1{font-size:24px;margin:19.92px 0}.title span{font-weight:400}nav a{margin-right:10px}textarea{background-color:#252525;color:#ddd;width:100%;font-size:16px}input{background-color:#252525;color:#ddd;font-size:16px}content{line-height:1.6}table{width:100%}table,th,td{border:1px solid;border-collapse:collapse;border-color:#c9d1d9;padding:5px}img{max-width:100%;height:auto}code{padding:2px 5px;color:#f8f8f2;background-color:#282a36}pre code{display:block;padding:20px;white-space:pre-wrap;font-size:14px;overflow-x:auto;text-wrap:nowrap}blockquote{border-left:1px solid #999;color:#ccc;padding-left:20px;font-style:italic}footer{padding:25px;text-align:center}.helptext{color:#aaa;font-size:small}.errorlist{color:#eba613;font-size:small}ul.blog-posts{list-style-type:none;padding:unset}ul.blog-posts li{display:flex;margin-bottom:10px}ul.blog-posts li span{flex:0 0 130px}ul.blog-posts li a:visited{color:#8b6fcb}a.blog-tags{line-height:2;margin-right:12px}h3.blog-filter{margin-bottom:0}.disabled{color:currentColor;cursor:not-allowed;opacity:.7}p.byline{font-style:italic}.skip-link{position:absolute;top:5;transform:translateY(-600%);transition:transform .5s;background-color:#1d1f27;padding:6px}.skip-link:focus{transform:translateY(0%)}figure{margin-inline-start:0;margin-inline-end:0}figcaption>p{margin-block-start:0;text-align:center;font-style:italic;color:#ccc}

View File

@ -1,11 +1,14 @@
<!doctype html><html lang=pt-BR><head><meta name=generator content="Hugo 0.134.0"><meta http-equiv=X-Clacks-Overhead content="GNU Terry Pratchett"><meta charset=utf-8><meta name=viewport content="width=device-width,initial-scale=1"><link rel="shortcut icon" href=https://clente.github.io/hugo-bearcub/images/favicon.png><title>Início | Bear Cub</title>
<!doctype html><html lang=pt-BR><head><meta name=generator content="Hugo 0.141.0"><meta http-equiv=X-Clacks-Overhead content="GNU Terry Pratchett"><meta charset=utf-8><meta name=viewport content="width=device-width,initial-scale=1"><link rel="shortcut icon" href=https://clente.github.io/hugo-bearcub/images/favicon.png><title>Início | Bear Cub</title>
<meta name=title content="Início"><meta name=description content="Bear Cub Demo"><meta name=author content><meta name=keywords content><meta property="og:url" content="https://clente.github.io/hugo-bearcub/pt/"><meta property="og:site_name" content="Bear Cub"><meta property="og:title" content="Início"><meta property="og:description" content="ᕦʕ ʔᕤ Bear Cub Os sites de hoje em dia são pesados, lentos e cheios de scripts, propagandas e rastreadores. Isso ficou tão comum que nós perdemos toda a perspectiva, tanto que achamos normal uma página web ter vários megabytes.
The internet has become a bloated mess. Huge JavaScript libraries, countless client-side queries and overly complex frontend frameworks are par for the course these days.
— Kev Quirk"><meta property="og:locale" content="pt_BR"><meta property="og:type" content="website"><meta property="og:image" content="https://clente.github.io/hugo-bearcub/images/share.webp"><meta property="fb:admins" content="0000000000"><meta name=twitter:card content="summary_large_image"><meta name=twitter:image content="https://clente.github.io/hugo-bearcub/images/share.webp"><meta name=twitter:title content="Início"><meta name=twitter:description content="ᕦʕ ʔᕤ Bear Cub Os sites de hoje em dia são pesados, lentos e cheios de scripts, propagandas e rastreadores. Isso ficou tão comum que nós perdemos toda a perspectiva, tanto que achamos normal uma página web ter vários megabytes.
— Kev Quirk
Vamos mudar isso, um site de cada vez! Bear Cub é um tema Hugo baseado no Hugo Bear que toma conta da velocidade e otimização para que você possa focar em escrever bons textos."><meta property="og:locale" content="pt_BR"><meta property="og:type" content="website"><meta property="og:image" content="https://clente.github.io/hugo-bearcub/images/share.webp"><meta property="fb:admins" content="0000000000"><meta name=twitter:card content="summary_large_image"><meta name=twitter:image content="https://clente.github.io/hugo-bearcub/images/share.webp"><meta name=twitter:title content="Início"><meta name=twitter:description content="ᕦʕ ʔᕤ Bear Cub Os sites de hoje em dia são pesados, lentos e cheios de scripts, propagandas e rastreadores. Isso ficou tão comum que nós perdemos toda a perspectiva, tanto que achamos normal uma página web ter vários megabytes.
The internet has become a bloated mess. Huge JavaScript libraries, countless client-side queries and overly complex frontend frameworks are par for the course these days.
— Kev Quirk"><meta name=twitter:site content="@example"><meta itemprop=name content="Início"><meta itemprop=description content="ᕦʕ ʔᕤ Bear Cub Os sites de hoje em dia são pesados, lentos e cheios de scripts, propagandas e rastreadores. Isso ficou tão comum que nós perdemos toda a perspectiva, tanto que achamos normal uma página web ter vários megabytes.
— Kev Quirk
Vamos mudar isso, um site de cada vez! Bear Cub é um tema Hugo baseado no Hugo Bear que toma conta da velocidade e otimização para que você possa focar em escrever bons textos."><meta name=twitter:site content="@example"><meta itemprop=name content="Início"><meta itemprop=description content="ᕦʕ ʔᕤ Bear Cub Os sites de hoje em dia são pesados, lentos e cheios de scripts, propagandas e rastreadores. Isso ficou tão comum que nós perdemos toda a perspectiva, tanto que achamos normal uma página web ter vários megabytes.
The internet has become a bloated mess. Huge JavaScript libraries, countless client-side queries and overly complex frontend frameworks are par for the course these days.
— Kev Quirk"><meta itemprop=wordCount content="158"><meta itemprop=image content="https://clente.github.io/hugo-bearcub/images/share.webp"><meta name=referrer content="no-referrer-when-downgrade"><link href=/hugo-bearcub/original.min.css rel=stylesheet><link rel=alternate type=application/rss+xml href=https://clente.github.io/hugo-bearcub/pt/index.xml title="Bear Cub"></head><body><header><a class=skip-link href=#main-content>Pular para conteúdo principal</a>
— Kev Quirk
Vamos mudar isso, um site de cada vez! Bear Cub é um tema Hugo baseado no Hugo Bear que toma conta da velocidade e otimização para que você possa focar em escrever bons textos."><meta itemprop=wordCount content="158"><meta itemprop=image content="https://clente.github.io/hugo-bearcub/images/share.webp"><meta name=referrer content="no-referrer-when-downgrade"><link href=/hugo-bearcub/original.min.css rel=stylesheet><link rel=alternate type=application/rss+xml href=https://clente.github.io/hugo-bearcub/pt/index.xml title="Bear Cub"></head><body><header><a class=skip-link href=#main-content>Pular para conteúdo principal</a>
<a href=/hugo-bearcub/pt/ class=title><h1>Bear Cub</h1></a><nav><a href=/hugo-bearcub/pt/>Início</a>
<a href=/hugo-bearcub/pt/blog/>Blog</a>
<a href=https://clente.github.io/hugo-bearcub/index.xml>RSS</a>

View File

@ -27,18 +27,18 @@
<table>
<thead>
<tr>
<th style="text-align: left">Name</th>
<th style="text-align: left">Age</th>
<th>Name</th>
<th>Age</th>
</tr>
</thead>
<tbody>
<tr>
<td style="text-align: left">Bob</td>
<td style="text-align: left">27</td>
<td>Bob</td>
<td>27</td>
</tr>
<tr>
<td style="text-align: left">Alice</td>
<td style="text-align: left">23</td>
<td>Alice</td>
<td>23</td>
</tr>
</tbody>
</table>
@ -46,16 +46,16 @@
<table>
<thead>
<tr>
<th style="text-align: left">Italics</th>
<th style="text-align: left">Bold</th>
<th style="text-align: left">Code</th>
<th>Italics</th>
<th>Bold</th>
<th>Code</th>
</tr>
</thead>
<tbody>
<tr>
<td style="text-align: left"><em>italics</em></td>
<td style="text-align: left"><strong>bold</strong></td>
<td style="text-align: left"><code>code</code></td>
<td><em>italics</em></td>
<td><strong>bold</strong></td>
<td><code>code</code></td>
</tr>
</tbody>
</table>

View File

@ -27,18 +27,18 @@
<table>
<thead>
<tr>
<th style="text-align: left">Name</th>
<th style="text-align: left">Age</th>
<th>Name</th>
<th>Age</th>
</tr>
</thead>
<tbody>
<tr>
<td style="text-align: left">Bob</td>
<td style="text-align: left">27</td>
<td>Bob</td>
<td>27</td>
</tr>
<tr>
<td style="text-align: left">Alice</td>
<td style="text-align: left">23</td>
<td>Alice</td>
<td>23</td>
</tr>
</tbody>
</table>
@ -46,16 +46,16 @@
<table>
<thead>
<tr>
<th style="text-align: left">Italics</th>
<th style="text-align: left">Bold</th>
<th style="text-align: left">Code</th>
<th>Italics</th>
<th>Bold</th>
<th>Code</th>
</tr>
</thead>
<tbody>
<tr>
<td style="text-align: left"><em>italics</em></td>
<td style="text-align: left"><strong>bold</strong></td>
<td style="text-align: left"><code>code</code></td>
<td><em>italics</em></td>
<td><strong>bold</strong></td>
<td><code>code</code></td>
</tr>
</tbody>
</table>

View File

@ -27,18 +27,18 @@
<table>
<thead>
<tr>
<th style="text-align: left">Name</th>
<th style="text-align: left">Age</th>
<th>Name</th>
<th>Age</th>
</tr>
</thead>
<tbody>
<tr>
<td style="text-align: left">Bob</td>
<td style="text-align: left">27</td>
<td>Bob</td>
<td>27</td>
</tr>
<tr>
<td style="text-align: left">Alice</td>
<td style="text-align: left">23</td>
<td>Alice</td>
<td>23</td>
</tr>
</tbody>
</table>
@ -46,16 +46,16 @@
<table>
<thead>
<tr>
<th style="text-align: left">Italics</th>
<th style="text-align: left">Bold</th>
<th style="text-align: left">Code</th>
<th>Italics</th>
<th>Bold</th>
<th>Code</th>
</tr>
</thead>
<tbody>
<tr>
<td style="text-align: left"><em>italics</em></td>
<td style="text-align: left"><strong>bold</strong></td>
<td style="text-align: left"><code>code</code></td>
<td><em>italics</em></td>
<td><strong>bold</strong></td>
<td><code>code</code></td>
</tr>
</tbody>
</table>

View File

@ -2,11 +2,8 @@
<hr>
<h2 id="youtube-privacy-enhanced-shortcode">YouTube Privacy Enhanced Shortcode</h2>
<div style="position: relative; padding-bottom: 56.25%; height: 0; overflow: hidden;">
<iframe allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture; web-share" allowfullscreen="allowfullscreen" loading="eager" referrerpolicy="strict-origin-when-cross-origin" src="https://www.youtube.com/embed/ZJthWmvUzzc?autoplay=0&controls=1&end=0&loop=0&mute=0&start=0" style="position: absolute; top: 0; left: 0; width: 100%; height: 100%; border:0;" title="YouTube video"
></iframe>
<iframe allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture; web-share" allowfullscreen="allowfullscreen" loading="eager" referrerpolicy="strict-origin-when-cross-origin" src="https://www.youtube.com/embed/ZJthWmvUzzc?autoplay=0&amp;controls=1&amp;end=0&amp;loop=0&amp;mute=0&amp;start=0" style="position: absolute; top: 0; left: 0; width: 100%; height: 100%; border:0;" title="YouTube video"></iframe>
</div>
<!-- raw HTML omitted -->

View File

@ -2,11 +2,8 @@
<hr>
<h2 id="youtube-privacy-enhanced-shortcode">YouTube Privacy Enhanced Shortcode</h2>
<div style="position: relative; padding-bottom: 56.25%; height: 0; overflow: hidden;">
<iframe allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture; web-share" allowfullscreen="allowfullscreen" loading="eager" referrerpolicy="strict-origin-when-cross-origin" src="https://www.youtube.com/embed/ZJthWmvUzzc?autoplay=0&controls=1&end=0&loop=0&mute=0&start=0" style="position: absolute; top: 0; left: 0; width: 100%; height: 100%; border:0;" title="YouTube video"
></iframe>
<iframe allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture; web-share" allowfullscreen="allowfullscreen" loading="eager" referrerpolicy="strict-origin-when-cross-origin" src="https://www.youtube.com/embed/ZJthWmvUzzc?autoplay=0&amp;controls=1&amp;end=0&amp;loop=0&amp;mute=0&amp;start=0" style="position: absolute; top: 0; left: 0; width: 100%; height: 100%; border:0;" title="YouTube video"></iframe>
</div>
<!-- raw HTML omitted -->