From f5c5bd5cc6b2086c5d1446f6212c02931a038721 Mon Sep 17 00:00:00 2001 From: clente Date: Mon, 13 Feb 2023 21:55:28 +0000 Subject: [PATCH] deploy: 27ad8a79e8313f349fc2437966f314be2cfaf73b --- .nojekyll | 0 404.html | 5 ++++ blog/emoji-support/index.html | 7 ++++++ blog/index.html | 16 ++++++++++++ blog/index.xml | 1 + blog/markdown-syntax/index.html | 38 +++++++++++++++++++++++++++++ blog/math-typesetting/index.html | 11 +++++++++ blog/migrate-from-jekyl/index.html | 1 + blog/placeholder-text/index.html | 6 +++++ blog/rich-content/index.html | 6 +++++ categories/index.html | 7 ++++++ categories/index.xml | 1 + categories/syntax/index.html | 6 +++++ categories/syntax/index.xml | 1 + categories/themes/index.html | 6 +++++ categories/themes/index.xml | 1 + en/index.html | 1 + en/sitemap.xml | 1 + favicon.ico | Bin 0 -> 15406 bytes images/favicon.png | Bin 0 -> 1312 bytes images/share.png | Bin 0 -> 25877 bytes index.html | 18 ++++++++++++++ index.xml | 1 + pt/404.html | 5 ++++ pt/blog/index.html | 5 ++++ pt/blog/index.xml | 1 + pt/categories/index.html | 5 ++++ pt/categories/index.xml | 1 + pt/index.html | 18 ++++++++++++++ pt/index.xml | 1 + pt/sitemap.xml | 1 + pt/tags/index.html | 5 ++++ pt/tags/index.xml | 1 + robots.txt | 3 +++ sitemap.xml | 1 + style.min.css | 1 + syntax.min.css | 1 + tags/css/index.html | 6 +++++ tags/css/index.xml | 1 + tags/emoji/index.html | 6 +++++ tags/emoji/index.xml | 1 + tags/html/index.html | 6 +++++ tags/html/index.xml | 1 + tags/index.html | 12 +++++++++ tags/index.xml | 1 + tags/markdown/index.html | 7 ++++++ tags/markdown/index.xml | 1 + tags/privacy/index.html | 6 +++++ tags/privacy/index.xml | 1 + tags/shortcodes/index.html | 6 +++++ tags/shortcodes/index.xml | 1 + tags/text/index.html | 6 +++++ tags/text/index.xml | 1 + 53 files changed, 246 insertions(+) create mode 100644 .nojekyll create mode 100644 404.html create mode 100644 blog/emoji-support/index.html create mode 100644 blog/index.html create mode 100644 blog/index.xml create mode 100644 blog/markdown-syntax/index.html create mode 100644 blog/math-typesetting/index.html create mode 100644 blog/migrate-from-jekyl/index.html create mode 100644 blog/placeholder-text/index.html create mode 100644 blog/rich-content/index.html create mode 100644 categories/index.html create mode 100644 categories/index.xml create mode 100644 categories/syntax/index.html create mode 100644 categories/syntax/index.xml create mode 100644 categories/themes/index.html create mode 100644 categories/themes/index.xml create mode 100644 en/index.html create mode 100644 en/sitemap.xml create mode 100644 favicon.ico create mode 100644 images/favicon.png create mode 100644 images/share.png create mode 100644 index.html create mode 100644 index.xml create mode 100644 pt/404.html create mode 100644 pt/blog/index.html create mode 100644 pt/blog/index.xml create mode 100644 pt/categories/index.html create mode 100644 pt/categories/index.xml create mode 100644 pt/index.html create mode 100644 pt/index.xml create mode 100644 pt/sitemap.xml create mode 100644 pt/tags/index.html create mode 100644 pt/tags/index.xml create mode 100644 robots.txt create mode 100644 sitemap.xml create mode 100644 style.min.css create mode 100644 syntax.min.css create mode 100644 tags/css/index.html create mode 100644 tags/css/index.xml create mode 100644 tags/emoji/index.html create mode 100644 tags/emoji/index.xml create mode 100644 tags/html/index.html create mode 100644 tags/html/index.xml create mode 100644 tags/index.html create mode 100644 tags/index.xml create mode 100644 tags/markdown/index.html create mode 100644 tags/markdown/index.xml create mode 100644 tags/privacy/index.html create mode 100644 tags/privacy/index.xml create mode 100644 tags/shortcodes/index.html create mode 100644 tags/shortcodes/index.xml create mode 100644 tags/text/index.html create mode 100644 tags/text/index.xml diff --git a/.nojekyll b/.nojekyll new file mode 100644 index 0000000..e69de29 diff --git a/404.html b/404.html new file mode 100644 index 0000000..3453870 --- /dev/null +++ b/404.html @@ -0,0 +1,5 @@ +404

Example Site

404

