diff --git a/404.html b/404.html index a212cd0..39947b6 100644 --- a/404.html +++ b/404.html @@ -1,6 +1,6 @@ -
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 {
+pt-BR 🇧🇷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}
\ No newline at end of file
diff --git a/blog/index.html b/blog/index.html
index 89d1ef8..eed5cac 100644
--- a/blog/index.html
+++ b/blog/index.html
@@ -1,9 +1,9 @@
-Blog | Bear Cub Skip to Main Content
+Blog | Bear Cub Skip to main content
Bear Cub
-
Markdown Syntax Guide
-
Rich Content
-
Placeholder Text
-
diff --git a/blog/markdown-syntax/index.html b/blog/markdown-syntax/index.html
index 921a87e..8a4f766 100644
--- a/blog/markdown-syntax/index.html
+++ b/blog/markdown-syntax/index.html
@@ -1,9 +1,9 @@
-
Markdown Syntax Guide | Bear Cub Skip to Main Content
+Markdown Syntax Guide | Bear Cub Skip to main content
Bear Cub
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.
+pt-BR 🇧🇷
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.
Name Age Bob 27 Alice 23
Inline Markdown within tables
Italics Bold Code italics bold code
Code Blocks
Code block with backticks
1<!doctype html>
2<html lang="en">
diff --git a/blog/math-typesetting/index.html b/blog/math-typesetting/index.html
index 19fab24..6bb3473 100644
--- a/blog/math-typesetting/index.html
+++ b/blog/math-typesetting/index.html
@@ -1,9 +1,9 @@
-Math Typesetting | Bear Cub Skip to Main Content
+Math Typesetting | Bear Cub Skip to main content
Bear Cub
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 }}
+pt-BR 🇧🇷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:
diff --git a/blog/placeholder-text/index.html b/blog/placeholder-text/index.html
index 4198f62..9f2b407 100644
--- a/blog/placeholder-text/index.html
+++ b/blog/placeholder-text/index.html
@@ -1,7 +1,7 @@
-
Placeholder Text | Bear Cub Skip to Main Content
+Placeholder Text | Bear Cub Skip to main content
Bear Cub
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.
- Exierant elisi ambit vivere dedere
- Duce pollice
- Eris modo
- 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.
- Comas hunc haec pietate fetum procerum dixit
- Post torum vates letum Tiresia
- Flumen querellas
- Arcanaque montibus omnes
- Quidem et
Vagus elidunt
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.
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.
- Exierant elisi ambit vivere dedere
- Duce pollice
- Eris modo
- 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.
- Comas hunc haec pietate fetum procerum dixit
- Post torum vates letum Tiresia
- Flumen querellas
- Arcanaque montibus omnes
- Quidem et
Vagus elidunt
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.
\ No newline at end of file
diff --git a/blog/rich-content/index.html b/blog/rich-content/index.html
index d676183..249a61d 100644
--- a/blog/rich-content/index.html
+++ b/blog/rich-content/index.html
@@ -1,7 +1,7 @@
-Rich Content | Bear Cub Skip to Main Content
+Rich Content | Bear Cub Skip to main content
Bear Cub
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
“In addition to being more logical, asymmetry has the advantage that its complete appearance is far more optically effective than symmetry.”
— Jan Tschichold pic.twitter.com/gcv7SrhvJb
— Graphic Design History (@DesignReviewed) January 17, 2019
Vimeo Simple Shortcode
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
“In addition to being more logical, asymmetry has the advantage that its complete appearance is far more optically effective than symmetry.”
— Jan Tschichold pic.twitter.com/gcv7SrhvJb
— Graphic Design History (@DesignReviewed) January 17, 2019
Vimeo Simple Shortcode
\ No newline at end of file
diff --git a/categories/index.html b/categories/index.html
index 86f5506..1362916 100644
--- a/categories/index.html
+++ b/categories/index.html
@@ -1,8 +1,8 @@
-Categories | Bear Cub Skip to Main Content
+Categories | Bear Cub Skip to main content
Bear Cub
Filtering for "Categories"
Filtering for "Categories"
\ No newline at end of file
diff --git a/categories/syntax/index.html b/categories/syntax/index.html
index af7cf4b..e404a6c 100644
--- a/categories/syntax/index.html
+++ b/categories/syntax/index.html
@@ -1,7 +1,7 @@
-syntax | Bear Cub Skip to Main Content
+syntax | Bear Cub Skip to main content
Bear Cub
Filtering for "syntax"
Filtering for "syntax"
\ No newline at end of file
diff --git a/categories/themes/index.html b/categories/themes/index.html
index 2be01dd..29f7c31 100644
--- a/categories/themes/index.html
+++ b/categories/themes/index.html
@@ -1,7 +1,7 @@
-themes | Bear Cub Skip to Main Content
+themes | Bear Cub Skip to main content
Bear Cub
Filtering for "themes"
Filtering for "themes"
\ No newline at end of file
diff --git a/index.html b/index.html
index e35ee1e..5ec4619 100644
--- a/index.html
+++ b/index.html
@@ -1,9 +1,9 @@
-Home | Bear Cub Skip to Main Content
+Home | Bear Cub Skip to main content
Bear Cub
ᕦʕ •ᴥ•ʔᕤ Bear Cub
Today’s websites are bloated, slow, and full of scripts, ads, and trackers. This
+pt-BR 🇧🇷
ᕦʕ •ᴥ•ʔᕤ 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
diff --git a/pt/404.html b/pt/404.html
index c78a010..de4e32f 100644
--- a/pt/404.html
+++ b/pt/404.html
@@ -1,6 +1,6 @@
-
404 Skip to Main Content
+404 Pular para conteúdo principal
Bear Cub
404
ʕノ•ᴥ•ʔノ ︵ ┻━┻
\ No newline at end of file
+en-US 🇺🇸 404
ʕノ•ᴥ•ʔノ ︵ ┻━┻
\ No newline at end of file
diff --git a/pt/blog/index.html b/pt/blog/index.html
index 2b34c98..995051c 100644
--- a/pt/blog/index.html
+++ b/pt/blog/index.html
@@ -1,6 +1,6 @@
-Blog | Bear Cub Skip to Main Content
+Blog | Bear Cub Pular para conteúdo principal
Bear Cub
- Nenhum post ainda
\ No newline at end of file
+en-US 🇺🇸 - Nenhum post ainda
\ No newline at end of file
diff --git a/pt/categories/index.html b/pt/categories/index.html
index 6f56e17..f2741f7 100644
--- a/pt/categories/index.html
+++ b/pt/categories/index.html
@@ -1,6 +1,6 @@
-Categories | Bear Cub Skip to Main Content
+Categories | Bear Cub Pular para conteúdo principal
Bear Cub
Filtrando para "Categories"
- Nenhum post ainda
\ No newline at end of file
+en-US 🇺🇸 Filtrando para "Categories"
- Nenhum post ainda
\ No newline at end of file
diff --git a/pt/index.html b/pt/index.html
index e9c3b2e..da2c203 100644
--- a/pt/index.html
+++ b/pt/index.html
@@ -1,9 +1,9 @@
-Início | Bear Cub Skip to Main Content
+Início | Bear Cub Pular para conteúdo principal
Bear Cub
ᕦʕ •ᴥ•ʔᕤ Bear Cub
Os sites de hoje em dia são pesados, lentos e cheios de scripts, propagandas e
+en-US 🇺🇸
ᕦʕ •ᴥ•ʔᕤ 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
diff --git a/pt/tags/index.html b/pt/tags/index.html
index 2690032..e19bd69 100644
--- a/pt/tags/index.html
+++ b/pt/tags/index.html
@@ -1,6 +1,6 @@
-
Tags | Bear Cub Skip to Main Content
+Tags | Bear Cub Pular para conteúdo principal
Bear Cub
Filtrando para "Tags"
- Nenhum post ainda
\ No newline at end of file
+en-US 🇺🇸 Filtrando para "Tags"
- Nenhum post ainda
\ No newline at end of file
diff --git a/style.min.css b/style.min.css
index 1cd235d..fb768e9 100644
--- a/style.min.css
+++ b/style.min.css
@@ -1 +1 @@
-body{font-family:Verdana,sans-serif;margin:auto;padding:20px;max-width:720px;text-align:left;background-color:#1d1f27;word-wrap:break-word;overflow-wrap:break-word;line-height:1.5;color:#c9d1d9}h1,h2,h3,h4,h5,h6,strong,b{color:#eee}a{color:#8cc2dd}.title{text-decoration:none;border:0}.title h1{font-size:24px;margin:19.92px 0}.title span{font-weight:400}nav a{margin-right:10px}textarea{background-color:#252525;color:#ddd;width:100%;font-size:16px}input{background-color:#252525;color:#ddd;font-size:16px}content{line-height:1.6}table{width:100%}table,th,td{border:1px solid;border-collapse:collapse;border-color:#c9d1d9;padding:5px}img{max-width:100%}code{padding:2px 5px;color:#f8f8f2;background-color:#282a36}pre code{display:block;padding:20px;white-space:pre-wrap;font-size:14px;overflow-x:auto}blockquote{border-left:1px solid #999;color:#ccc;padding-left:20px;font-style:italic}footer{padding:25px;text-align:center}.helptext{color:#aaa;font-size:small}.errorlist{color:#eba613;font-size:small}ul.blog-posts{list-style-type:none;padding:unset}ul.blog-posts li{display:flex;margin-bottom:10px}ul.blog-posts li span{flex:0 0 130px}ul.blog-posts li a:visited{color:#8b6fcb}a.blog-tags{line-height:2}h3.blog-filter{margin-bottom:0}.disabled{color:currentColor;cursor:not-allowed;opacity:.7}.skiplink{position:absolute;top:5;transform:translateY(-600%);transition:transform .5s;background-color:#121212;font-size:larger;padding:6px}.skiplink:focus{transform:translateY(0%)}
\ No newline at end of file
+body{font-family:Verdana,sans-serif;margin:auto;padding:20px;max-width:720px;text-align:left;background-color:#1d1f27;word-wrap:break-word;overflow-wrap:break-word;line-height:1.5;color:#c9d1d9}h1,h2,h3,h4,h5,h6,strong,b{color:#eee}a{color:#8cc2dd}.title{text-decoration:none;border:0}.title h1{font-size:24px;margin:19.92px 0}.title span{font-weight:400}nav a{margin-right:10px}textarea{background-color:#252525;color:#ddd;width:100%;font-size:16px}input{background-color:#252525;color:#ddd;font-size:16px}content{line-height:1.6}table{width:100%}table,th,td{border:1px solid;border-collapse:collapse;border-color:#c9d1d9;padding:5px}img{max-width:100%}code{padding:2px 5px;color:#f8f8f2;background-color:#282a36}pre code{display:block;padding:20px;white-space:pre-wrap;font-size:14px;overflow-x:auto}blockquote{border-left:1px solid #999;color:#ccc;padding-left:20px;font-style:italic}footer{padding:25px;text-align:center}.helptext{color:#aaa;font-size:small}.errorlist{color:#eba613;font-size:small}ul.blog-posts{list-style-type:none;padding:unset}ul.blog-posts li{display:flex;margin-bottom:10px}ul.blog-posts li span{flex:0 0 130px}ul.blog-posts li a:visited{color:#8b6fcb}a.blog-tags{line-height:2}h3.blog-filter{margin-bottom:0}.disabled{color:currentColor;cursor:not-allowed;opacity:.7}.skip-link{position:absolute;top:5;transform:translateY(-600%);transition:transform .5s;background-color:#1d1f27;padding:6px}.skip-link:focus{transform:translateY(0%)}
\ No newline at end of file
diff --git a/tags/css/index.html b/tags/css/index.html
index 06fbb07..627e332 100644
--- a/tags/css/index.html
+++ b/tags/css/index.html
@@ -1,7 +1,7 @@
-css | Bear Cub Skip to Main Content
+css | Bear Cub Skip to main content
Bear Cub
Filtering for "css"
Filtering for "css"
\ No newline at end of file
diff --git a/tags/emoji/index.html b/tags/emoji/index.html
index 789873e..0be6d48 100644
--- a/tags/emoji/index.html
+++ b/tags/emoji/index.html
@@ -1,7 +1,7 @@
-emoji | Bear Cub Skip to Main Content
+emoji | Bear Cub Skip to main content
Bear Cub
Filtering for "emoji"
Filtering for "emoji"
\ No newline at end of file
diff --git a/tags/html/index.html b/tags/html/index.html
index e1153f3..fefae25 100644
--- a/tags/html/index.html
+++ b/tags/html/index.html
@@ -1,7 +1,7 @@
-html | Bear Cub Skip to Main Content
+html | Bear Cub Skip to main content
Bear Cub
Filtering for "html"
Filtering for "html"
\ No newline at end of file
diff --git a/tags/index.html b/tags/index.html
index 7dc0867..38b2c85 100644
--- a/tags/index.html
+++ b/tags/index.html
@@ -1,9 +1,9 @@
-Tags | Bear Cub Skip to Main Content
+Tags | Bear Cub Skip to main content
Bear Cub
Filtering for "Tags"
Filtering for "Tags"
-
css
-
html
-
markdown
-
diff --git a/tags/markdown/index.html b/tags/markdown/index.html
index acde0bc..b51a23b 100644
--- a/tags/markdown/index.html
+++ b/tags/markdown/index.html
@@ -1,8 +1,8 @@
-
markdown | Bear Cub Skip to Main Content
+markdown | Bear Cub Skip to main content
Bear Cub
Filtering for "markdown"
Filtering for "markdown"
\ No newline at end of file
diff --git a/tags/privacy/index.html b/tags/privacy/index.html
index a2aa362..8c5afe5 100644
--- a/tags/privacy/index.html
+++ b/tags/privacy/index.html
@@ -1,7 +1,7 @@
-privacy | Bear Cub Skip to Main Content
+privacy | Bear Cub Skip to main content
Bear Cub
Filtering for "privacy"
Filtering for "privacy"
\ No newline at end of file
diff --git a/tags/shortcodes/index.html b/tags/shortcodes/index.html
index 00394b8..c93194c 100644
--- a/tags/shortcodes/index.html
+++ b/tags/shortcodes/index.html
@@ -1,7 +1,7 @@
-shortcodes | Bear Cub Skip to Main Content
+shortcodes | Bear Cub Skip to main content
Bear Cub
Filtering for "shortcodes"
Filtering for "shortcodes"
\ No newline at end of file
diff --git a/tags/text/index.html b/tags/text/index.html
index c7edce6..f755612 100644
--- a/tags/text/index.html
+++ b/tags/text/index.html
@@ -1,7 +1,7 @@
-text | Bear Cub Skip to Main Content
+text | Bear Cub Skip to main content
Bear Cub
Filtering for "text"
Filtering for "text"
\ No newline at end of file