deploy: 27ad8a79e8313f349fc2437966f314be2cfaf73b
This commit is contained in:
commit
f5c5bd5cc6
5
404.html
Normal file
5
404.html
Normal file
@ -0,0 +1,5 @@
|
||||
<!doctype html><html lang=en-us><head><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=images/favicon.png><title>404</title><meta name=title content="404 Page not found"><meta name=description content="Bear Cub Demo"><meta name=keywords content="syntax,themes,css,emoji,html,markdown,privacy,shortcodes,text,"><meta property="og:title" content="404 Page not found"><meta property="og:description" content="Bear Cub Demo"><meta property="og:type" content="website"><meta property="og:url" content="https://clente.github.io/hugo-bearcub/404.html"><meta property="og:image" content="https://clente.github.io/images/share.png"><meta property="og:site_name" content="Example Site"><meta name=twitter:card content="summary_large_image"><meta name=twitter:image content="https://clente.github.io/images/share.png"><meta name=twitter:title content="404 Page not found"><meta name=twitter:description content="Bear Cub Demo"><meta itemprop=name content="404 Page not found"><meta itemprop=description content="Bear Cub Demo"><meta name=referrer content="no-referrer-when-downgrade"><link href=/hugo-bearcub/style.min.css rel=stylesheet><link href=/hugo-bearcub/syntax.min.css rel=stylesheet></head><body><header><a href=/hugo-bearcub class=title><h2>Example Site</h2></a><nav><a href=/hugo-bearcub/>Home</a>
|
||||
<a href=/hugo-bearcub/blog/>Blog</a>
|
||||
<a href='mailto:me@example.com?subject=Reply%20to%20"404%20Page%20not%20found"'>Email</a>
|
||||
<a href=/blog/index.xml>RSS</a>
|
||||
<a class=disabled href>Português 🇧🇷</a></nav></header><main><h1>404</h1><h2>ʕノ•ᴥ•ʔノ ︵ ┻━┻</h2></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>
|
7
blog/emoji-support/index.html
Normal file
7
blog/emoji-support/index.html
Normal file
@ -0,0 +1,7 @@
|
||||
<!doctype html><html lang=en-us><head><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=images/favicon.png><title>Emoji Support | Example Site</title><meta name=title content="Emoji Support"><meta name=description content="Guide to emoji usage in Hugo"><meta name=keywords content="emoji,"><meta property="og:title" content="Emoji Support"><meta property="og:description" content="Guide to emoji usage in Hugo"><meta property="og:type" content="article"><meta property="og:url" content="https://clente.github.io/hugo-bearcub/blog/emoji-support/"><meta property="og:image" content="https://clente.github.io/images/share.png"><meta property="article:section" content="blog"><meta property="article:published_time" content="2019-03-05T00:00:00+00:00"><meta property="article:modified_time" content="2019-03-05T00:00:00+00:00"><meta property="og:site_name" content="Example Site"><meta name=twitter:card content="summary_large_image"><meta name=twitter:image content="https://clente.github.io/images/share.png"><meta name=twitter:title content="Emoji Support"><meta name=twitter:description content="Guide to emoji usage in Hugo"><meta itemprop=name content="Emoji Support"><meta itemprop=description content="Guide to emoji usage in Hugo"><meta itemprop=datePublished content="2019-03-05T00:00:00+00:00"><meta itemprop=dateModified content="2019-03-05T00:00:00+00:00"><meta itemprop=wordCount content="124"><meta itemprop=image content="https://clente.github.io/images/share.png"><meta itemprop=keywords content="emoji,"><meta name=referrer content="no-referrer-when-downgrade"><link href=/hugo-bearcub/style.min.css rel=stylesheet><link href=/hugo-bearcub/syntax.min.css rel=stylesheet></head><body><header><a href=/hugo-bearcub class=title><h2>Example Site</h2></a><nav><a href=/hugo-bearcub/>Home</a>
|
||||
<a href=/hugo-bearcub/blog/>Blog</a>
|
||||
<a href='mailto:me@example.com?subject=Reply%20to%20"Emoji%20Support"'>Email</a>
|
||||
<a href=/blog/index.xml>RSS</a>
|
||||
<a class=disabled href>Português 🇧🇷</a></nav></header><main><h1>Emoji Support</h1><p><i><time datetime=2019-03-05 pubdate>2019-03-05</time></i></p><content><p>Emoji can be enabled in a Hugo project in a number of ways.</p><p>The <a href=https://gohugo.io/functions/emojify/><code>emojify</code></a> function can be called directly in templates or <a href=https://gohugo.io/templates/shortcode-templates/#inline-shortcodes>Inline Shortcodes</a>.</p><p>To enable emoji globally, set <code>enableEmoji</code> to <code>true</code> in your site’s <a href=https://gohugo.io/getting-started/configuration/>configuration</a> and then you can type emoji shorthand codes directly in content files; e.g.</p><p>The <a href=http://www.emoji-cheat-sheet.com/>Emoji cheat sheet</a> is a useful reference for emoji shorthand codes.</p><hr><p><strong>N.B.</strong> The above steps enable Unicode Standard emoji characters and sequences in Hugo, however the rendering of these glyphs depends on the browser and the platform. To style the emoji you can either use a third party emoji font or a font stack; e.g.</p><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>.emoji {
|
||||
</span></span><span class=line><span class=ln>2</span><span class=cl> font-family: Apple Color Emoji, Segoe UI Emoji, NotoColorEmoji, Segoe UI Symbol, Android Emoji, EmojiSymbols;
|
||||
</span></span><span class=line><span class=ln>3</span><span class=cl>}</span></span></code></pre></div></content><p><a class=blog-tags href=https://clente.github.io/hugo-bearcub/tags/emoji/>#emoji</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>
|
16
blog/index.html
Normal file
16
blog/index.html
Normal file
@ -0,0 +1,16 @@
|
||||
<!doctype html><html lang=en-us><head><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=images/favicon.png><title>Blog | Example Site</title><meta name=title content="Blog"><meta name=description content="Bear Cub Demo"><meta name=keywords content="syntax,themes,css,emoji,html,markdown,privacy,shortcodes,text,"><meta property="og:title" content="Blog"><meta property="og:description" content="Bear Cub Demo"><meta property="og:type" content="website"><meta property="og:url" content="https://clente.github.io/hugo-bearcub/blog/"><meta property="og:image" content="https://clente.github.io/images/share.png"><meta property="og:site_name" content="Example Site"><meta name=twitter:card content="summary_large_image"><meta name=twitter:image content="https://clente.github.io/images/share.png"><meta name=twitter:title content="Blog"><meta name=twitter:description content="Bear Cub Demo"><meta itemprop=name content="Blog"><meta itemprop=description content="Bear Cub Demo"><meta name=referrer content="no-referrer-when-downgrade"><link href=/hugo-bearcub/style.min.css rel=stylesheet><link href=/hugo-bearcub/syntax.min.css rel=stylesheet><link rel=alternate type=application/rss+xml href=https://clente.github.io/hugo-bearcub/blog/index.xml title="Example Site"></head><body><header><a href=/hugo-bearcub class=title><h2>Example Site</h2></a><nav><a href=/hugo-bearcub/>Home</a>
|
||||
<a href=/hugo-bearcub/blog/>Blog</a>
|
||||
<a href='mailto:me@example.com?subject=Reply%20to%20"Blog"'>Email</a>
|
||||
<a href=/blog/index.xml>RSS</a>
|
||||
<a href=https://clente.github.io/hugo-bearcub/pt/blog/>Português 🇧🇷</a></nav></header><main><content><ul class=blog-posts><li><span><i><time datetime=2019-03-11 pubdate>2019-03-11</time></i></span>
|
||||
<a href=https://clente.github.io/hugo-bearcub/blog/markdown-syntax/>Markdown Syntax Guide</a></li><li><span><i><time datetime=2019-03-10 pubdate>2019-03-10</time></i></span>
|
||||
<a href=https://clente.github.io/hugo-bearcub/blog/rich-content/>Rich Content</a></li><li><span><i><time datetime=2019-03-09 pubdate>2019-03-09</time></i></span>
|
||||
<a href=https://clente.github.io/hugo-bearcub/blog/placeholder-text/>Placeholder Text</a></li><li><span><i><time datetime=2019-03-08 pubdate>2019-03-08</time></i></span>
|
||||
<a href=https://clente.github.io/hugo-bearcub/blog/math-typesetting/>Math Typesetting</a></li><li><span><i><time datetime=2019-03-05 pubdate>2019-03-05</time></i></span>
|
||||
<a href=https://clente.github.io/hugo-bearcub/blog/emoji-support/>Emoji Support</a></li></ul><div><a class=blog-tags href=https://clente.github.io/hugo-bearcub/tags/css/>#css</a>
|
||||
<a class=blog-tags href=https://clente.github.io/hugo-bearcub/tags/emoji/>#emoji</a>
|
||||
<a class=blog-tags href=https://clente.github.io/hugo-bearcub/tags/html/>#html</a>
|
||||
<a class=blog-tags href=https://clente.github.io/hugo-bearcub/tags/markdown/>#markdown</a>
|
||||
<a class=blog-tags href=https://clente.github.io/hugo-bearcub/tags/privacy/>#privacy</a>
|
||||
<a class=blog-tags href=https://clente.github.io/hugo-bearcub/tags/shortcodes/>#shortcodes</a>
|
||||
<a class=blog-tags href=https://clente.github.io/hugo-bearcub/tags/text/>#text</a> </div></content></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>
|
1
blog/index.xml
Normal file
1
blog/index.xml
Normal file
@ -0,0 +1 @@
|
||||
<?xml version="1.0" encoding="utf-8" standalone="yes"?><rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom"><channel><title>Blog on Example Site</title><link>https://clente.github.io/hugo-bearcub/blog/</link><description>Recent content in Blog on Example Site</description><generator>Hugo -- gohugo.io</generator><language>en-US</language><copyright>John Doe (CC BY 4.0)</copyright><lastBuildDate>Mon, 11 Mar 2019 00:00:00 +0000</lastBuildDate><atom:link href="https://clente.github.io/hugo-bearcub/blog/index.xml" rel="self" type="application/rss+xml"/><item><title>Markdown Syntax Guide</title><link>https://clente.github.io/hugo-bearcub/blog/markdown-syntax/</link><pubDate>Mon, 11 Mar 2019 00:00:00 +0000</pubDate><guid>https://clente.github.io/hugo-bearcub/blog/markdown-syntax/</guid><description><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></description></item><item><title>Rich Content</title><link>https://clente.github.io/hugo-bearcub/blog/rich-content/</link><pubDate>Sun, 10 Mar 2019 00:00:00 +0000</pubDate><guid>https://clente.github.io/hugo-bearcub/blog/rich-content/</guid><description><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></description></item><item><title>Placeholder Text</title><link>https://clente.github.io/hugo-bearcub/blog/placeholder-text/</link><pubDate>Sat, 09 Mar 2019 00:00:00 +0000</pubDate><guid>https://clente.github.io/hugo-bearcub/blog/placeholder-text/</guid><description><p>Lorem est tota propiore conpellat pectoribus de pectora summo.</p></description></item><item><title>Math Typesetting</title><link>https://clente.github.io/hugo-bearcub/blog/math-typesetting/</link><pubDate>Fri, 08 Mar 2019 00:00:00 +0000</pubDate><guid>https://clente.github.io/hugo-bearcub/blog/math-typesetting/</guid><description><p>Mathematical notation in a Hugo project can be enabled by using third party JavaScript libraries.</p></description></item><item><title>Emoji Support</title><link>https://clente.github.io/hugo-bearcub/blog/emoji-support/</link><pubDate>Tue, 05 Mar 2019 00:00:00 +0000</pubDate><guid>https://clente.github.io/hugo-bearcub/blog/emoji-support/</guid><description><p>Emoji can be enabled in a Hugo project in a number of ways.</p></description></item></channel></rss>
|
38
blog/markdown-syntax/index.html
Normal file
38
blog/markdown-syntax/index.html
Normal file
@ -0,0 +1,38 @@
|
||||
<!doctype html><html lang=en-us><head><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=images/favicon.png><title>Markdown Syntax Guide | Example Site</title><meta name=title content="Markdown Syntax Guide"><meta name=description content="Sample article showcasing basic Markdown syntax and formatting for HTML elements."><meta name=keywords content="markdown,css,html,"><meta property="og:title" content="Markdown Syntax Guide"><meta property="og:description" content="Sample article showcasing basic Markdown syntax and formatting for HTML elements."><meta property="og:type" content="article"><meta property="og:url" content="https://clente.github.io/hugo-bearcub/blog/markdown-syntax/"><meta property="og:image" content="https://clente.github.io/images/share.png"><meta property="article:section" content="blog"><meta property="article:published_time" content="2019-03-11T00:00:00+00:00"><meta property="article:modified_time" content="2019-03-11T00:00:00+00:00"><meta property="og:site_name" content="Example Site"><meta name=twitter:card content="summary_large_image"><meta name=twitter:image content="https://clente.github.io/images/share.png"><meta name=twitter:title content="Markdown Syntax Guide"><meta name=twitter:description content="Sample article showcasing basic Markdown syntax and formatting for HTML elements."><meta itemprop=name content="Markdown Syntax Guide"><meta itemprop=description content="Sample article showcasing basic Markdown syntax and formatting for HTML elements."><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="450"><meta itemprop=image content="https://clente.github.io/images/share.png"><meta itemprop=keywords content="markdown,css,html,"><meta name=referrer content="no-referrer-when-downgrade"><link href=/hugo-bearcub/style.min.css rel=stylesheet><link href=/hugo-bearcub/syntax.min.css rel=stylesheet></head><body><header><a href=/hugo-bearcub class=title><h2>Example Site</h2></a><nav><a href=/hugo-bearcub/>Home</a>
|
||||
<a href=/hugo-bearcub/blog/>Blog</a>
|
||||
<a href='mailto:me@example.com?subject=Reply%20to%20"Markdown%20Syntax%20Guide"'>Email</a>
|
||||
<a href=/blog/index.xml>RSS</a>
|
||||
<a class=disabled href>Português 🇧🇷</a></nav></header><main><h1>Markdown Syntax Guide</h1><p><i><time datetime=2019-03-11 pubdate>2019-03-11</time></i></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><h1></code>—<code><h6></code> elements represent six levels of section headings. <code><h1></code> is the highest section level while <code><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’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’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><!doctype html></span>
|
||||
</span></span><span class=line><span class=ln> 2</span><span class=cl><span class=p><</span><span class=nt>html</span> <span class=na>lang</span><span class=o>=</span><span class=s>"en"</span><span class=p>></span>
|
||||
</span></span><span class=line><span class=ln> 3</span><span class=cl><span class=p><</span><span class=nt>head</span><span class=p>></span>
|
||||
</span></span><span class=line><span class=ln> 4</span><span class=cl> <span class=p><</span><span class=nt>meta</span> <span class=na>charset</span><span class=o>=</span><span class=s>"utf-8"</span><span class=p>></span>
|
||||
</span></span><span class=line><span class=ln> 5</span><span class=cl> <span class=p><</span><span class=nt>title</span><span class=p>></span>Example HTML5 Document<span class=p></</span><span class=nt>title</span><span class=p>></span>
|
||||
</span></span><span class=line><span class=ln> 6</span><span class=cl><span class=p></</span><span class=nt>head</span><span class=p>></span>
|
||||
</span></span><span class=line><span class=ln> 7</span><span class=cl><span class=p><</span><span class=nt>body</span><span class=p>></span>
|
||||
</span></span><span class=line><span class=ln> 8</span><span class=cl> <span class=p><</span><span class=nt>p</span><span class=p>></span>Test<span class=p></</span><span class=nt>p</span><span class=p>></span>
|
||||
</span></span><span class=line><span class=ln> 9</span><span class=cl><span class=p></</span><span class=nt>body</span><span class=p>></span>
|
||||
</span></span><span class=line><span class=ln>10</span><span class=cl><span class=p></</span><span class=nt>html</span><span class=p>></span>
|
||||
</span></span></code></pre></div><h4 id=code-block-indented-with-four-spaces>Code block indented with four spaces</h4><pre><code><!doctype html>
|
||||
<html lang="en">
|
||||
<head>
|
||||
<meta charset="utf-8">
|
||||
<title>Example HTML5 Document</title>
|
||||
</head>
|
||||
<body>
|
||||
<p>Test</p>
|
||||
</body>
|
||||
</html>
|
||||
</code></pre><h4 id=code-block-with-hugos-internal-highlight-shortcode>Code block with Hugo’s internal highlight shortcode</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><!doctype html></span>
|
||||
</span></span><span class=line><span class=ln> 2</span><span class=cl><span class=p><</span><span class=nt>html</span> <span class=na>lang</span><span class=o>=</span><span class=s>"en"</span><span class=p>></span>
|
||||
</span></span><span class=line><span class=ln> 3</span><span class=cl><span class=p><</span><span class=nt>head</span><span class=p>></span>
|
||||
</span></span><span class=line><span class=ln> 4</span><span class=cl> <span class=p><</span><span class=nt>meta</span> <span class=na>charset</span><span class=o>=</span><span class=s>"utf-8"</span><span class=p>></span>
|
||||
</span></span><span class=line><span class=ln> 5</span><span class=cl> <span class=p><</span><span class=nt>title</span><span class=p>></span>Example HTML5 Document<span class=p></</span><span class=nt>title</span><span class=p>></span>
|
||||
</span></span><span class=line><span class=ln> 6</span><span class=cl><span class=p></</span><span class=nt>head</span><span class=p>></span>
|
||||
</span></span><span class=line><span class=ln> 7</span><span class=cl><span class=p><</span><span class=nt>body</span><span class=p>></span>
|
||||
</span></span><span class=line><span class=ln> 8</span><span class=cl> <span class=p><</span><span class=nt>p</span><span class=p>></span>Test<span class=p></</span><span class=nt>p</span><span class=p>></span>
|
||||
</span></span><span class=line><span class=ln> 9</span><span class=cl><span class=p></</span><span class=nt>body</span><span class=p>></span>
|
||||
</span></span><span class=line><span class=ln>10</span><span class=cl><span class=p></</span><span class=nt>html</span><span class=p>></span></span></span></code></pre></div><h2 id=list-types>List Types</h2><h4 id=ordered-list>Ordered List</h4><ol><li>First item</li><li>Second item</li><li>Third item</li></ol><h4 id=unordered-list>Unordered List</h4><ul><li>List item</li><li>Another item</li><li>And another item</li></ul><h4 id=nested-list>Nested list</h4><ul><li>Fruit<ul><li>Apple</li><li>Orange</li><li>Banana</li></ul></li><li>Dairy<ul><li>Milk</li><li>Cheese</li></ul></li></ul><h2 id=other-elements--abbr-sub-sup-kbd-mark>Other Elements — abbr, sub, sup, kbd, mark</h2><p>GIF is a bitmap image format.</p><p>H2O</p><p>Xn + Yn = Zn</p><p>Press CTRL+ALT+Delete to end the session.</p><p>Most salamanders are nocturnal, and hunt for insects, worms, and other small creatures.</p><div class=footnotes role=doc-endnotes><hr><ol><li id=fn:1><p>The above quote is excerpted from Rob Pike’s <a href="https://www.youtube.com/watch?v=PAAkCSZUG1c">talk</a> during Gopherfest, November 18, 2015. <a href=#fnref:1 class=footnote-backref role=doc-backlink>↩︎</a></p></li></ol></div></content><p><a class=blog-tags href=https://clente.github.io/hugo-bearcub/tags/markdown/>#markdown</a>
|
||||
<a class=blog-tags href=https://clente.github.io/hugo-bearcub/tags/css/>#css</a>
|
||||
<a class=blog-tags href=https://clente.github.io/hugo-bearcub/tags/html/>#html</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>
|
11
blog/math-typesetting/index.html
Normal file
11
blog/math-typesetting/index.html
Normal file
@ -0,0 +1,11 @@
|
||||
<!doctype html><html lang=en-us><head><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=images/favicon.png><title>Math Typesetting | Example Site</title><meta name=title content="Math Typesetting"><meta name=description content="A brief guide to setup KaTeX"><meta name=keywords content><meta property="og:title" content="Math Typesetting"><meta property="og:description" content="A brief guide to setup KaTeX"><meta property="og:type" content="article"><meta property="og:url" content="https://clente.github.io/hugo-bearcub/blog/math-typesetting/"><meta property="og:image" content="https://clente.github.io/images/share.png"><meta property="article:section" content="blog"><meta property="article:published_time" content="2019-03-08T00:00:00+00:00"><meta property="article:modified_time" content="2019-03-08T00:00:00+00:00"><meta property="og:site_name" content="Example Site"><meta name=twitter:card content="summary_large_image"><meta name=twitter:image content="https://clente.github.io/images/share.png"><meta name=twitter:title content="Math Typesetting"><meta name=twitter:description content="A brief guide to setup KaTeX"><meta itemprop=name content="Math Typesetting"><meta itemprop=description content="A brief guide to setup KaTeX"><meta itemprop=datePublished content="2019-03-08T00:00:00+00:00"><meta itemprop=dateModified content="2019-03-08T00:00:00+00:00"><meta itemprop=wordCount content="114"><meta itemprop=image content="https://clente.github.io/images/share.png"><meta itemprop=keywords content><meta name=referrer content="no-referrer-when-downgrade"><link href=/hugo-bearcub/style.min.css rel=stylesheet><link href=/hugo-bearcub/syntax.min.css rel=stylesheet></head><body><header><a href=/hugo-bearcub class=title><h2>Example Site</h2></a><nav><a href=/hugo-bearcub/>Home</a>
|
||||
<a href=/hugo-bearcub/blog/>Blog</a>
|
||||
<a href='mailto:me@example.com?subject=Reply%20to%20"Math%20Typesetting"'>Email</a>
|
||||
<a href=/blog/index.xml>RSS</a>
|
||||
<a class=disabled href>Português 🇧🇷</a></nav></header><main><h1>Math Typesetting</h1><p><i><time datetime=2019-03-08 pubdate>2019-03-08</time></i></p><content><p>Mathematical notation in a Hugo project can be enabled by using third party JavaScript libraries.</p><p>In this example we will be using <a href=https://katex.org/>KaTeX</a></p><ul><li>Create a partial under <code>/layouts/partials/math.html</code></li><li>Within this partial reference the <a href=https://katex.org/docs/autorender.html>Auto-render Extension</a> or host these scripts locally.</li><li>Include the partial in your templates like so:</li></ul><div class=highlight><pre tabindex=0 class=chroma><code class=language-bash data-lang=bash><span class=line><span class=ln>1</span><span class=cl><span class=o>{{</span> <span class=k>if</span> or .Params.math .Site.Params.math <span class=o>}}</span>
|
||||
</span></span><span class=line><span class=ln>2</span><span class=cl><span class=o>{{</span> partial <span class=s2>"math.html"</span> . <span class=o>}}</span>
|
||||
</span></span><span class=line><span class=ln>3</span><span class=cl><span class=o>{{</span> end <span class=o>}}</span>
|
||||
</span></span></code></pre></div><ul><li>To enable KaTex globally set the parameter <code>math</code> to <code>true</code> in a project’s configuration</li><li>To enable KaTex on a per page basis include the parameter <code>math: true</code> in content files</li></ul><p><strong>Note:</strong> Use the online reference of <a href=https://katex.org/docs/supported.html>Supported TeX Functions</a></p><h3 id=examples>Examples</h3><p>Block math:
|
||||
$$
|
||||
\varphi = 1+\frac{1} {1+\frac{1} {1+\frac{1} {1+\cdots} } }
|
||||
$$</p></content><p></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>
|
1
blog/migrate-from-jekyl/index.html
Normal file
1
blog/migrate-from-jekyl/index.html
Normal file
@ -0,0 +1 @@
|
||||
<!doctype html><html lang=en-us><head><title>https://clente.github.io/hugo-bearcub/blog/markdown-syntax/</title><link rel=canonical href=https://clente.github.io/hugo-bearcub/blog/markdown-syntax/><meta name=robots content="noindex"><meta charset=utf-8><meta http-equiv=refresh content="0; url=https://clente.github.io/hugo-bearcub/blog/markdown-syntax/"></head></html>
|
6
blog/placeholder-text/index.html
Normal file
6
blog/placeholder-text/index.html
Normal file
@ -0,0 +1,6 @@
|
||||
<!doctype html><html lang=en-us><head><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=images/favicon.png><title>Placeholder Text | Example Site</title><meta name=title content="Placeholder Text"><meta name=description content="Lorem Ipsum Dolor Si Amet"><meta name=keywords content="markdown,text,"><meta property="og:title" content="Placeholder Text"><meta property="og:description" content="Lorem Ipsum Dolor Si Amet"><meta property="og:type" content="article"><meta property="og:url" content="https://clente.github.io/hugo-bearcub/blog/placeholder-text/"><meta property="og:image" content="https://clente.github.io/images/share.png"><meta property="article:section" content="blog"><meta property="article:published_time" content="2019-03-09T00:00:00+00:00"><meta property="article:modified_time" content="2019-03-09T00:00:00+00:00"><meta property="og:site_name" content="Example Site"><meta name=twitter:card content="summary_large_image"><meta name=twitter:image content="https://clente.github.io/images/share.png"><meta name=twitter:title content="Placeholder Text"><meta name=twitter:description content="Lorem Ipsum Dolor Si Amet"><meta itemprop=name content="Placeholder Text"><meta itemprop=description content="Lorem Ipsum Dolor Si Amet"><meta itemprop=datePublished content="2019-03-09T00:00:00+00:00"><meta itemprop=dateModified content="2019-03-09T00:00:00+00:00"><meta itemprop=wordCount content="269"><meta itemprop=image content="https://clente.github.io/images/share.png"><meta itemprop=keywords content="markdown,text,"><meta name=referrer content="no-referrer-when-downgrade"><link href=/hugo-bearcub/style.min.css rel=stylesheet><link href=/hugo-bearcub/syntax.min.css rel=stylesheet></head><body><header><a href=/hugo-bearcub class=title><h2>Example Site</h2></a><nav><a href=/hugo-bearcub/>Home</a>
|
||||
<a href=/hugo-bearcub/blog/>Blog</a>
|
||||
<a href='mailto:me@example.com?subject=Reply%20to%20"Placeholder%20Text"'>Email</a>
|
||||
<a href=/blog/index.xml>RSS</a>
|
||||
<a class=disabled href>Português 🇧🇷</a></nav></header><main><h1>Placeholder Text</h1><p><i><time datetime=2019-03-09 pubdate>2019-03-09</time></i></p><content><p>Lorem est tota propiore conpellat pectoribus de pectora summo.</p><p>Redit teque digerit hominumque toris verebor lumina non cervice subde tollit usus habet Arctonque, furores quas nec ferunt. Quoque montibus nunc caluere tempus inhospita parcite confusaque translucet patri vestro qui optatis lumine cognoscere flos nubis! Fronde ipsamque patulos Dryopen deorum.</p><ol><li>Exierant elisi ambit vivere dedere</li><li>Duce pollice</li><li>Eris modo</li><li>Spargitque ferrea quos palude</li></ol><p>Rursus nulli murmur; hastile inridet ut ab gravi sententia! Nomine potitus silentia flumen, sustinet placuit petis in dilapsa erat sunt. Atria tractus malis.</p><ol><li>Comas hunc haec pietate fetum procerum dixit</li><li>Post torum vates letum Tiresia</li><li>Flumen querellas</li><li>Arcanaque montibus omnes</li><li>Quidem et</li></ol><h1 id=vagus-elidunt>Vagus elidunt</h1><p></p><p><a href=https://en.wikipedia.org/wiki/Canons_of_page_construction#Van_de_Graaf_canon>The Van de Graaf Canon</a></p><h2 id=mane-refeci-capiebant-unda-mulcebat>Mane refeci capiebant unda mulcebat</h2><p>Victa caducifer, malo vulnere contra dicere aurato, ludit regale, voca! Retorsit colit est profanae esse virescere furit nec; iaculi matertera et visa est, viribus. Divesque creatis, tecta novat collumque vulnus est, parvas. <strong>Faces illo pepulere</strong> tempus adest. Tendit flamma, ab opes virum sustinet, sidus sequendo urbis.</p><p>Iubar proles corpore raptos vero auctor imperium; sed et huic: manus caeli Lelegas tu lux. Verbis obstitit intus oblectamina fixis linguisque ausus sperare Echionides cornuaque tenent clausit possit. Omnia putatur. Praeteritae refert ausus; ferebant e primus lora nutat, vici quae mea ipse. Et iter nil spectatae vulnus haerentia iuste et exercebat, sui et.</p><p>Eurytus Hector, materna ipsumque ut Politen, nec, nate, ignari, vernum cohaesit sequitur. Vel <strong>mitis temploque</strong> vocatus, inque alis, <em>oculos nomen</em> non silvis corpore coniunx ne displicet illa. Crescunt non unus, vidit visa quantum inmiti flumina mortis facto sic: undique a alios vincula sunt iactata abdita! Suspenderat ego fuit tendit: luna, ante urbem Propoetides <strong>parte</strong>.</p></content><p><a class=blog-tags href=https://clente.github.io/hugo-bearcub/tags/markdown/>#markdown</a>
|
||||
<a class=blog-tags href=https://clente.github.io/hugo-bearcub/tags/text/>#text</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>
|
6
blog/rich-content/index.html
Normal file
6
blog/rich-content/index.html
Normal file
@ -0,0 +1,6 @@
|
||||
<!doctype html><html lang=en-us><head><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=images/favicon.png><title>Rich Content | Example Site</title><meta name=title content="Rich Content"><meta name=description content="A brief description of Hugo Shortcodes"><meta name=keywords content="shortcodes,privacy,"><meta property="og:title" content="Rich Content"><meta property="og:description" content="A brief description of Hugo Shortcodes"><meta property="og:type" content="article"><meta property="og:url" content="https://clente.github.io/hugo-bearcub/blog/rich-content/"><meta property="og:image" content="https://clente.github.io/images/share.png"><meta property="article:section" content="blog"><meta property="article:published_time" content="2019-03-10T00:00:00+00:00"><meta property="article:modified_time" content="2019-03-10T00:00:00+00:00"><meta property="og:site_name" content="Example Site"><meta name=twitter:card content="summary_large_image"><meta name=twitter:image content="https://clente.github.io/images/share.png"><meta name=twitter:title content="Rich Content"><meta name=twitter:description content="A brief description of Hugo Shortcodes"><meta itemprop=name content="Rich Content"><meta itemprop=description content="A brief description of Hugo Shortcodes"><meta itemprop=datePublished content="2019-03-10T00:00:00+00:00"><meta itemprop=dateModified content="2019-03-10T00:00:00+00:00"><meta itemprop=wordCount content="74"><meta itemprop=image content="https://clente.github.io/images/share.png"><meta itemprop=keywords content="shortcodes,privacy,"><meta name=referrer content="no-referrer-when-downgrade"><link href=/hugo-bearcub/style.min.css rel=stylesheet><link href=/hugo-bearcub/syntax.min.css rel=stylesheet></head><body><header><a href=/hugo-bearcub class=title><h2>Example Site</h2></a><nav><a href=/hugo-bearcub/>Home</a>
|
||||
<a href=/hugo-bearcub/blog/>Blog</a>
|
||||
<a href='mailto:me@example.com?subject=Reply%20to%20"Rich%20Content"'>Email</a>
|
||||
<a href=/blog/index.xml>RSS</a>
|
||||
<a class=disabled href>Português 🇧🇷</a></nav></header><main><h1>Rich Content</h1><p><i><time datetime=2019-03-10 pubdate>2019-03-10</time></i></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 src=https://www.youtube.com/embed/ZJthWmvUzzc style=position:absolute;top:0;left:0;width:100%;height:100%;border:0 allowfullscreen 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>— 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" xmlns="http://www.w3.org/2000/svg" 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=https://clente.github.io/hugo-bearcub/tags/shortcodes/>#shortcodes</a>
|
||||
<a class=blog-tags href=https://clente.github.io/hugo-bearcub/tags/privacy/>#privacy</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>
|
7
categories/index.html
Normal file
7
categories/index.html
Normal file
@ -0,0 +1,7 @@
|
||||
<!doctype html><html lang=en-us><head><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=images/favicon.png><title>Categories | Example Site</title><meta name=title content="Categories"><meta name=description content="Bear Cub Demo"><meta name=keywords content="syntax,themes,css,emoji,html,markdown,privacy,shortcodes,text,"><meta property="og:title" content="Categories"><meta property="og:description" content="Bear Cub Demo"><meta property="og:type" content="website"><meta property="og:url" content="https://clente.github.io/hugo-bearcub/categories/"><meta property="og:image" content="https://clente.github.io/images/share.png"><meta property="og:site_name" content="Example Site"><meta name=twitter:card content="summary_large_image"><meta name=twitter:image content="https://clente.github.io/images/share.png"><meta name=twitter:title content="Categories"><meta name=twitter:description content="Bear Cub Demo"><meta itemprop=name content="Categories"><meta itemprop=description content="Bear Cub Demo"><meta name=referrer content="no-referrer-when-downgrade"><link href=/hugo-bearcub/style.min.css rel=stylesheet><link href=/hugo-bearcub/syntax.min.css rel=stylesheet><link rel=alternate type=application/rss+xml href=https://clente.github.io/hugo-bearcub/categories/index.xml title="Example Site"></head><body><header><a href=/hugo-bearcub class=title><h2>Example Site</h2></a><nav><a href=/hugo-bearcub/>Home</a>
|
||||
<a href=/hugo-bearcub/blog/>Blog</a>
|
||||
<a href='mailto:me@example.com?subject=Reply%20to%20"Categories"'>Email</a>
|
||||
<a href=/blog/index.xml>RSS</a>
|
||||
<a href=https://clente.github.io/hugo-bearcub/pt/categories/>Português 🇧🇷</a></nav></header><main><content><h3 class=blog-filter>Filtering for "Categories"</h3><ul class=blog-posts><li><span><i><time datetime=2019-03-11 pubdate>2019-03-11</time></i></span>
|
||||
<a href=https://clente.github.io/hugo-bearcub/categories/syntax/>syntax</a></li><li><span><i><time datetime=2019-03-11 pubdate>2019-03-11</time></i></span>
|
||||
<a href=https://clente.github.io/hugo-bearcub/categories/themes/>themes</a></li></ul></content></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>
|
1
categories/index.xml
Normal file
1
categories/index.xml
Normal file
@ -0,0 +1 @@
|
||||
<?xml version="1.0" encoding="utf-8" standalone="yes"?><rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom"><channel><title>Categories on Example Site</title><link>https://clente.github.io/hugo-bearcub/categories/</link><description>Recent content in Categories on Example Site</description><generator>Hugo -- gohugo.io</generator><language>en-US</language><copyright>John Doe (CC BY 4.0)</copyright><lastBuildDate>Mon, 11 Mar 2019 00:00:00 +0000</lastBuildDate><atom:link href="https://clente.github.io/hugo-bearcub/categories/index.xml" rel="self" type="application/rss+xml"/><item><title>syntax</title><link>https://clente.github.io/hugo-bearcub/categories/syntax/</link><pubDate>Mon, 11 Mar 2019 00:00:00 +0000</pubDate><guid>https://clente.github.io/hugo-bearcub/categories/syntax/</guid><description/></item><item><title>themes</title><link>https://clente.github.io/hugo-bearcub/categories/themes/</link><pubDate>Mon, 11 Mar 2019 00:00:00 +0000</pubDate><guid>https://clente.github.io/hugo-bearcub/categories/themes/</guid><description/></item></channel></rss>
|
6
categories/syntax/index.html
Normal file
6
categories/syntax/index.html
Normal file
@ -0,0 +1,6 @@
|
||||
<!doctype html><html lang=en-us><head><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=images/favicon.png><title>syntax | Example Site</title><meta name=title content="syntax"><meta name=description content="Bear Cub Demo"><meta name=keywords content="syntax,themes,css,emoji,html,markdown,privacy,shortcodes,text,"><meta property="og:title" content="syntax"><meta property="og:description" content="Bear Cub Demo"><meta property="og:type" content="website"><meta property="og:url" content="https://clente.github.io/hugo-bearcub/categories/syntax/"><meta property="og:image" content="https://clente.github.io/images/share.png"><meta property="og:site_name" content="Example Site"><meta name=twitter:card content="summary_large_image"><meta name=twitter:image content="https://clente.github.io/images/share.png"><meta name=twitter:title content="syntax"><meta name=twitter:description content="Bear Cub Demo"><meta itemprop=name content="syntax"><meta itemprop=description content="Bear Cub Demo"><meta name=referrer content="no-referrer-when-downgrade"><link href=/hugo-bearcub/style.min.css rel=stylesheet><link href=/hugo-bearcub/syntax.min.css rel=stylesheet><link rel=alternate type=application/rss+xml href=https://clente.github.io/hugo-bearcub/categories/syntax/index.xml title="Example Site"></head><body><header><a href=/hugo-bearcub class=title><h2>Example Site</h2></a><nav><a href=/hugo-bearcub/>Home</a>
|
||||
<a href=/hugo-bearcub/blog/>Blog</a>
|
||||
<a href='mailto:me@example.com?subject=Reply%20to%20"syntax"'>Email</a>
|
||||
<a href=/blog/index.xml>RSS</a>
|
||||
<a class=disabled href>Português 🇧🇷</a></nav></header><main><content><h3 class=blog-filter>Filtering for "syntax"</h3><ul class=blog-posts><li><span><i><time datetime=2019-03-11 pubdate>2019-03-11</time></i></span>
|
||||
<a href=https://clente.github.io/hugo-bearcub/blog/markdown-syntax/>Markdown Syntax Guide</a></li></ul></content></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>
|
1
categories/syntax/index.xml
Normal file
1
categories/syntax/index.xml
Normal file
@ -0,0 +1 @@
|
||||
<?xml version="1.0" encoding="utf-8" standalone="yes"?><rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom"><channel><title>syntax on Example Site</title><link>https://clente.github.io/hugo-bearcub/categories/syntax/</link><description>Recent content in syntax on Example Site</description><generator>Hugo -- gohugo.io</generator><language>en-US</language><copyright>John Doe (CC BY 4.0)</copyright><lastBuildDate>Mon, 11 Mar 2019 00:00:00 +0000</lastBuildDate><atom:link href="https://clente.github.io/hugo-bearcub/categories/syntax/index.xml" rel="self" type="application/rss+xml"/><item><title>Markdown Syntax Guide</title><link>https://clente.github.io/hugo-bearcub/blog/markdown-syntax/</link><pubDate>Mon, 11 Mar 2019 00:00:00 +0000</pubDate><guid>https://clente.github.io/hugo-bearcub/blog/markdown-syntax/</guid><description><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></description></item></channel></rss>
|
6
categories/themes/index.html
Normal file
6
categories/themes/index.html
Normal file
@ -0,0 +1,6 @@
|
||||
<!doctype html><html lang=en-us><head><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=images/favicon.png><title>themes | Example Site</title><meta name=title content="themes"><meta name=description content="Bear Cub Demo"><meta name=keywords content="syntax,themes,css,emoji,html,markdown,privacy,shortcodes,text,"><meta property="og:title" content="themes"><meta property="og:description" content="Bear Cub Demo"><meta property="og:type" content="website"><meta property="og:url" content="https://clente.github.io/hugo-bearcub/categories/themes/"><meta property="og:image" content="https://clente.github.io/images/share.png"><meta property="og:site_name" content="Example Site"><meta name=twitter:card content="summary_large_image"><meta name=twitter:image content="https://clente.github.io/images/share.png"><meta name=twitter:title content="themes"><meta name=twitter:description content="Bear Cub Demo"><meta itemprop=name content="themes"><meta itemprop=description content="Bear Cub Demo"><meta name=referrer content="no-referrer-when-downgrade"><link href=/hugo-bearcub/style.min.css rel=stylesheet><link href=/hugo-bearcub/syntax.min.css rel=stylesheet><link rel=alternate type=application/rss+xml href=https://clente.github.io/hugo-bearcub/categories/themes/index.xml title="Example Site"></head><body><header><a href=/hugo-bearcub class=title><h2>Example Site</h2></a><nav><a href=/hugo-bearcub/>Home</a>
|
||||
<a href=/hugo-bearcub/blog/>Blog</a>
|
||||
<a href='mailto:me@example.com?subject=Reply%20to%20"themes"'>Email</a>
|
||||
<a href=/blog/index.xml>RSS</a>
|
||||
<a class=disabled href>Português 🇧🇷</a></nav></header><main><content><h3 class=blog-filter>Filtering for "themes"</h3><ul class=blog-posts><li><span><i><time datetime=2019-03-11 pubdate>2019-03-11</time></i></span>
|
||||
<a href=https://clente.github.io/hugo-bearcub/blog/markdown-syntax/>Markdown Syntax Guide</a></li></ul></content></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>
|
1
categories/themes/index.xml
Normal file
1
categories/themes/index.xml
Normal file
@ -0,0 +1 @@
|
||||
<?xml version="1.0" encoding="utf-8" standalone="yes"?><rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom"><channel><title>themes on Example Site</title><link>https://clente.github.io/hugo-bearcub/categories/themes/</link><description>Recent content in themes on Example Site</description><generator>Hugo -- gohugo.io</generator><language>en-US</language><copyright>John Doe (CC BY 4.0)</copyright><lastBuildDate>Mon, 11 Mar 2019 00:00:00 +0000</lastBuildDate><atom:link href="https://clente.github.io/hugo-bearcub/categories/themes/index.xml" rel="self" type="application/rss+xml"/><item><title>Markdown Syntax Guide</title><link>https://clente.github.io/hugo-bearcub/blog/markdown-syntax/</link><pubDate>Mon, 11 Mar 2019 00:00:00 +0000</pubDate><guid>https://clente.github.io/hugo-bearcub/blog/markdown-syntax/</guid><description><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></description></item></channel></rss>
|
1
en/index.html
Normal file
1
en/index.html
Normal file
@ -0,0 +1 @@
|
||||
<!doctype html><html lang=en-us><head><title>https://clente.github.io/hugo-bearcub/</title><link rel=canonical href=https://clente.github.io/hugo-bearcub/><meta name=robots content="noindex"><meta charset=utf-8><meta http-equiv=refresh content="0; url=https://clente.github.io/hugo-bearcub/"></head></html>
|
1
en/sitemap.xml
Normal file
1
en/sitemap.xml
Normal file
@ -0,0 +1 @@
|
||||
<?xml version="1.0" encoding="utf-8" standalone="yes"?><urlset xmlns="http://www.sitemaps.org/schemas/sitemap/0.9" xmlns:xhtml="http://www.w3.org/1999/xhtml"><url><loc>https://clente.github.io/hugo-bearcub/</loc><lastmod>2019-03-11T00:00:00+00:00</lastmod><xhtml:link rel="alternate" hreflang="pt" href="https://clente.github.io/hugo-bearcub/pt/"/><xhtml:link rel="alternate" hreflang="en" href="https://clente.github.io/hugo-bearcub/"/></url><url><loc>https://clente.github.io/hugo-bearcub/blog/</loc><lastmod>2019-03-11T00:00:00+00:00</lastmod><xhtml:link rel="alternate" hreflang="pt" href="https://clente.github.io/hugo-bearcub/pt/blog/"/><xhtml:link rel="alternate" hreflang="en" href="https://clente.github.io/hugo-bearcub/blog/"/></url><url><loc>https://clente.github.io/hugo-bearcub/categories/</loc><lastmod>2019-03-11T00:00:00+00:00</lastmod><xhtml:link rel="alternate" hreflang="pt" href="https://clente.github.io/hugo-bearcub/pt/categories/"/><xhtml:link rel="alternate" hreflang="en" href="https://clente.github.io/hugo-bearcub/categories/"/></url><url><loc>https://clente.github.io/hugo-bearcub/tags/css/</loc><lastmod>2019-03-11T00:00:00+00:00</lastmod></url><url><loc>https://clente.github.io/hugo-bearcub/tags/html/</loc><lastmod>2019-03-11T00:00:00+00:00</lastmod></url><url><loc>https://clente.github.io/hugo-bearcub/tags/markdown/</loc><lastmod>2019-03-11T00:00:00+00:00</lastmod></url><url><loc>https://clente.github.io/hugo-bearcub/blog/markdown-syntax/</loc><lastmod>2019-03-11T00:00:00+00:00</lastmod></url><url><loc>https://clente.github.io/hugo-bearcub/categories/syntax/</loc><lastmod>2019-03-11T00:00:00+00:00</lastmod></url><url><loc>https://clente.github.io/hugo-bearcub/tags/</loc><lastmod>2019-03-11T00:00:00+00:00</lastmod><xhtml:link rel="alternate" hreflang="pt" href="https://clente.github.io/hugo-bearcub/pt/tags/"/><xhtml:link rel="alternate" hreflang="en" href="https://clente.github.io/hugo-bearcub/tags/"/></url><url><loc>https://clente.github.io/hugo-bearcub/categories/themes/</loc><lastmod>2019-03-11T00:00:00+00:00</lastmod></url><url><loc>https://clente.github.io/hugo-bearcub/tags/privacy/</loc><lastmod>2019-03-10T00:00:00+00:00</lastmod></url><url><loc>https://clente.github.io/hugo-bearcub/blog/rich-content/</loc><lastmod>2019-03-10T00:00:00+00:00</lastmod></url><url><loc>https://clente.github.io/hugo-bearcub/tags/shortcodes/</loc><lastmod>2019-03-10T00:00:00+00:00</lastmod></url><url><loc>https://clente.github.io/hugo-bearcub/blog/placeholder-text/</loc><lastmod>2019-03-09T00:00:00+00:00</lastmod></url><url><loc>https://clente.github.io/hugo-bearcub/tags/text/</loc><lastmod>2019-03-09T00:00:00+00:00</lastmod></url><url><loc>https://clente.github.io/hugo-bearcub/blog/math-typesetting/</loc><lastmod>2019-03-08T00:00:00+00:00</lastmod></url><url><loc>https://clente.github.io/hugo-bearcub/tags/emoji/</loc><lastmod>2019-03-05T00:00:00+00:00</lastmod></url><url><loc>https://clente.github.io/hugo-bearcub/blog/emoji-support/</loc><lastmod>2019-03-05T00:00:00+00:00</lastmod></url></urlset>
|
BIN
favicon.ico
Normal file
BIN
favicon.ico
Normal file
Binary file not shown.
After Width: | Height: | Size: 15 KiB |
BIN
images/favicon.png
Normal file
BIN
images/favicon.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 1.3 KiB |
BIN
images/share.png
Normal file
BIN
images/share.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 25 KiB |
18
index.html
Normal file
18
index.html
Normal file
@ -0,0 +1,18 @@
|
||||
<!doctype html><html lang=en-us><head><meta name=generator content="Hugo 0.110.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=images/favicon.png><title>Home | Example Site</title><meta name=title content="Home"><meta name=description content="Bear Cub Demo"><meta name=keywords content="syntax,themes,css,emoji,html,markdown,privacy,shortcodes,text,"><meta property="og:title" content="Home"><meta property="og:description" content="Bear Cub Demo"><meta property="og:type" content="website"><meta property="og:url" content="https://clente.github.io/hugo-bearcub/"><meta property="og:image" content="https://clente.github.io/images/share.png"><meta property="og:site_name" content="Example Site"><meta name=twitter:card content="summary_large_image"><meta name=twitter:image content="https://clente.github.io/images/share.png"><meta name=twitter:title content="Home"><meta name=twitter:description content="Bear Cub Demo"><meta itemprop=name content="Home"><meta itemprop=description content="Bear Cub Demo"><meta name=referrer content="no-referrer-when-downgrade"><link href=/hugo-bearcub/style.min.css rel=stylesheet><link href=/hugo-bearcub/syntax.min.css rel=stylesheet><link rel=alternate type=application/rss+xml href=https://clente.github.io/hugo-bearcub/index.xml title="Example Site"></head><body><header><a href=/hugo-bearcub class=title><h2>Example Site</h2></a><nav><a href=/hugo-bearcub/>Home</a>
|
||||
<a href=/hugo-bearcub/blog/>Blog</a>
|
||||
<a href='mailto:me@example.com?subject=Reply%20to%20"Home"'>Email</a>
|
||||
<a href=/blog/index.xml>RSS</a>
|
||||
<a href=https://clente.github.io/hugo-bearcub/pt/>Português 🇧🇷</a></nav></header><main><h1 id=say-hello-to-bear-cub>Say hello to Bear Cub!</h1><p>Today’s 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.</p><blockquote><p>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.</p><p>— <a href=https://512kb.club/>Kev Quirk</a></p></blockquote><p>Let’s change this one website at a time! <strong>Bear Cub</strong> is a
|
||||
<a href=https://gohugo.io/>Hugo</a> theme based on <a href=https://github.com/janraasch/hugo-bearblog/>Hugo
|
||||
Bear</a> that takes care of speed and
|
||||
optimization, so you can focus on writing good content.</p><p>It is free, <strong>multilingual</strong>, optimized for search engines, no-nonsense,
|
||||
responsive, light, and fast. Really fast.</p><p>Additionally, when compared to its predecessor, Bear Cub was made with
|
||||
<a href="https://themarkup.org/blacklight?url=lente.dev">privacy</a>,
|
||||
<a href=https://observatory.mozilla.org/analyze/lente.dev>security</a> and
|
||||
<a href="https://pagespeed.web.dev/report?url=https%3A%2F%2Flente.dev%2F">accessibility</a>
|
||||
in mind. For more details on how to ensure your website keeps following these
|
||||
guidelines, <a href=https://lente.dev/en/posts/stone-websites/>check out my blog</a>.</p><p>Made with 💟 by <a href=https://lente.dev/en>Caio lente</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>
|
1
index.xml
Normal file
1
index.xml
Normal file
@ -0,0 +1 @@
|
||||
<?xml version="1.0" encoding="utf-8" standalone="yes"?><rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom"><channel><title>Home on Example Site</title><link>https://clente.github.io/hugo-bearcub/</link><description>Recent content in Home on Example Site</description><generator>Hugo -- gohugo.io</generator><language>en-US</language><copyright>John Doe (CC BY 4.0)</copyright><lastBuildDate>Mon, 11 Mar 2019 00:00:00 +0000</lastBuildDate><atom:link href="https://clente.github.io/hugo-bearcub/index.xml" rel="self" type="application/rss+xml"/><item><title>Markdown Syntax Guide</title><link>https://clente.github.io/hugo-bearcub/blog/markdown-syntax/</link><pubDate>Mon, 11 Mar 2019 00:00:00 +0000</pubDate><guid>https://clente.github.io/hugo-bearcub/blog/markdown-syntax/</guid><description><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></description></item><item><title>Rich Content</title><link>https://clente.github.io/hugo-bearcub/blog/rich-content/</link><pubDate>Sun, 10 Mar 2019 00:00:00 +0000</pubDate><guid>https://clente.github.io/hugo-bearcub/blog/rich-content/</guid><description><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></description></item><item><title>Placeholder Text</title><link>https://clente.github.io/hugo-bearcub/blog/placeholder-text/</link><pubDate>Sat, 09 Mar 2019 00:00:00 +0000</pubDate><guid>https://clente.github.io/hugo-bearcub/blog/placeholder-text/</guid><description><p>Lorem est tota propiore conpellat pectoribus de pectora summo.</p></description></item><item><title>Math Typesetting</title><link>https://clente.github.io/hugo-bearcub/blog/math-typesetting/</link><pubDate>Fri, 08 Mar 2019 00:00:00 +0000</pubDate><guid>https://clente.github.io/hugo-bearcub/blog/math-typesetting/</guid><description><p>Mathematical notation in a Hugo project can be enabled by using third party JavaScript libraries.</p></description></item><item><title>Emoji Support</title><link>https://clente.github.io/hugo-bearcub/blog/emoji-support/</link><pubDate>Tue, 05 Mar 2019 00:00:00 +0000</pubDate><guid>https://clente.github.io/hugo-bearcub/blog/emoji-support/</guid><description><p>Emoji can be enabled in a Hugo project in a number of ways.</p></description></item></channel></rss>
|
5
pt/404.html
Normal file
5
pt/404.html
Normal file
@ -0,0 +1,5 @@
|
||||
<!doctype html><html lang=pt-br><head><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=images/favicon.png><title>404</title><meta name=title content="404 Page not found"><meta name=description content="Bear Cub Demo"><meta name=keywords content><meta property="og:title" content="404 Page not found"><meta property="og:description" content="Bear Cub Demo"><meta property="og:type" content="website"><meta property="og:url" content="https://clente.github.io/hugo-bearcub/pt/404.html"><meta property="og:image" content="https://clente.github.io/images/share.png"><meta property="og:site_name" content="Site Exemplo"><meta name=twitter:card content="summary_large_image"><meta name=twitter:image content="https://clente.github.io/images/share.png"><meta name=twitter:title content="404 Page not found"><meta name=twitter:description content="Bear Cub Demo"><meta itemprop=name content="404 Page not found"><meta itemprop=description content="Bear Cub Demo"><meta name=referrer content="no-referrer-when-downgrade"><link href=/hugo-bearcub/style.min.css rel=stylesheet><link href=/hugo-bearcub/syntax.min.css rel=stylesheet></head><body><header><a href=/hugo-bearcub/pt/ class=title><h2>Site Exemplo</h2></a><nav><a href=/pt/hugo-bearcub/pt/>Início</a>
|
||||
<a href=/pt/hugo-bearcub/pt/blog/>Blog</a>
|
||||
<a href='mailto:me@example.com?subject=Resposta%20a%20"404%20Page%20not%20found"'>Email</a>
|
||||
<a href=/pt/blog/index.xml>RSS</a>
|
||||
<a class=disabled href>English 🇺🇸</a></nav></header><main><h1>404</h1><h2>ʕノ•ᴥ•ʔノ ︵ ┻━┻</h2></main><footer><small>John Doe (CC BY 4.0) | Feito com <a href=https://github.com/clente/hugo-bearcub>Bear Cub</a></small></footer></body></html>
|
5
pt/blog/index.html
Normal file
5
pt/blog/index.html
Normal file
@ -0,0 +1,5 @@
|
||||
<!doctype html><html lang=pt-br><head><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=images/favicon.png><title>Blog | Site Exemplo</title><meta name=title content="Blog"><meta name=description content="Bear Cub Demo"><meta name=keywords content><meta property="og:title" content="Blog"><meta property="og:description" content="Bear Cub Demo"><meta property="og:type" content="website"><meta property="og:url" content="https://clente.github.io/hugo-bearcub/pt/blog/"><meta property="og:image" content="https://clente.github.io/images/share.png"><meta property="og:site_name" content="Site Exemplo"><meta name=twitter:card content="summary_large_image"><meta name=twitter:image content="https://clente.github.io/images/share.png"><meta name=twitter:title content="Blog"><meta name=twitter:description content="Bear Cub Demo"><meta itemprop=name content="Blog"><meta itemprop=description content="Bear Cub Demo"><meta name=referrer content="no-referrer-when-downgrade"><link href=/hugo-bearcub/style.min.css rel=stylesheet><link href=/hugo-bearcub/syntax.min.css rel=stylesheet><link rel=alternate type=application/rss+xml href=https://clente.github.io/hugo-bearcub/pt/blog/index.xml title="Site Exemplo"></head><body><header><a href=/hugo-bearcub/pt/ class=title><h2>Site Exemplo</h2></a><nav><a href=/pt/hugo-bearcub/pt/>Início</a>
|
||||
<a href=/pt/hugo-bearcub/pt/blog/>Blog</a>
|
||||
<a href='mailto:me@example.com?subject=Resposta%20a%20"Blog"'>Email</a>
|
||||
<a href=/pt/blog/index.xml>RSS</a>
|
||||
<a href=https://clente.github.io/hugo-bearcub/blog/>English 🇺🇸</a></nav></header><main><content><ul class=blog-posts><li>Nenhum post ainda</li></ul><div></div></content></main><footer><small>John Doe (CC BY 4.0) | Feito com <a href=https://github.com/clente/hugo-bearcub>Bear Cub</a></small></footer></body></html>
|
1
pt/blog/index.xml
Normal file
1
pt/blog/index.xml
Normal file
@ -0,0 +1 @@
|
||||
<?xml version="1.0" encoding="utf-8" standalone="yes"?><rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom"><channel><title>Blog on Site Exemplo</title><link>https://clente.github.io/hugo-bearcub/pt/blog/</link><description>Recent content in Blog on Site Exemplo</description><generator>Hugo -- gohugo.io</generator><language>pt-BR</language><copyright>John Doe (CC BY 4.0)</copyright><atom:link href="https://clente.github.io/hugo-bearcub/pt/blog/index.xml" rel="self" type="application/rss+xml"/></channel></rss>
|
5
pt/categories/index.html
Normal file
5
pt/categories/index.html
Normal file
@ -0,0 +1,5 @@
|
||||
<!doctype html><html lang=pt-br><head><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=images/favicon.png><title>Categories | Site Exemplo</title><meta name=title content="Categories"><meta name=description content="Bear Cub Demo"><meta name=keywords content><meta property="og:title" content="Categories"><meta property="og:description" content="Bear Cub Demo"><meta property="og:type" content="website"><meta property="og:url" content="https://clente.github.io/hugo-bearcub/pt/categories/"><meta property="og:image" content="https://clente.github.io/images/share.png"><meta property="og:site_name" content="Site Exemplo"><meta name=twitter:card content="summary_large_image"><meta name=twitter:image content="https://clente.github.io/images/share.png"><meta name=twitter:title content="Categories"><meta name=twitter:description content="Bear Cub Demo"><meta itemprop=name content="Categories"><meta itemprop=description content="Bear Cub Demo"><meta name=referrer content="no-referrer-when-downgrade"><link href=/hugo-bearcub/style.min.css rel=stylesheet><link href=/hugo-bearcub/syntax.min.css rel=stylesheet><link rel=alternate type=application/rss+xml href=https://clente.github.io/hugo-bearcub/pt/categories/index.xml title="Site Exemplo"></head><body><header><a href=/hugo-bearcub/pt/ class=title><h2>Site Exemplo</h2></a><nav><a href=/pt/hugo-bearcub/pt/>Início</a>
|
||||
<a href=/pt/hugo-bearcub/pt/blog/>Blog</a>
|
||||
<a href='mailto:me@example.com?subject=Resposta%20a%20"Categories"'>Email</a>
|
||||
<a href=/pt/blog/index.xml>RSS</a>
|
||||
<a href=https://clente.github.io/hugo-bearcub/categories/>English 🇺🇸</a></nav></header><main><content><h3 class=blog-filter>Filtrando para "Categories"</h3><ul class=blog-posts><li>Nenhum post ainda</li></ul></content></main><footer><small>John Doe (CC BY 4.0) | Feito com <a href=https://github.com/clente/hugo-bearcub>Bear Cub</a></small></footer></body></html>
|
1
pt/categories/index.xml
Normal file
1
pt/categories/index.xml
Normal file
@ -0,0 +1 @@
|
||||
<?xml version="1.0" encoding="utf-8" standalone="yes"?><rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom"><channel><title>Categories on Site Exemplo</title><link>https://clente.github.io/hugo-bearcub/pt/categories/</link><description>Recent content in Categories on Site Exemplo</description><generator>Hugo -- gohugo.io</generator><language>pt-BR</language><copyright>John Doe (CC BY 4.0)</copyright><atom:link href="https://clente.github.io/hugo-bearcub/pt/categories/index.xml" rel="self" type="application/rss+xml"/></channel></rss>
|
18
pt/index.html
Normal file
18
pt/index.html
Normal file
@ -0,0 +1,18 @@
|
||||
<!doctype html><html lang=pt-br><head><meta name=generator content="Hugo 0.110.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=images/favicon.png><title>Início | Site Exemplo</title><meta name=title content="Início"><meta name=description content="Bear Cub Demo"><meta name=keywords content><meta property="og:title" content="Início"><meta property="og:description" content="Bear Cub Demo"><meta property="og:type" content="website"><meta property="og:url" content="https://clente.github.io/hugo-bearcub/pt/"><meta property="og:image" content="https://clente.github.io/images/share.png"><meta property="og:site_name" content="Site Exemplo"><meta name=twitter:card content="summary_large_image"><meta name=twitter:image content="https://clente.github.io/images/share.png"><meta name=twitter:title content="Início"><meta name=twitter:description content="Bear Cub Demo"><meta itemprop=name content="Início"><meta itemprop=description content="Bear Cub Demo"><meta name=referrer content="no-referrer-when-downgrade"><link href=/hugo-bearcub/style.min.css rel=stylesheet><link href=/hugo-bearcub/syntax.min.css rel=stylesheet><link rel=alternate type=application/rss+xml href=https://clente.github.io/hugo-bearcub/pt/index.xml title="Site Exemplo"></head><body><header><a href=/hugo-bearcub/pt/ class=title><h2>Site Exemplo</h2></a><nav><a href=/pt/hugo-bearcub/pt/>Início</a>
|
||||
<a href=/pt/hugo-bearcub/pt/blog/>Blog</a>
|
||||
<a href='mailto:me@example.com?subject=Resposta%20a%20"In%c3%adcio"'>Email</a>
|
||||
<a href=/pt/blog/index.xml>RSS</a>
|
||||
<a href=https://clente.github.io/hugo-bearcub/>English 🇺🇸</a></nav></header><main><h1 id=diga-oi-para-o-bear-cub>Diga oi para o Bear Cub!</h1><p>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.</p><blockquote><p>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.</p><p>— <a href=https://512kb.club/>Kev Quirk</a></p></blockquote><p>Vamos mudar isso um site de cada vez! <strong>Bear Cub</strong> é um tema
|
||||
<a href=https://gohugo.io/>Hugo</a> baseado no <a href=https://github.com/janraasch/hugo-bearblog/>Hugo
|
||||
Bear</a> que tema conta da velocidade
|
||||
e otimização para que você possa focar em escrever bons textos.</p><p>Ele é gratuito, multilíngue, otimizado para buscadores, direto, responsivo, leve
|
||||
e rápido. Muito rápido.</p><p>Além disso, quando comparado ao seu predecessor, o Bear Cub foi feito com
|
||||
<a href="https://themarkup.org/blacklight?url=lente.dev">privacidade</a>,
|
||||
<a href=https://observatory.mozilla.org/analyze/lente.dev>segurança</a> e
|
||||
<a href="https://pagespeed.web.dev/report?url=https%3A%2F%2Flente.dev%2F">acessibilidade</a>
|
||||
em mente. Para garantir que o seu site continue seguindo esses princípios, dê
|
||||
uma <a href=https://lente.dev/posts/sites-de-pedra/>olhada no meu blog</a>.</p><p>Feito com 💟 por <a href=https://lente.dev>Caio lente</a>.</p></main><footer><small>John Doe (CC BY 4.0) | Feito com <a href=https://github.com/clente/hugo-bearcub>Bear Cub</a></small></footer></body></html>
|
1
pt/index.xml
Normal file
1
pt/index.xml
Normal file
@ -0,0 +1 @@
|
||||
<?xml version="1.0" encoding="utf-8" standalone="yes"?><rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom"><channel><title>Início on Site Exemplo</title><link>https://clente.github.io/hugo-bearcub/pt/</link><description>Recent content in Início on Site Exemplo</description><generator>Hugo -- gohugo.io</generator><language>pt-BR</language><copyright>John Doe (CC BY 4.0)</copyright><atom:link href="https://clente.github.io/hugo-bearcub/pt/index.xml" rel="self" type="application/rss+xml"/></channel></rss>
|
1
pt/sitemap.xml
Normal file
1
pt/sitemap.xml
Normal file
@ -0,0 +1 @@
|
||||
<?xml version="1.0" encoding="utf-8" standalone="yes"?><urlset xmlns="http://www.sitemaps.org/schemas/sitemap/0.9" xmlns:xhtml="http://www.w3.org/1999/xhtml"><url><loc>https://clente.github.io/hugo-bearcub/pt/</loc><xhtml:link rel="alternate" hreflang="en" href="https://clente.github.io/hugo-bearcub/"/><xhtml:link rel="alternate" hreflang="pt" href="https://clente.github.io/hugo-bearcub/pt/"/></url><url><loc>https://clente.github.io/hugo-bearcub/pt/blog/</loc><xhtml:link rel="alternate" hreflang="en" href="https://clente.github.io/hugo-bearcub/blog/"/><xhtml:link rel="alternate" hreflang="pt" href="https://clente.github.io/hugo-bearcub/pt/blog/"/></url><url><loc>https://clente.github.io/hugo-bearcub/pt/categories/</loc><xhtml:link rel="alternate" hreflang="en" href="https://clente.github.io/hugo-bearcub/categories/"/><xhtml:link rel="alternate" hreflang="pt" href="https://clente.github.io/hugo-bearcub/pt/categories/"/></url><url><loc>https://clente.github.io/hugo-bearcub/pt/tags/</loc><xhtml:link rel="alternate" hreflang="en" href="https://clente.github.io/hugo-bearcub/tags/"/><xhtml:link rel="alternate" hreflang="pt" href="https://clente.github.io/hugo-bearcub/pt/tags/"/></url></urlset>
|
5
pt/tags/index.html
Normal file
5
pt/tags/index.html
Normal file
@ -0,0 +1,5 @@
|
||||
<!doctype html><html lang=pt-br><head><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=images/favicon.png><title>Tags | Site Exemplo</title><meta name=title content="Tags"><meta name=description content="Bear Cub Demo"><meta name=keywords content><meta property="og:title" content="Tags"><meta property="og:description" content="Bear Cub Demo"><meta property="og:type" content="website"><meta property="og:url" content="https://clente.github.io/hugo-bearcub/pt/tags/"><meta property="og:image" content="https://clente.github.io/images/share.png"><meta property="og:site_name" content="Site Exemplo"><meta name=twitter:card content="summary_large_image"><meta name=twitter:image content="https://clente.github.io/images/share.png"><meta name=twitter:title content="Tags"><meta name=twitter:description content="Bear Cub Demo"><meta itemprop=name content="Tags"><meta itemprop=description content="Bear Cub Demo"><meta name=referrer content="no-referrer-when-downgrade"><link href=/hugo-bearcub/style.min.css rel=stylesheet><link href=/hugo-bearcub/syntax.min.css rel=stylesheet><link rel=alternate type=application/rss+xml href=https://clente.github.io/hugo-bearcub/pt/tags/index.xml title="Site Exemplo"></head><body><header><a href=/hugo-bearcub/pt/ class=title><h2>Site Exemplo</h2></a><nav><a href=/pt/hugo-bearcub/pt/>Início</a>
|
||||
<a href=/pt/hugo-bearcub/pt/blog/>Blog</a>
|
||||
<a href='mailto:me@example.com?subject=Resposta%20a%20"Tags"'>Email</a>
|
||||
<a href=/pt/blog/index.xml>RSS</a>
|
||||
<a href=https://clente.github.io/hugo-bearcub/tags/>English 🇺🇸</a></nav></header><main><content><h3 class=blog-filter>Filtrando para "Tags"</h3><ul class=blog-posts><li>Nenhum post ainda</li></ul></content></main><footer><small>John Doe (CC BY 4.0) | Feito com <a href=https://github.com/clente/hugo-bearcub>Bear Cub</a></small></footer></body></html>
|
1
pt/tags/index.xml
Normal file
1
pt/tags/index.xml
Normal file
@ -0,0 +1 @@
|
||||
<?xml version="1.0" encoding="utf-8" standalone="yes"?><rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom"><channel><title>Tags on Site Exemplo</title><link>https://clente.github.io/hugo-bearcub/pt/tags/</link><description>Recent content in Tags on Site Exemplo</description><generator>Hugo -- gohugo.io</generator><language>pt-BR</language><copyright>John Doe (CC BY 4.0)</copyright><atom:link href="https://clente.github.io/hugo-bearcub/pt/tags/index.xml" rel="self" type="application/rss+xml"/></channel></rss>
|
3
robots.txt
Normal file
3
robots.txt
Normal file
@ -0,0 +1,3 @@
|
||||
User-agent: *
|
||||
Allow: /
|
||||
Sitemap: https://clente.github.io/hugo-bearcub/sitemap.xml
|
1
sitemap.xml
Normal file
1
sitemap.xml
Normal file
@ -0,0 +1 @@
|
||||
<?xml version="1.0" encoding="utf-8" standalone="yes"?><sitemapindex xmlns="http://www.sitemaps.org/schemas/sitemap/0.9"><sitemap><loc>https://clente.github.io/hugo-bearcub/en/sitemap.xml</loc><lastmod>2019-03-11T00:00:00+00:00</lastmod></sitemap><sitemap><loc>https://clente.github.io/hugo-bearcub/pt/sitemap.xml</loc></sitemap></sitemapindex>
|
1
style.min.css
vendored
Normal file
1
style.min.css
vendored
Normal file
@ -0,0 +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 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}pre code{display:block;padding:20px;white-space:pre-wrap;font-size:14px;overflow-x:auto}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;line-height:2.1}ul.blog-posts li span{flex:0 0 130px}ul.blog-posts li a:visited{color:#8b6fcb}a.blog-tags{line-height:2}h3.blog-filter{margin-bottom:0}.disabled{color:currentColor;cursor:not-allowed;opacity:.5}
|
1
syntax.min.css
vendored
Normal file
1
syntax.min.css
vendored
Normal file
@ -0,0 +1 @@
|
||||
.bg{color:#f8f8f2;background-color:#282a36}.chroma{color:#f8f8f2;background-color:#282a36}.chroma .lnlinks{outline:none;text-decoration:none;color:inherit}.chroma .lntd{vertical-align:top;padding:0;margin:0;border:0}.chroma .lntable{border-spacing:0;padding:0;margin:0;border:0}.chroma .hl{background-color:#ffc}.chroma .lnt{white-space:pre;user-select:none;margin-right:.4em;padding:0 .4em;color:#929292}.chroma .ln{white-space:pre;user-select:none;margin-right:.4em;padding:0 .4em;color:#929292}.chroma .line{display:flex}.chroma .k{color:#ff79c6}.chroma .kc{color:#ff79c6}.chroma .kd{color:#8be9fd;font-style:italic}.chroma .kn{color:#ff79c6}.chroma .kp{color:#ff79c6}.chroma .kr{color:#ff79c6}.chroma .kt{color:#8be9fd}.chroma .na{color:#50fa7b}.chroma .nb{color:#8be9fd;font-style:italic}.chroma .nc{color:#50fa7b}.chroma .nf{color:#50fa7b}.chroma .nl{color:#8be9fd;font-style:italic}.chroma .nt{color:#ff79c6}.chroma .nv{color:#8be9fd;font-style:italic}.chroma .vc{color:#8be9fd;font-style:italic}.chroma .vg{color:#8be9fd;font-style:italic}.chroma .vi{color:#8be9fd;font-style:italic}.chroma .s{color:#f1fa8c}.chroma .sa{color:#f1fa8c}.chroma .sb{color:#f1fa8c}.chroma .sc{color:#f1fa8c}.chroma .dl{color:#f1fa8c}.chroma .sd{color:#f1fa8c}.chroma .s2{color:#f1fa8c}.chroma .se{color:#f1fa8c}.chroma .sh{color:#f1fa8c}.chroma .si{color:#f1fa8c}.chroma .sx{color:#f1fa8c}.chroma .sr{color:#f1fa8c}.chroma .s1{color:#f1fa8c}.chroma .ss{color:#f1fa8c}.chroma .m{color:#bd93f9}.chroma .mb{color:#bd93f9}.chroma .mf{color:#bd93f9}.chroma .mh{color:#bd93f9}.chroma .mi{color:#bd93f9}.chroma .il{color:#bd93f9}.chroma .mo{color:#bd93f9}.chroma .o{color:#ff79c6}.chroma .ow{color:#ff79c6}.chroma .c{color:#7c90d0}.chroma .ch{color:#7c90d0}.chroma .cm{color:#7c90d0}.chroma .c1{color:#7c90d0}.chroma .cs{color:#7c90d0}.chroma .cp{color:#ff79c6}.chroma .cpf{color:#ff79c6}.chroma .gd{color:#f55}.chroma .ge{text-decoration:underline}.chroma .gh{font-weight:700}.chroma .gi{color:#50fa7b;font-weight:700}.chroma .go{color:#44475a}.chroma .gu{font-weight:700}.chroma .gl{text-decoration:underline}
|
6
tags/css/index.html
Normal file
6
tags/css/index.html
Normal file
@ -0,0 +1,6 @@
|
||||
<!doctype html><html lang=en-us><head><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=images/favicon.png><title>css | Example Site</title><meta name=title content="css"><meta name=description content="Bear Cub Demo"><meta name=keywords content="syntax,themes,css,emoji,html,markdown,privacy,shortcodes,text,"><meta property="og:title" content="css"><meta property="og:description" content="Bear Cub Demo"><meta property="og:type" content="website"><meta property="og:url" content="https://clente.github.io/hugo-bearcub/tags/css/"><meta property="og:image" content="https://clente.github.io/images/share.png"><meta property="og:site_name" content="Example Site"><meta name=twitter:card content="summary_large_image"><meta name=twitter:image content="https://clente.github.io/images/share.png"><meta name=twitter:title content="css"><meta name=twitter:description content="Bear Cub Demo"><meta itemprop=name content="css"><meta itemprop=description content="Bear Cub Demo"><meta name=referrer content="no-referrer-when-downgrade"><link href=/hugo-bearcub/style.min.css rel=stylesheet><link href=/hugo-bearcub/syntax.min.css rel=stylesheet><link rel=alternate type=application/rss+xml href=https://clente.github.io/hugo-bearcub/tags/css/index.xml title="Example Site"></head><body><header><a href=/hugo-bearcub class=title><h2>Example Site</h2></a><nav><a href=/hugo-bearcub/>Home</a>
|
||||
<a href=/hugo-bearcub/blog/>Blog</a>
|
||||
<a href='mailto:me@example.com?subject=Reply%20to%20"css"'>Email</a>
|
||||
<a href=/blog/index.xml>RSS</a>
|
||||
<a class=disabled href>Português 🇧🇷</a></nav></header><main><content><h3 class=blog-filter>Filtering for "css"</h3><ul class=blog-posts><li><span><i><time datetime=2019-03-11 pubdate>2019-03-11</time></i></span>
|
||||
<a href=https://clente.github.io/hugo-bearcub/blog/markdown-syntax/>Markdown Syntax Guide</a></li></ul></content></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>
|
1
tags/css/index.xml
Normal file
1
tags/css/index.xml
Normal file
@ -0,0 +1 @@
|
||||
<?xml version="1.0" encoding="utf-8" standalone="yes"?><rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom"><channel><title>css on Example Site</title><link>https://clente.github.io/hugo-bearcub/tags/css/</link><description>Recent content in css on Example Site</description><generator>Hugo -- gohugo.io</generator><language>en-US</language><copyright>John Doe (CC BY 4.0)</copyright><lastBuildDate>Mon, 11 Mar 2019 00:00:00 +0000</lastBuildDate><atom:link href="https://clente.github.io/hugo-bearcub/tags/css/index.xml" rel="self" type="application/rss+xml"/><item><title>Markdown Syntax Guide</title><link>https://clente.github.io/hugo-bearcub/blog/markdown-syntax/</link><pubDate>Mon, 11 Mar 2019 00:00:00 +0000</pubDate><guid>https://clente.github.io/hugo-bearcub/blog/markdown-syntax/</guid><description><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></description></item></channel></rss>
|
6
tags/emoji/index.html
Normal file
6
tags/emoji/index.html
Normal file
@ -0,0 +1,6 @@
|
||||
<!doctype html><html lang=en-us><head><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=images/favicon.png><title>emoji | Example Site</title><meta name=title content="emoji"><meta name=description content="Bear Cub Demo"><meta name=keywords content="syntax,themes,css,emoji,html,markdown,privacy,shortcodes,text,"><meta property="og:title" content="emoji"><meta property="og:description" content="Bear Cub Demo"><meta property="og:type" content="website"><meta property="og:url" content="https://clente.github.io/hugo-bearcub/tags/emoji/"><meta property="og:image" content="https://clente.github.io/images/share.png"><meta property="og:site_name" content="Example Site"><meta name=twitter:card content="summary_large_image"><meta name=twitter:image content="https://clente.github.io/images/share.png"><meta name=twitter:title content="emoji"><meta name=twitter:description content="Bear Cub Demo"><meta itemprop=name content="emoji"><meta itemprop=description content="Bear Cub Demo"><meta name=referrer content="no-referrer-when-downgrade"><link href=/hugo-bearcub/style.min.css rel=stylesheet><link href=/hugo-bearcub/syntax.min.css rel=stylesheet><link rel=alternate type=application/rss+xml href=https://clente.github.io/hugo-bearcub/tags/emoji/index.xml title="Example Site"></head><body><header><a href=/hugo-bearcub class=title><h2>Example Site</h2></a><nav><a href=/hugo-bearcub/>Home</a>
|
||||
<a href=/hugo-bearcub/blog/>Blog</a>
|
||||
<a href='mailto:me@example.com?subject=Reply%20to%20"emoji"'>Email</a>
|
||||
<a href=/blog/index.xml>RSS</a>
|
||||
<a class=disabled href>Português 🇧🇷</a></nav></header><main><content><h3 class=blog-filter>Filtering for "emoji"</h3><ul class=blog-posts><li><span><i><time datetime=2019-03-05 pubdate>2019-03-05</time></i></span>
|
||||
<a href=https://clente.github.io/hugo-bearcub/blog/emoji-support/>Emoji Support</a></li></ul></content></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>
|
1
tags/emoji/index.xml
Normal file
1
tags/emoji/index.xml
Normal file
@ -0,0 +1 @@
|
||||
<?xml version="1.0" encoding="utf-8" standalone="yes"?><rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom"><channel><title>emoji on Example Site</title><link>https://clente.github.io/hugo-bearcub/tags/emoji/</link><description>Recent content in emoji on Example Site</description><generator>Hugo -- gohugo.io</generator><language>en-US</language><copyright>John Doe (CC BY 4.0)</copyright><lastBuildDate>Tue, 05 Mar 2019 00:00:00 +0000</lastBuildDate><atom:link href="https://clente.github.io/hugo-bearcub/tags/emoji/index.xml" rel="self" type="application/rss+xml"/><item><title>Emoji Support</title><link>https://clente.github.io/hugo-bearcub/blog/emoji-support/</link><pubDate>Tue, 05 Mar 2019 00:00:00 +0000</pubDate><guid>https://clente.github.io/hugo-bearcub/blog/emoji-support/</guid><description><p>Emoji can be enabled in a Hugo project in a number of ways.</p></description></item></channel></rss>
|
6
tags/html/index.html
Normal file
6
tags/html/index.html
Normal file
@ -0,0 +1,6 @@
|
||||
<!doctype html><html lang=en-us><head><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=images/favicon.png><title>html | Example Site</title><meta name=title content="html"><meta name=description content="Bear Cub Demo"><meta name=keywords content="syntax,themes,css,emoji,html,markdown,privacy,shortcodes,text,"><meta property="og:title" content="html"><meta property="og:description" content="Bear Cub Demo"><meta property="og:type" content="website"><meta property="og:url" content="https://clente.github.io/hugo-bearcub/tags/html/"><meta property="og:image" content="https://clente.github.io/images/share.png"><meta property="og:site_name" content="Example Site"><meta name=twitter:card content="summary_large_image"><meta name=twitter:image content="https://clente.github.io/images/share.png"><meta name=twitter:title content="html"><meta name=twitter:description content="Bear Cub Demo"><meta itemprop=name content="html"><meta itemprop=description content="Bear Cub Demo"><meta name=referrer content="no-referrer-when-downgrade"><link href=/hugo-bearcub/style.min.css rel=stylesheet><link href=/hugo-bearcub/syntax.min.css rel=stylesheet><link rel=alternate type=application/rss+xml href=https://clente.github.io/hugo-bearcub/tags/html/index.xml title="Example Site"></head><body><header><a href=/hugo-bearcub class=title><h2>Example Site</h2></a><nav><a href=/hugo-bearcub/>Home</a>
|
||||
<a href=/hugo-bearcub/blog/>Blog</a>
|
||||
<a href='mailto:me@example.com?subject=Reply%20to%20"html"'>Email</a>
|
||||
<a href=/blog/index.xml>RSS</a>
|
||||
<a class=disabled href>Português 🇧🇷</a></nav></header><main><content><h3 class=blog-filter>Filtering for "html"</h3><ul class=blog-posts><li><span><i><time datetime=2019-03-11 pubdate>2019-03-11</time></i></span>
|
||||
<a href=https://clente.github.io/hugo-bearcub/blog/markdown-syntax/>Markdown Syntax Guide</a></li></ul></content></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>
|
1
tags/html/index.xml
Normal file
1
tags/html/index.xml
Normal file
@ -0,0 +1 @@
|
||||
<?xml version="1.0" encoding="utf-8" standalone="yes"?><rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom"><channel><title>html on Example Site</title><link>https://clente.github.io/hugo-bearcub/tags/html/</link><description>Recent content in html on Example Site</description><generator>Hugo -- gohugo.io</generator><language>en-US</language><copyright>John Doe (CC BY 4.0)</copyright><lastBuildDate>Mon, 11 Mar 2019 00:00:00 +0000</lastBuildDate><atom:link href="https://clente.github.io/hugo-bearcub/tags/html/index.xml" rel="self" type="application/rss+xml"/><item><title>Markdown Syntax Guide</title><link>https://clente.github.io/hugo-bearcub/blog/markdown-syntax/</link><pubDate>Mon, 11 Mar 2019 00:00:00 +0000</pubDate><guid>https://clente.github.io/hugo-bearcub/blog/markdown-syntax/</guid><description><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></description></item></channel></rss>
|
12
tags/index.html
Normal file
12
tags/index.html
Normal file
@ -0,0 +1,12 @@
|
||||
<!doctype html><html lang=en-us><head><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=images/favicon.png><title>Tags | Example Site</title><meta name=title content="Tags"><meta name=description content="Bear Cub Demo"><meta name=keywords content="syntax,themes,css,emoji,html,markdown,privacy,shortcodes,text,"><meta property="og:title" content="Tags"><meta property="og:description" content="Bear Cub Demo"><meta property="og:type" content="website"><meta property="og:url" content="https://clente.github.io/hugo-bearcub/tags/"><meta property="og:image" content="https://clente.github.io/images/share.png"><meta property="og:site_name" content="Example Site"><meta name=twitter:card content="summary_large_image"><meta name=twitter:image content="https://clente.github.io/images/share.png"><meta name=twitter:title content="Tags"><meta name=twitter:description content="Bear Cub Demo"><meta itemprop=name content="Tags"><meta itemprop=description content="Bear Cub Demo"><meta name=referrer content="no-referrer-when-downgrade"><link href=/hugo-bearcub/style.min.css rel=stylesheet><link href=/hugo-bearcub/syntax.min.css rel=stylesheet><link rel=alternate type=application/rss+xml href=https://clente.github.io/hugo-bearcub/tags/index.xml title="Example Site"></head><body><header><a href=/hugo-bearcub class=title><h2>Example Site</h2></a><nav><a href=/hugo-bearcub/>Home</a>
|
||||
<a href=/hugo-bearcub/blog/>Blog</a>
|
||||
<a href='mailto:me@example.com?subject=Reply%20to%20"Tags"'>Email</a>
|
||||
<a href=/blog/index.xml>RSS</a>
|
||||
<a href=https://clente.github.io/hugo-bearcub/pt/tags/>Português 🇧🇷</a></nav></header><main><content><h3 class=blog-filter>Filtering for "Tags"</h3><ul class=blog-posts><li><span><i><time datetime=2019-03-11 pubdate>2019-03-11</time></i></span>
|
||||
<a href=https://clente.github.io/hugo-bearcub/tags/css/>css</a></li><li><span><i><time datetime=2019-03-11 pubdate>2019-03-11</time></i></span>
|
||||
<a href=https://clente.github.io/hugo-bearcub/tags/html/>html</a></li><li><span><i><time datetime=2019-03-11 pubdate>2019-03-11</time></i></span>
|
||||
<a href=https://clente.github.io/hugo-bearcub/tags/markdown/>markdown</a></li><li><span><i><time datetime=2019-03-10 pubdate>2019-03-10</time></i></span>
|
||||
<a href=https://clente.github.io/hugo-bearcub/tags/privacy/>privacy</a></li><li><span><i><time datetime=2019-03-10 pubdate>2019-03-10</time></i></span>
|
||||
<a href=https://clente.github.io/hugo-bearcub/tags/shortcodes/>shortcodes</a></li><li><span><i><time datetime=2019-03-09 pubdate>2019-03-09</time></i></span>
|
||||
<a href=https://clente.github.io/hugo-bearcub/tags/text/>text</a></li><li><span><i><time datetime=2019-03-05 pubdate>2019-03-05</time></i></span>
|
||||
<a href=https://clente.github.io/hugo-bearcub/tags/emoji/>emoji</a></li></ul></content></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>
|
1
tags/index.xml
Normal file
1
tags/index.xml
Normal file
@ -0,0 +1 @@
|
||||
<?xml version="1.0" encoding="utf-8" standalone="yes"?><rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom"><channel><title>Tags on Example Site</title><link>https://clente.github.io/hugo-bearcub/tags/</link><description>Recent content in Tags on Example Site</description><generator>Hugo -- gohugo.io</generator><language>en-US</language><copyright>John Doe (CC BY 4.0)</copyright><lastBuildDate>Mon, 11 Mar 2019 00:00:00 +0000</lastBuildDate><atom:link href="https://clente.github.io/hugo-bearcub/tags/index.xml" rel="self" type="application/rss+xml"/><item><title>css</title><link>https://clente.github.io/hugo-bearcub/tags/css/</link><pubDate>Mon, 11 Mar 2019 00:00:00 +0000</pubDate><guid>https://clente.github.io/hugo-bearcub/tags/css/</guid><description/></item><item><title>html</title><link>https://clente.github.io/hugo-bearcub/tags/html/</link><pubDate>Mon, 11 Mar 2019 00:00:00 +0000</pubDate><guid>https://clente.github.io/hugo-bearcub/tags/html/</guid><description/></item><item><title>markdown</title><link>https://clente.github.io/hugo-bearcub/tags/markdown/</link><pubDate>Mon, 11 Mar 2019 00:00:00 +0000</pubDate><guid>https://clente.github.io/hugo-bearcub/tags/markdown/</guid><description/></item><item><title>privacy</title><link>https://clente.github.io/hugo-bearcub/tags/privacy/</link><pubDate>Sun, 10 Mar 2019 00:00:00 +0000</pubDate><guid>https://clente.github.io/hugo-bearcub/tags/privacy/</guid><description/></item><item><title>shortcodes</title><link>https://clente.github.io/hugo-bearcub/tags/shortcodes/</link><pubDate>Sun, 10 Mar 2019 00:00:00 +0000</pubDate><guid>https://clente.github.io/hugo-bearcub/tags/shortcodes/</guid><description/></item><item><title>text</title><link>https://clente.github.io/hugo-bearcub/tags/text/</link><pubDate>Sat, 09 Mar 2019 00:00:00 +0000</pubDate><guid>https://clente.github.io/hugo-bearcub/tags/text/</guid><description/></item><item><title>emoji</title><link>https://clente.github.io/hugo-bearcub/tags/emoji/</link><pubDate>Tue, 05 Mar 2019 00:00:00 +0000</pubDate><guid>https://clente.github.io/hugo-bearcub/tags/emoji/</guid><description/></item></channel></rss>
|
7
tags/markdown/index.html
Normal file
7
tags/markdown/index.html
Normal file
@ -0,0 +1,7 @@
|
||||
<!doctype html><html lang=en-us><head><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=images/favicon.png><title>markdown | Example Site</title><meta name=title content="markdown"><meta name=description content="Bear Cub Demo"><meta name=keywords content="syntax,themes,css,emoji,html,markdown,privacy,shortcodes,text,"><meta property="og:title" content="markdown"><meta property="og:description" content="Bear Cub Demo"><meta property="og:type" content="website"><meta property="og:url" content="https://clente.github.io/hugo-bearcub/tags/markdown/"><meta property="og:image" content="https://clente.github.io/images/share.png"><meta property="og:site_name" content="Example Site"><meta name=twitter:card content="summary_large_image"><meta name=twitter:image content="https://clente.github.io/images/share.png"><meta name=twitter:title content="markdown"><meta name=twitter:description content="Bear Cub Demo"><meta itemprop=name content="markdown"><meta itemprop=description content="Bear Cub Demo"><meta name=referrer content="no-referrer-when-downgrade"><link href=/hugo-bearcub/style.min.css rel=stylesheet><link href=/hugo-bearcub/syntax.min.css rel=stylesheet><link rel=alternate type=application/rss+xml href=https://clente.github.io/hugo-bearcub/tags/markdown/index.xml title="Example Site"></head><body><header><a href=/hugo-bearcub class=title><h2>Example Site</h2></a><nav><a href=/hugo-bearcub/>Home</a>
|
||||
<a href=/hugo-bearcub/blog/>Blog</a>
|
||||
<a href='mailto:me@example.com?subject=Reply%20to%20"markdown"'>Email</a>
|
||||
<a href=/blog/index.xml>RSS</a>
|
||||
<a class=disabled href>Português 🇧🇷</a></nav></header><main><content><h3 class=blog-filter>Filtering for "markdown"</h3><ul class=blog-posts><li><span><i><time datetime=2019-03-11 pubdate>2019-03-11</time></i></span>
|
||||
<a href=https://clente.github.io/hugo-bearcub/blog/markdown-syntax/>Markdown Syntax Guide</a></li><li><span><i><time datetime=2019-03-09 pubdate>2019-03-09</time></i></span>
|
||||
<a href=https://clente.github.io/hugo-bearcub/blog/placeholder-text/>Placeholder Text</a></li></ul></content></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>
|
1
tags/markdown/index.xml
Normal file
1
tags/markdown/index.xml
Normal file
@ -0,0 +1 @@
|
||||
<?xml version="1.0" encoding="utf-8" standalone="yes"?><rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom"><channel><title>markdown on Example Site</title><link>https://clente.github.io/hugo-bearcub/tags/markdown/</link><description>Recent content in markdown on Example Site</description><generator>Hugo -- gohugo.io</generator><language>en-US</language><copyright>John Doe (CC BY 4.0)</copyright><lastBuildDate>Mon, 11 Mar 2019 00:00:00 +0000</lastBuildDate><atom:link href="https://clente.github.io/hugo-bearcub/tags/markdown/index.xml" rel="self" type="application/rss+xml"/><item><title>Markdown Syntax Guide</title><link>https://clente.github.io/hugo-bearcub/blog/markdown-syntax/</link><pubDate>Mon, 11 Mar 2019 00:00:00 +0000</pubDate><guid>https://clente.github.io/hugo-bearcub/blog/markdown-syntax/</guid><description><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></description></item><item><title>Placeholder Text</title><link>https://clente.github.io/hugo-bearcub/blog/placeholder-text/</link><pubDate>Sat, 09 Mar 2019 00:00:00 +0000</pubDate><guid>https://clente.github.io/hugo-bearcub/blog/placeholder-text/</guid><description><p>Lorem est tota propiore conpellat pectoribus de pectora summo.</p></description></item></channel></rss>
|
6
tags/privacy/index.html
Normal file
6
tags/privacy/index.html
Normal file
@ -0,0 +1,6 @@
|
||||
<!doctype html><html lang=en-us><head><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=images/favicon.png><title>privacy | Example Site</title><meta name=title content="privacy"><meta name=description content="Bear Cub Demo"><meta name=keywords content="syntax,themes,css,emoji,html,markdown,privacy,shortcodes,text,"><meta property="og:title" content="privacy"><meta property="og:description" content="Bear Cub Demo"><meta property="og:type" content="website"><meta property="og:url" content="https://clente.github.io/hugo-bearcub/tags/privacy/"><meta property="og:image" content="https://clente.github.io/images/share.png"><meta property="og:site_name" content="Example Site"><meta name=twitter:card content="summary_large_image"><meta name=twitter:image content="https://clente.github.io/images/share.png"><meta name=twitter:title content="privacy"><meta name=twitter:description content="Bear Cub Demo"><meta itemprop=name content="privacy"><meta itemprop=description content="Bear Cub Demo"><meta name=referrer content="no-referrer-when-downgrade"><link href=/hugo-bearcub/style.min.css rel=stylesheet><link href=/hugo-bearcub/syntax.min.css rel=stylesheet><link rel=alternate type=application/rss+xml href=https://clente.github.io/hugo-bearcub/tags/privacy/index.xml title="Example Site"></head><body><header><a href=/hugo-bearcub class=title><h2>Example Site</h2></a><nav><a href=/hugo-bearcub/>Home</a>
|
||||
<a href=/hugo-bearcub/blog/>Blog</a>
|
||||
<a href='mailto:me@example.com?subject=Reply%20to%20"privacy"'>Email</a>
|
||||
<a href=/blog/index.xml>RSS</a>
|
||||
<a class=disabled href>Português 🇧🇷</a></nav></header><main><content><h3 class=blog-filter>Filtering for "privacy"</h3><ul class=blog-posts><li><span><i><time datetime=2019-03-10 pubdate>2019-03-10</time></i></span>
|
||||
<a href=https://clente.github.io/hugo-bearcub/blog/rich-content/>Rich Content</a></li></ul></content></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>
|
1
tags/privacy/index.xml
Normal file
1
tags/privacy/index.xml
Normal file
@ -0,0 +1 @@
|
||||
<?xml version="1.0" encoding="utf-8" standalone="yes"?><rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom"><channel><title>privacy on Example Site</title><link>https://clente.github.io/hugo-bearcub/tags/privacy/</link><description>Recent content in privacy on Example Site</description><generator>Hugo -- gohugo.io</generator><language>en-US</language><copyright>John Doe (CC BY 4.0)</copyright><lastBuildDate>Sun, 10 Mar 2019 00:00:00 +0000</lastBuildDate><atom:link href="https://clente.github.io/hugo-bearcub/tags/privacy/index.xml" rel="self" type="application/rss+xml"/><item><title>Rich Content</title><link>https://clente.github.io/hugo-bearcub/blog/rich-content/</link><pubDate>Sun, 10 Mar 2019 00:00:00 +0000</pubDate><guid>https://clente.github.io/hugo-bearcub/blog/rich-content/</guid><description><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></description></item></channel></rss>
|
6
tags/shortcodes/index.html
Normal file
6
tags/shortcodes/index.html
Normal file
@ -0,0 +1,6 @@
|
||||
<!doctype html><html lang=en-us><head><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=images/favicon.png><title>shortcodes | Example Site</title><meta name=title content="shortcodes"><meta name=description content="Bear Cub Demo"><meta name=keywords content="syntax,themes,css,emoji,html,markdown,privacy,shortcodes,text,"><meta property="og:title" content="shortcodes"><meta property="og:description" content="Bear Cub Demo"><meta property="og:type" content="website"><meta property="og:url" content="https://clente.github.io/hugo-bearcub/tags/shortcodes/"><meta property="og:image" content="https://clente.github.io/images/share.png"><meta property="og:site_name" content="Example Site"><meta name=twitter:card content="summary_large_image"><meta name=twitter:image content="https://clente.github.io/images/share.png"><meta name=twitter:title content="shortcodes"><meta name=twitter:description content="Bear Cub Demo"><meta itemprop=name content="shortcodes"><meta itemprop=description content="Bear Cub Demo"><meta name=referrer content="no-referrer-when-downgrade"><link href=/hugo-bearcub/style.min.css rel=stylesheet><link href=/hugo-bearcub/syntax.min.css rel=stylesheet><link rel=alternate type=application/rss+xml href=https://clente.github.io/hugo-bearcub/tags/shortcodes/index.xml title="Example Site"></head><body><header><a href=/hugo-bearcub class=title><h2>Example Site</h2></a><nav><a href=/hugo-bearcub/>Home</a>
|
||||
<a href=/hugo-bearcub/blog/>Blog</a>
|
||||
<a href='mailto:me@example.com?subject=Reply%20to%20"shortcodes"'>Email</a>
|
||||
<a href=/blog/index.xml>RSS</a>
|
||||
<a class=disabled href>Português 🇧🇷</a></nav></header><main><content><h3 class=blog-filter>Filtering for "shortcodes"</h3><ul class=blog-posts><li><span><i><time datetime=2019-03-10 pubdate>2019-03-10</time></i></span>
|
||||
<a href=https://clente.github.io/hugo-bearcub/blog/rich-content/>Rich Content</a></li></ul></content></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>
|
1
tags/shortcodes/index.xml
Normal file
1
tags/shortcodes/index.xml
Normal file
@ -0,0 +1 @@
|
||||
<?xml version="1.0" encoding="utf-8" standalone="yes"?><rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom"><channel><title>shortcodes on Example Site</title><link>https://clente.github.io/hugo-bearcub/tags/shortcodes/</link><description>Recent content in shortcodes on Example Site</description><generator>Hugo -- gohugo.io</generator><language>en-US</language><copyright>John Doe (CC BY 4.0)</copyright><lastBuildDate>Sun, 10 Mar 2019 00:00:00 +0000</lastBuildDate><atom:link href="https://clente.github.io/hugo-bearcub/tags/shortcodes/index.xml" rel="self" type="application/rss+xml"/><item><title>Rich Content</title><link>https://clente.github.io/hugo-bearcub/blog/rich-content/</link><pubDate>Sun, 10 Mar 2019 00:00:00 +0000</pubDate><guid>https://clente.github.io/hugo-bearcub/blog/rich-content/</guid><description><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></description></item></channel></rss>
|
6
tags/text/index.html
Normal file
6
tags/text/index.html
Normal file
@ -0,0 +1,6 @@
|
||||
<!doctype html><html lang=en-us><head><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=images/favicon.png><title>text | Example Site</title><meta name=title content="text"><meta name=description content="Bear Cub Demo"><meta name=keywords content="syntax,themes,css,emoji,html,markdown,privacy,shortcodes,text,"><meta property="og:title" content="text"><meta property="og:description" content="Bear Cub Demo"><meta property="og:type" content="website"><meta property="og:url" content="https://clente.github.io/hugo-bearcub/tags/text/"><meta property="og:image" content="https://clente.github.io/images/share.png"><meta property="og:site_name" content="Example Site"><meta name=twitter:card content="summary_large_image"><meta name=twitter:image content="https://clente.github.io/images/share.png"><meta name=twitter:title content="text"><meta name=twitter:description content="Bear Cub Demo"><meta itemprop=name content="text"><meta itemprop=description content="Bear Cub Demo"><meta name=referrer content="no-referrer-when-downgrade"><link href=/hugo-bearcub/style.min.css rel=stylesheet><link href=/hugo-bearcub/syntax.min.css rel=stylesheet><link rel=alternate type=application/rss+xml href=https://clente.github.io/hugo-bearcub/tags/text/index.xml title="Example Site"></head><body><header><a href=/hugo-bearcub class=title><h2>Example Site</h2></a><nav><a href=/hugo-bearcub/>Home</a>
|
||||
<a href=/hugo-bearcub/blog/>Blog</a>
|
||||
<a href='mailto:me@example.com?subject=Reply%20to%20"text"'>Email</a>
|
||||
<a href=/blog/index.xml>RSS</a>
|
||||
<a class=disabled href>Português 🇧🇷</a></nav></header><main><content><h3 class=blog-filter>Filtering for "text"</h3><ul class=blog-posts><li><span><i><time datetime=2019-03-09 pubdate>2019-03-09</time></i></span>
|
||||
<a href=https://clente.github.io/hugo-bearcub/blog/placeholder-text/>Placeholder Text</a></li></ul></content></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>
|
1
tags/text/index.xml
Normal file
1
tags/text/index.xml
Normal file
@ -0,0 +1 @@
|
||||
<?xml version="1.0" encoding="utf-8" standalone="yes"?><rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom"><channel><title>text on Example Site</title><link>https://clente.github.io/hugo-bearcub/tags/text/</link><description>Recent content in text on Example Site</description><generator>Hugo -- gohugo.io</generator><language>en-US</language><copyright>John Doe (CC BY 4.0)</copyright><lastBuildDate>Sat, 09 Mar 2019 00:00:00 +0000</lastBuildDate><atom:link href="https://clente.github.io/hugo-bearcub/tags/text/index.xml" rel="self" type="application/rss+xml"/><item><title>Placeholder Text</title><link>https://clente.github.io/hugo-bearcub/blog/placeholder-text/</link><pubDate>Sat, 09 Mar 2019 00:00:00 +0000</pubDate><guid>https://clente.github.io/hugo-bearcub/blog/placeholder-text/</guid><description><p>Lorem est tota propiore conpellat pectoribus de pectora summo.</p></description></item></channel></rss>
|
Loading…
x
Reference in New Issue
Block a user