ʕノ•ᴥ•ʔノ ︵ ┻━┻

\ No newline at end of file diff --git a/blog/emoji-support/index.html b/blog/emoji-support/index.html new file mode 100644 index 0000000..61a8bc5 --- /dev/null +++ b/blog/emoji-support/index.html @@ -0,0 +1,7 @@ +Emoji Support | Example Site

Example Site

Emoji Support

Emoji can be enabled in a Hugo project in a number of ways.

The emojify function can be called directly in templates or Inline Shortcodes.

To enable emoji globally, set enableEmoji to true in your site’s configuration and then you can type emoji shorthand codes directly in content files; e.g.

The Emoji cheat sheet is a useful reference for emoji shorthand codes.


N.B. 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.

1.emoji {
+2  font-family: Apple Color Emoji, Segoe UI Emoji, NotoColorEmoji, Segoe UI Symbol, Android Emoji, EmojiSymbols;
+3}

#emoji  

\ No newline at end of file diff --git a/blog/index.html b/blog/index.html new file mode 100644 index 0000000..ffcea2f --- /dev/null +++ b/blog/index.html @@ -0,0 +1,16 @@ +Blog | Example Site

Example Site

#css   +#emoji   +#html   +#markdown   +#privacy   +#shortcodes   +#text  
\ No newline at end of file diff --git a/blog/index.xml b/blog/index.xml new file mode 100644 index 0000000..f934ff4 --- /dev/null +++ b/blog/index.xml @@ -0,0 +1 @@ +Blog on Example Sitehttps://clente.github.io/hugo-bearcub/blog/Recent content in Blog on Example SiteHugo -- gohugo.ioen-USJohn Doe (CC BY 4.0)Mon, 11 Mar 2019 00:00:00 +0000Markdown Syntax Guidehttps://clente.github.io/hugo-bearcub/blog/markdown-syntax/Mon, 11 Mar 2019 00:00:00 +0000https://clente.github.io/hugo-bearcub/blog/markdown-syntax/<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>Rich Contenthttps://clente.github.io/hugo-bearcub/blog/rich-content/Sun, 10 Mar 2019 00:00:00 +0000https://clente.github.io/hugo-bearcub/blog/rich-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>Placeholder Texthttps://clente.github.io/hugo-bearcub/blog/placeholder-text/Sat, 09 Mar 2019 00:00:00 +0000https://clente.github.io/hugo-bearcub/blog/placeholder-text/<p>Lorem est tota propiore conpellat pectoribus de pectora summo.</p>Math Typesettinghttps://clente.github.io/hugo-bearcub/blog/math-typesetting/Fri, 08 Mar 2019 00:00:00 +0000https://clente.github.io/hugo-bearcub/blog/math-typesetting/<p>Mathematical notation in a Hugo project can be enabled by using third party JavaScript libraries.</p>Emoji Supporthttps://clente.github.io/hugo-bearcub/blog/emoji-support/Tue, 05 Mar 2019 00:00:00 +0000https://clente.github.io/hugo-bearcub/blog/emoji-support/<p>Emoji can be enabled in a Hugo project in a number of ways.</p> \ No newline at end of file diff --git a/blog/markdown-syntax/index.html b/blog/markdown-syntax/index.html new file mode 100644 index 0000000..b2bbec5 --- /dev/null +++ b/blog/markdown-syntax/index.html @@ -0,0 +1,38 @@ +Markdown Syntax Guide | Example Site

Example Site

Markdown Syntax Guide

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.

Headings

The following HTML <h1><h6> elements represent six levels of section headings. <h1> is the highest section level while <h6> is the lowest.

H1

H2

H3

H4

H5
H6

Paragraph

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.

Itatur? Quiatae cullecum rem ent aut odis in re eossequodi nonsequ idebis ne sapicia is sinveli squiatum, core et que aut hariosam ex eat.

Blockquotes

The blockquote element represents content that is quoted from another source, optionally with a citation which must be within a footer or cite element, and optionally with in-line changes such as annotations and abbreviations.

Blockquote without attribution

Tiam, ad mint andaepu dandae nostion secatur sequo quae. +Note that you can use Markdown syntax within a blockquote.

Blockquote with attribution

Don’t communicate by sharing memory, share memory by communicating. +— Rob Pike1

Tables

Tables aren’t part of the core Markdown spec, but Hugo supports supports them out-of-the-box.

NameAge
Bob27
Alice23

Inline Markdown within tables

ItalicsBoldCode
italicsboldcode

Code Blocks

Code block with backticks

 1<!doctype html>
+ 2<html lang="en">
+ 3<head>
+ 4  <meta charset="utf-8">
+ 5  <title>Example HTML5 Document</title>
+ 6</head>
+ 7<body>
+ 8  <p>Test</p>
+ 9</body>
+10</html>
+

Code block indented with four spaces

<!doctype html>
+<html lang="en">
+<head>
+  <meta charset="utf-8">
+  <title>Example HTML5 Document</title>
+</head>
+<body>
+  <p>Test</p>
+</body>
+</html>
+

Code block with Hugo’s internal highlight shortcode

 1<!doctype html>
+ 2<html lang="en">
+ 3<head>
+ 4  <meta charset="utf-8">
+ 5  <title>Example HTML5 Document</title>
+ 6</head>
+ 7<body>
+ 8  <p>Test</p>
+ 9</body>
+10</html>

List Types

Ordered List

  1. First item
  2. Second item
  3. Third item

Unordered List

  • List item
  • Another item
  • And another item

Nested list

  • Fruit
    • Apple
    • Orange
    • Banana
  • Dairy
    • Milk
    • Cheese

Other Elements — abbr, sub, sup, kbd, mark

GIF is a bitmap image format.

H2O

Xn + Yn = Zn

Press CTRL+ALT+Delete to end the session.

Most salamanders are nocturnal, and hunt for insects, worms, and other small creatures.


  1. The above quote is excerpted from Rob Pike’s talk during Gopherfest, November 18, 2015. ↩︎

#markdown   +#css   +#html  

\ No newline at end of file diff --git a/blog/math-typesetting/index.html b/blog/math-typesetting/index.html new file mode 100644 index 0000000..39cf743 --- /dev/null +++ b/blog/math-typesetting/index.html @@ -0,0 +1,11 @@ +Math Typesetting | Example Site

Example Site

Math Typesetting

Mathematical notation in a Hugo project can be enabled by using third party JavaScript libraries.

In this example we will be using KaTeX

  • Create a partial under /layouts/partials/math.html
  • Within this partial reference the Auto-render Extension or host these scripts locally.
  • Include the partial in your templates like so:
1{{ if or .Params.math .Site.Params.math }}
+2{{ partial "math.html" . }}
+3{{ end }}
+
  • To enable KaTex globally set the parameter math to true in a project’s configuration
  • To enable KaTex on a per page basis include the parameter math: true in content files

Note: Use the online reference of Supported TeX Functions

Examples

Block math: +$$ +\varphi = 1+\frac{1} {1+\frac{1} {1+\frac{1} {1+\cdots} } } +$$

\ No newline at end of file diff --git a/blog/migrate-from-jekyl/index.html b/blog/migrate-from-jekyl/index.html new file mode 100644 index 0000000..7a5a095 --- /dev/null +++ b/blog/migrate-from-jekyl/index.html @@ -0,0 +1 @@ +https://clente.github.io/hugo-bearcub/blog/markdown-syntax/ \ No newline at end of file diff --git a/blog/placeholder-text/index.html b/blog/placeholder-text/index.html new file mode 100644 index 0000000..0dfddd5 --- /dev/null +++ b/blog/placeholder-text/index.html @@ -0,0 +1,6 @@ +Placeholder Text | Example Site

Example Site

Placeholder Text

Lorem est tota propiore conpellat pectoribus de pectora summo.

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.

  1. Exierant elisi ambit vivere dedere
  2. Duce pollice
  3. Eris modo
  4. Spargitque ferrea quos palude

Rursus nulli murmur; hastile inridet ut ab gravi sententia! Nomine potitus silentia flumen, sustinet placuit petis in dilapsa erat sunt. Atria tractus malis.

  1. Comas hunc haec pietate fetum procerum dixit
  2. Post torum vates letum Tiresia
  3. Flumen querellas
  4. Arcanaque montibus omnes
  5. Quidem et

Vagus elidunt

The Van de Graaf Canon

Mane refeci capiebant unda mulcebat

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. Faces illo pepulere tempus adest. Tendit flamma, ab opes virum sustinet, sidus sequendo urbis.

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.

Eurytus Hector, materna ipsumque ut Politen, nec, nate, ignari, vernum cohaesit sequitur. Vel mitis temploque vocatus, inque alis, oculos nomen 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 parte.

#markdown   +#text  

\ No newline at end of file diff --git a/blog/rich-content/index.html b/blog/rich-content/index.html new file mode 100644 index 0000000..db54f9f --- /dev/null +++ b/blog/rich-content/index.html @@ -0,0 +1,6 @@ +Rich Content | Example Site

Example Site

Rich Content

Hugo ships with several Built-in Shortcodes for rich content, along with a Privacy Config and a set of Simple Shortcodes that enable static and no-JS versions of various social media embeds.


YouTube Privacy Enhanced Shortcode


Twitter Simple Shortcode


Vimeo Simple Shortcode

Sing Jan Swing - Kinetic Type

#shortcodes   +#privacy  

\ No newline at end of file diff --git a/categories/index.html b/categories/index.html new file mode 100644 index 0000000..e2a446b --- /dev/null +++ b/categories/index.html @@ -0,0 +1,7 @@ +Categories | Example Site

Example Site

Filtering for "Categories"

\ No newline at end of file diff --git a/categories/index.xml b/categories/index.xml new file mode 100644 index 0000000..8bfd7ca --- /dev/null +++ b/categories/index.xml @@ -0,0 +1 @@ +Categories on Example Sitehttps://clente.github.io/hugo-bearcub/categories/Recent content in Categories on Example SiteHugo -- gohugo.ioen-USJohn Doe (CC BY 4.0)Mon, 11 Mar 2019 00:00:00 +0000syntaxhttps://clente.github.io/hugo-bearcub/categories/syntax/Mon, 11 Mar 2019 00:00:00 +0000https://clente.github.io/hugo-bearcub/categories/syntax/themeshttps://clente.github.io/hugo-bearcub/categories/themes/Mon, 11 Mar 2019 00:00:00 +0000https://clente.github.io/hugo-bearcub/categories/themes/ \ No newline at end of file diff --git a/categories/syntax/index.html b/categories/syntax/index.html new file mode 100644 index 0000000..7eb5d3a --- /dev/null +++ b/categories/syntax/index.html @@ -0,0 +1,6 @@ +syntax | Example Site

Example Site

Filtering for "syntax"

\ No newline at end of file diff --git a/categories/syntax/index.xml b/categories/syntax/index.xml new file mode 100644 index 0000000..feca736 --- /dev/null +++ b/categories/syntax/index.xml @@ -0,0 +1 @@ +syntax on Example Sitehttps://clente.github.io/hugo-bearcub/categories/syntax/Recent content in syntax on Example SiteHugo -- gohugo.ioen-USJohn Doe (CC BY 4.0)Mon, 11 Mar 2019 00:00:00 +0000Markdown Syntax Guidehttps://clente.github.io/hugo-bearcub/blog/markdown-syntax/Mon, 11 Mar 2019 00:00:00 +0000https://clente.github.io/hugo-bearcub/blog/markdown-syntax/<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> \ No newline at end of file diff --git a/categories/themes/index.html b/categories/themes/index.html new file mode 100644 index 0000000..dbee516 --- /dev/null +++ b/categories/themes/index.html @@ -0,0 +1,6 @@ +themes | Example Site

Example Site

Filtering for "themes"

\ No newline at end of file diff --git a/categories/themes/index.xml b/categories/themes/index.xml new file mode 100644 index 0000000..b652728 --- /dev/null +++ b/categories/themes/index.xml @@ -0,0 +1 @@ +themes on Example Sitehttps://clente.github.io/hugo-bearcub/categories/themes/Recent content in themes on Example SiteHugo -- gohugo.ioen-USJohn Doe (CC BY 4.0)Mon, 11 Mar 2019 00:00:00 +0000Markdown Syntax Guidehttps://clente.github.io/hugo-bearcub/blog/markdown-syntax/Mon, 11 Mar 2019 00:00:00 +0000https://clente.github.io/hugo-bearcub/blog/markdown-syntax/<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> \ No newline at end of file diff --git a/en/index.html b/en/index.html new file mode 100644 index 0000000..8a49e5b --- /dev/null +++ b/en/index.html @@ -0,0 +1 @@ +https://clente.github.io/hugo-bearcub/ \ No newline at end of file diff --git a/en/sitemap.xml b/en/sitemap.xml new file mode 100644 index 0000000..0ec6d47 --- /dev/null +++ b/en/sitemap.xml @@ -0,0 +1 @@ +https://clente.github.io/hugo-bearcub/2019-03-11T00:00:00+00:00https://clente.github.io/hugo-bearcub/blog/2019-03-11T00:00:00+00:00https://clente.github.io/hugo-bearcub/categories/2019-03-11T00:00:00+00:00https://clente.github.io/hugo-bearcub/tags/css/2019-03-11T00:00:00+00:00https://clente.github.io/hugo-bearcub/tags/html/2019-03-11T00:00:00+00:00https://clente.github.io/hugo-bearcub/tags/markdown/2019-03-11T00:00:00+00:00https://clente.github.io/hugo-bearcub/blog/markdown-syntax/2019-03-11T00:00:00+00:00https://clente.github.io/hugo-bearcub/categories/syntax/2019-03-11T00:00:00+00:00https://clente.github.io/hugo-bearcub/tags/2019-03-11T00:00:00+00:00https://clente.github.io/hugo-bearcub/categories/themes/2019-03-11T00:00:00+00:00https://clente.github.io/hugo-bearcub/tags/privacy/2019-03-10T00:00:00+00:00https://clente.github.io/hugo-bearcub/blog/rich-content/2019-03-10T00:00:00+00:00https://clente.github.io/hugo-bearcub/tags/shortcodes/2019-03-10T00:00:00+00:00https://clente.github.io/hugo-bearcub/blog/placeholder-text/2019-03-09T00:00:00+00:00https://clente.github.io/hugo-bearcub/tags/text/2019-03-09T00:00:00+00:00https://clente.github.io/hugo-bearcub/blog/math-typesetting/2019-03-08T00:00:00+00:00https://clente.github.io/hugo-bearcub/tags/emoji/2019-03-05T00:00:00+00:00https://clente.github.io/hugo-bearcub/blog/emoji-support/2019-03-05T00:00:00+00:00 \ No newline at end of file diff --git a/favicon.ico b/favicon.ico new file mode 100644 index 0000000000000000000000000000000000000000..5f67af60338c6a0982f06d400d457b28aba6943c GIT binary patch literal 15406 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 literal 0 HcmV?d00001 diff --git a/index.html b/index.html new file mode 100644 index 0000000..391ef93 --- /dev/null +++ b/index.html @@ -0,0 +1,18 @@ +Home | Example Site

Example Site

Say hello to Bear Cub!

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.

The internet has become a bloated mess. Huge JavaScript libraries, countless +client-side queries and overly complex frontend frameworks are par for the +course these days.

Kev Quirk

Let’s change this one website at a time! Bear Cub is a +Hugo theme based on Hugo +Bear that takes care of speed and +optimization, so you can focus on writing good content.

It is free, multilingual, optimized for search engines, no-nonsense, +responsive, light, and fast. Really fast.

Additionally, when compared to its predecessor, Bear Cub was made with +privacy, +security and +accessibility +in mind. For more details on how to ensure your website keeps following these +guidelines, check out my blog.

Made with 💟 by Caio lente.

John Doe (CC BY 4.0) | Made with Bear Cub
\ No newline at end of file diff --git a/index.xml b/index.xml new file mode 100644 index 0000000..7231e15 --- /dev/null +++ b/index.xml @@ -0,0 +1 @@ +Home on Example Sitehttps://clente.github.io/hugo-bearcub/Recent content in Home on Example SiteHugo -- gohugo.ioen-USJohn Doe (CC BY 4.0)Mon, 11 Mar 2019 00:00:00 +0000Markdown Syntax Guidehttps://clente.github.io/hugo-bearcub/blog/markdown-syntax/Mon, 11 Mar 2019 00:00:00 +0000https://clente.github.io/hugo-bearcub/blog/markdown-syntax/<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>Rich Contenthttps://clente.github.io/hugo-bearcub/blog/rich-content/Sun, 10 Mar 2019 00:00:00 +0000https://clente.github.io/hugo-bearcub/blog/rich-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>Placeholder Texthttps://clente.github.io/hugo-bearcub/blog/placeholder-text/Sat, 09 Mar 2019 00:00:00 +0000https://clente.github.io/hugo-bearcub/blog/placeholder-text/<p>Lorem est tota propiore conpellat pectoribus de pectora summo.</p>Math Typesettinghttps://clente.github.io/hugo-bearcub/blog/math-typesetting/Fri, 08 Mar 2019 00:00:00 +0000https://clente.github.io/hugo-bearcub/blog/math-typesetting/<p>Mathematical notation in a Hugo project can be enabled by using third party JavaScript libraries.</p>Emoji Supporthttps://clente.github.io/hugo-bearcub/blog/emoji-support/Tue, 05 Mar 2019 00:00:00 +0000https://clente.github.io/hugo-bearcub/blog/emoji-support/<p>Emoji can be enabled in a Hugo project in a number of ways.</p> \ No newline at end of file diff --git a/pt/404.html b/pt/404.html new file mode 100644 index 0000000..e28ed47 --- /dev/null +++ b/pt/404.html @@ -0,0 +1,5 @@ +404

Site Exemplo

404

ʕノ•ᴥ•ʔノ ︵ ┻━┻

John Doe (CC BY 4.0) | Feito com Bear Cub
\ No newline at end of file diff --git a/pt/blog/index.html b/pt/blog/index.html new file mode 100644 index 0000000..ea1a79f --- /dev/null +++ b/pt/blog/index.html @@ -0,0 +1,5 @@ +Blog | Site Exemplo

Site Exemplo

  • Nenhum post ainda
John Doe (CC BY 4.0) | Feito com Bear Cub
\ No newline at end of file diff --git a/pt/blog/index.xml b/pt/blog/index.xml new file mode 100644 index 0000000..3c010a7 --- /dev/null +++ b/pt/blog/index.xml @@ -0,0 +1 @@ +Blog on Site Exemplohttps://clente.github.io/hugo-bearcub/pt/blog/Recent content in Blog on Site ExemploHugo -- gohugo.iopt-BRJohn Doe (CC BY 4.0) \ No newline at end of file diff --git a/pt/categories/index.html b/pt/categories/index.html new file mode 100644 index 0000000..e43f641 --- /dev/null +++ b/pt/categories/index.html @@ -0,0 +1,5 @@ +Categories | Site Exemplo

Site Exemplo

Filtrando para "Categories"

  • Nenhum post ainda
John Doe (CC BY 4.0) | Feito com Bear Cub
\ No newline at end of file diff --git a/pt/categories/index.xml b/pt/categories/index.xml new file mode 100644 index 0000000..1d47dd4 --- /dev/null +++ b/pt/categories/index.xml @@ -0,0 +1 @@ +Categories on Site Exemplohttps://clente.github.io/hugo-bearcub/pt/categories/Recent content in Categories on Site ExemploHugo -- gohugo.iopt-BRJohn Doe (CC BY 4.0) \ No newline at end of file diff --git a/pt/index.html b/pt/index.html new file mode 100644 index 0000000..1484f20 --- /dev/null +++ b/pt/index.html @@ -0,0 +1,18 @@ +Início | Site Exemplo

Site Exemplo

Diga oi para o Bear Cub!

Os sites de hoje em dia são pesados, lentos e cheios de scripts, propagandas e +rastreadores. Isso ficou tão comum que nós perdemos toda a perspectiva, tanto +que achamos normal uma página web ter vários megabytes.

The internet has become a bloated mess. Huge JavaScript libraries, countless +client-side queries and overly complex frontend frameworks are par for the +course these days.

Kev Quirk

Vamos mudar isso um site de cada vez! Bear Cub é um tema +Hugo baseado no Hugo +Bear que tema conta da velocidade +e otimização para que você possa focar em escrever bons textos.

Ele é gratuito, multilíngue, otimizado para buscadores, direto, responsivo, leve +e rápido. Muito rápido.

Além disso, quando comparado ao seu predecessor, o Bear Cub foi feito com +privacidade, +segurança e +acessibilidade +em mente. Para garantir que o seu site continue seguindo esses princípios, dê +uma olhada no meu blog.

Feito com 💟 por Caio lente.

John Doe (CC BY 4.0) | Feito com Bear Cub
\ No newline at end of file diff --git a/pt/index.xml b/pt/index.xml new file mode 100644 index 0000000..8f3de52 --- /dev/null +++ b/pt/index.xml @@ -0,0 +1 @@ +Início on Site Exemplohttps://clente.github.io/hugo-bearcub/pt/Recent content in Início on Site ExemploHugo -- gohugo.iopt-BRJohn Doe (CC BY 4.0) \ No newline at end of file diff --git a/pt/sitemap.xml b/pt/sitemap.xml new file mode 100644 index 0000000..99d33b2 --- /dev/null +++ b/pt/sitemap.xml @@ -0,0 +1 @@ +https://clente.github.io/hugo-bearcub/pt/https://clente.github.io/hugo-bearcub/pt/blog/https://clente.github.io/hugo-bearcub/pt/categories/https://clente.github.io/hugo-bearcub/pt/tags/ \ No newline at end of file diff --git a/pt/tags/index.html b/pt/tags/index.html new file mode 100644 index 0000000..2dd8db3 --- /dev/null +++ b/pt/tags/index.html @@ -0,0 +1,5 @@ +Tags | Site Exemplo

Site Exemplo

Filtrando para "Tags"

  • Nenhum post ainda
John Doe (CC BY 4.0) | Feito com Bear Cub
\ No newline at end of file diff --git a/pt/tags/index.xml b/pt/tags/index.xml new file mode 100644 index 0000000..931a04b --- /dev/null +++ b/pt/tags/index.xml @@ -0,0 +1 @@ +Tags on Site Exemplohttps://clente.github.io/hugo-bearcub/pt/tags/Recent content in Tags on Site ExemploHugo -- gohugo.iopt-BRJohn Doe (CC BY 4.0) \ No newline at end of file diff --git a/robots.txt b/robots.txt new file mode 100644 index 0000000..4076b0d --- /dev/null +++ b/robots.txt @@ -0,0 +1,3 @@ +User-agent: * +Allow: / +Sitemap: https://clente.github.io/hugo-bearcub/sitemap.xml diff --git a/sitemap.xml b/sitemap.xml new file mode 100644 index 0000000..6020f56 --- /dev/null +++ b/sitemap.xml @@ -0,0 +1 @@ +https://clente.github.io/hugo-bearcub/en/sitemap.xml2019-03-11T00:00:00+00:00https://clente.github.io/hugo-bearcub/pt/sitemap.xml \ No newline at end of file diff --git a/style.min.css b/style.min.css new file mode 100644 index 0000000..1657be3 --- /dev/null +++ b/style.min.css @@ -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} \ No newline at end of file diff --git a/syntax.min.css b/syntax.min.css new file mode 100644 index 0000000..bff1d80 --- /dev/null +++ b/syntax.min.css @@ -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} \ No newline at end of file diff --git a/tags/css/index.html b/tags/css/index.html new file mode 100644 index 0000000..e5a231c --- /dev/null +++ b/tags/css/index.html @@ -0,0 +1,6 @@ +css | Example Site

Example Site

Filtering for "css"

John Doe (CC BY 4.0) | Made with Bear Cub
\ No newline at end of file diff --git a/tags/css/index.xml b/tags/css/index.xml new file mode 100644 index 0000000..c0ae8ef --- /dev/null +++ b/tags/css/index.xml @@ -0,0 +1 @@ +css on Example Sitehttps://clente.github.io/hugo-bearcub/tags/css/Recent content in css on Example SiteHugo -- gohugo.ioen-USJohn Doe (CC BY 4.0)Mon, 11 Mar 2019 00:00:00 +0000Markdown Syntax Guidehttps://clente.github.io/hugo-bearcub/blog/markdown-syntax/Mon, 11 Mar 2019 00:00:00 +0000https://clente.github.io/hugo-bearcub/blog/markdown-syntax/<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> \ No newline at end of file diff --git a/tags/emoji/index.html b/tags/emoji/index.html new file mode 100644 index 0000000..da7cde9 --- /dev/null +++ b/tags/emoji/index.html @@ -0,0 +1,6 @@ +emoji | Example Site

Example Site

Filtering for "emoji"

John Doe (CC BY 4.0) | Made with Bear Cub
\ No newline at end of file diff --git a/tags/emoji/index.xml b/tags/emoji/index.xml new file mode 100644 index 0000000..21539ca --- /dev/null +++ b/tags/emoji/index.xml @@ -0,0 +1 @@ +emoji on Example Sitehttps://clente.github.io/hugo-bearcub/tags/emoji/Recent content in emoji on Example SiteHugo -- gohugo.ioen-USJohn Doe (CC BY 4.0)Tue, 05 Mar 2019 00:00:00 +0000Emoji Supporthttps://clente.github.io/hugo-bearcub/blog/emoji-support/Tue, 05 Mar 2019 00:00:00 +0000https://clente.github.io/hugo-bearcub/blog/emoji-support/<p>Emoji can be enabled in a Hugo project in a number of ways.</p> \ No newline at end of file diff --git a/tags/html/index.html b/tags/html/index.html new file mode 100644 index 0000000..48763cf --- /dev/null +++ b/tags/html/index.html @@ -0,0 +1,6 @@ +html | Example Site

Example Site

Filtering for "html"

John Doe (CC BY 4.0) | Made with Bear Cub
\ No newline at end of file diff --git a/tags/html/index.xml b/tags/html/index.xml new file mode 100644 index 0000000..d2af32f --- /dev/null +++ b/tags/html/index.xml @@ -0,0 +1 @@ +html on Example Sitehttps://clente.github.io/hugo-bearcub/tags/html/Recent content in html on Example SiteHugo -- gohugo.ioen-USJohn Doe (CC BY 4.0)Mon, 11 Mar 2019 00:00:00 +0000Markdown Syntax Guidehttps://clente.github.io/hugo-bearcub/blog/markdown-syntax/Mon, 11 Mar 2019 00:00:00 +0000https://clente.github.io/hugo-bearcub/blog/markdown-syntax/<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> \ No newline at end of file diff --git a/tags/index.html b/tags/index.html new file mode 100644 index 0000000..9ba240b --- /dev/null +++ b/tags/index.html @@ -0,0 +1,12 @@ +Tags | Example Site

Example Site

Filtering for "Tags"

John Doe (CC BY 4.0) | Made with Bear Cub
\ No newline at end of file diff --git a/tags/index.xml b/tags/index.xml new file mode 100644 index 0000000..d36831e --- /dev/null +++ b/tags/index.xml @@ -0,0 +1 @@ +Tags on Example Sitehttps://clente.github.io/hugo-bearcub/tags/Recent content in Tags on Example SiteHugo -- gohugo.ioen-USJohn Doe (CC BY 4.0)Mon, 11 Mar 2019 00:00:00 +0000csshttps://clente.github.io/hugo-bearcub/tags/css/Mon, 11 Mar 2019 00:00:00 +0000https://clente.github.io/hugo-bearcub/tags/css/htmlhttps://clente.github.io/hugo-bearcub/tags/html/Mon, 11 Mar 2019 00:00:00 +0000https://clente.github.io/hugo-bearcub/tags/html/markdownhttps://clente.github.io/hugo-bearcub/tags/markdown/Mon, 11 Mar 2019 00:00:00 +0000https://clente.github.io/hugo-bearcub/tags/markdown/privacyhttps://clente.github.io/hugo-bearcub/tags/privacy/Sun, 10 Mar 2019 00:00:00 +0000https://clente.github.io/hugo-bearcub/tags/privacy/shortcodeshttps://clente.github.io/hugo-bearcub/tags/shortcodes/Sun, 10 Mar 2019 00:00:00 +0000https://clente.github.io/hugo-bearcub/tags/shortcodes/texthttps://clente.github.io/hugo-bearcub/tags/text/Sat, 09 Mar 2019 00:00:00 +0000https://clente.github.io/hugo-bearcub/tags/text/emojihttps://clente.github.io/hugo-bearcub/tags/emoji/Tue, 05 Mar 2019 00:00:00 +0000https://clente.github.io/hugo-bearcub/tags/emoji/ \ No newline at end of file diff --git a/tags/markdown/index.html b/tags/markdown/index.html new file mode 100644 index 0000000..20c7ed6 --- /dev/null +++ b/tags/markdown/index.html @@ -0,0 +1,7 @@ +markdown | Example Site

Example Site

Filtering for "markdown"

John Doe (CC BY 4.0) | Made with Bear Cub
\ No newline at end of file diff --git a/tags/markdown/index.xml b/tags/markdown/index.xml new file mode 100644 index 0000000..c0a4b36 --- /dev/null +++ b/tags/markdown/index.xml @@ -0,0 +1 @@ +markdown on Example Sitehttps://clente.github.io/hugo-bearcub/tags/markdown/Recent content in markdown on Example SiteHugo -- gohugo.ioen-USJohn Doe (CC BY 4.0)Mon, 11 Mar 2019 00:00:00 +0000Markdown Syntax Guidehttps://clente.github.io/hugo-bearcub/blog/markdown-syntax/Mon, 11 Mar 2019 00:00:00 +0000https://clente.github.io/hugo-bearcub/blog/markdown-syntax/<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>Placeholder Texthttps://clente.github.io/hugo-bearcub/blog/placeholder-text/Sat, 09 Mar 2019 00:00:00 +0000https://clente.github.io/hugo-bearcub/blog/placeholder-text/<p>Lorem est tota propiore conpellat pectoribus de pectora summo.</p> \ No newline at end of file diff --git a/tags/privacy/index.html b/tags/privacy/index.html new file mode 100644 index 0000000..b1f9360 --- /dev/null +++ b/tags/privacy/index.html @@ -0,0 +1,6 @@ +privacy | Example Site

Example Site

Filtering for "privacy"

John Doe (CC BY 4.0) | Made with Bear Cub
\ No newline at end of file diff --git a/tags/privacy/index.xml b/tags/privacy/index.xml new file mode 100644 index 0000000..881677f --- /dev/null +++ b/tags/privacy/index.xml @@ -0,0 +1 @@ +privacy on Example Sitehttps://clente.github.io/hugo-bearcub/tags/privacy/Recent content in privacy on Example SiteHugo -- gohugo.ioen-USJohn Doe (CC BY 4.0)Sun, 10 Mar 2019 00:00:00 +0000Rich Contenthttps://clente.github.io/hugo-bearcub/blog/rich-content/Sun, 10 Mar 2019 00:00:00 +0000https://clente.github.io/hugo-bearcub/blog/rich-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> \ No newline at end of file diff --git a/tags/shortcodes/index.html b/tags/shortcodes/index.html new file mode 100644 index 0000000..8444e7f --- /dev/null +++ b/tags/shortcodes/index.html @@ -0,0 +1,6 @@ +shortcodes | Example Site

Example Site

Filtering for "shortcodes"

John Doe (CC BY 4.0) | Made with Bear Cub
\ No newline at end of file diff --git a/tags/shortcodes/index.xml b/tags/shortcodes/index.xml new file mode 100644 index 0000000..45db608 --- /dev/null +++ b/tags/shortcodes/index.xml @@ -0,0 +1 @@ +shortcodes on Example Sitehttps://clente.github.io/hugo-bearcub/tags/shortcodes/Recent content in shortcodes on Example SiteHugo -- gohugo.ioen-USJohn Doe (CC BY 4.0)Sun, 10 Mar 2019 00:00:00 +0000Rich Contenthttps://clente.github.io/hugo-bearcub/blog/rich-content/Sun, 10 Mar 2019 00:00:00 +0000https://clente.github.io/hugo-bearcub/blog/rich-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> \ No newline at end of file diff --git a/tags/text/index.html b/tags/text/index.html new file mode 100644 index 0000000..a8c6717 --- /dev/null +++ b/tags/text/index.html @@ -0,0 +1,6 @@ +text | Example Site

Example Site

Filtering for "text"

John Doe (CC BY 4.0) | Made with Bear Cub
\ No newline at end of file diff --git a/tags/text/index.xml b/tags/text/index.xml new file mode 100644 index 0000000..7ff6360 --- /dev/null +++ b/tags/text/index.xml @@ -0,0 +1 @@ +text on Example Sitehttps://clente.github.io/hugo-bearcub/tags/text/Recent content in text on Example SiteHugo -- gohugo.ioen-USJohn Doe (CC BY 4.0)Sat, 09 Mar 2019 00:00:00 +0000Placeholder Texthttps://clente.github.io/hugo-bearcub/blog/placeholder-text/Sat, 09 Mar 2019 00:00:00 +0000https://clente.github.io/hugo-bearcub/blog/placeholder-text/<p>Lorem est tota propiore conpellat pectoribus de pectora summo.</p> \ No newline at end of file