summaryrefslogtreecommitdiff
path: root/themes/hugo-coder/exampleSite
diff options
context:
space:
mode:
authorRyan Schanzenbacher <ryan@rschanz.org>2021-12-26 00:30:09 -0500
committerRyan Schanzenbacher <ryan@rschanz.org>2021-12-26 00:30:09 -0500
commit8555cf72dec9321fa010296ce6988cf7b7cf602b (patch)
tree006ad83008cc8e08524631ebb4b638bfbfa490fd /themes/hugo-coder/exampleSite
parent2e1cd1a569ea516be6bfdc681411cae51632a290 (diff)
convert theme from submodule to regular files
Diffstat (limited to 'themes/hugo-coder/exampleSite')
m---------themes/hugo-coder0
-rw-r--r--themes/hugo-coder/exampleSite/config.toml192
-rw-r--r--themes/hugo-coder/exampleSite/content/about.md25
-rw-r--r--themes/hugo-coder/exampleSite/content/about.pt-br.md25
-rw-r--r--themes/hugo-coder/exampleSite/content/contact.md6
-rw-r--r--themes/hugo-coder/exampleSite/content/contact.pt-br.md6
-rw-r--r--themes/hugo-coder/exampleSite/content/posts/emoji-support.md46
-rw-r--r--themes/hugo-coder/exampleSite/content/posts/emoji-support.pt-br.md46
-rw-r--r--themes/hugo-coder/exampleSite/content/posts/external-post.md15
-rw-r--r--themes/hugo-coder/exampleSite/content/posts/external-post.pt-br.md15
-rw-r--r--themes/hugo-coder/exampleSite/content/posts/markdown-syntax.md148
-rw-r--r--themes/hugo-coder/exampleSite/content/posts/markdown-syntax.pt-br.md149
-rw-r--r--themes/hugo-coder/exampleSite/content/posts/math-typesetting.md49
-rw-r--r--themes/hugo-coder/exampleSite/content/posts/math-typesetting.pt-br.md49
-rw-r--r--themes/hugo-coder/exampleSite/content/posts/more-rich-content.md43
-rw-r--r--themes/hugo-coder/exampleSite/content/posts/more-rich-content.pt-br.md43
-rw-r--r--themes/hugo-coder/exampleSite/content/posts/placeholder-text.md45
-rw-r--r--themes/hugo-coder/exampleSite/content/posts/placeholder-text.pt-br.md45
-rw-r--r--themes/hugo-coder/exampleSite/content/posts/rich-content.md34
-rw-r--r--themes/hugo-coder/exampleSite/content/posts/rich-content.pt-br.md34
-rw-r--r--themes/hugo-coder/exampleSite/content/projects.md6
-rw-r--r--themes/hugo-coder/exampleSite/content/projects.pt-br.md6
-rw-r--r--themes/hugo-coder/exampleSite/layouts/.gitkeep0
-rw-r--r--themes/hugo-coder/exampleSite/static/images/N90.jpgbin0 -> 415209 bytes
-rw-r--r--themes/hugo-coder/exampleSite/static/images/apple-touch-icon.pngbin0 -> 3578 bytes
-rw-r--r--themes/hugo-coder/exampleSite/static/images/avatar.jpgbin0 -> 8346 bytes
-rw-r--r--themes/hugo-coder/exampleSite/static/images/favicon-16x16.pngbin0 -> 398 bytes
-rw-r--r--themes/hugo-coder/exampleSite/static/images/favicon-32x32.pngbin0 -> 559 bytes
28 files changed, 1027 insertions, 0 deletions
diff --git a/themes/hugo-coder b/themes/hugo-coder
deleted file mode 160000
Subproject 55b2a150f990bc56364dba347bc9acc6aab07be
diff --git a/themes/hugo-coder/exampleSite/config.toml b/themes/hugo-coder/exampleSite/config.toml
new file mode 100644
index 0000000..dc8eb44
--- /dev/null
+++ b/themes/hugo-coder/exampleSite/config.toml
@@ -0,0 +1,192 @@
1baseURL = "http://www.example.com"
2title = "johndoe"
3theme = "hugo-coder"
4languageCode = "en"
5defaultContentLanguage = "en"
6paginate = 20
7pygmentsStyle = "bw"
8pygmentsCodeFences = true
9pygmentsCodeFencesGuessSyntax = true
10enableEmoji = true
11# Enable Disqus comments
12# disqusShortname = "yourdiscussshortname"
13
14[params]
15author = "John Doe"
16description = "John Doe's personal website"
17keywords = "blog,developer,personal"
18info = ["Full Stack DevOps", "Magician"]
19avatarURL = "images/avatar.jpg"
20#gravatar = "john.doe@example.com"
21footerContent = "Enter a text here."
22dateFormat = "January 2, 2006"
23hideFooter = false
24hideCredits = false
25hideCopyright = false
26since = 2019
27# Git Commit in Footer, uncomment the line below to enable it
28commit = "https://github.com/luizdepra/hugo-coder/tree/"
29# Right To Left, shift content direction for languagues such as Arabic
30rtl = false
31# Specify light/dark colorscheme
32# Supported values:
33# "auto" (use preference set by browser)
34# "dark" (dark background, light foreground)
35# "light" (light background, dark foreground) (default)
36colorScheme = "auto"
37# Hide the toggle button, along with the associated vertical divider
38hideColorSchemeToggle = false
39# Series see also post count
40maxSeeAlsoItems = 5
41# Enable Twemoji
42enableTwemoji = false
43# Custom CSS
44customCSS = []
45# Custom SCSS
46customSCSS = []
47# Custom JS
48customJS = []
49
50# If you want to use fathom(https://usefathom.com) for analytics, add this section
51# [params.fathomAnalytics]
52# siteID = "ABCDE"
53# serverURL = "analytics.example.com" # Default value is cdn.usefathom.com, overwrite this if you are self-hosting
54
55# If you want to use plausible(https://plausible.io) for analytics, add this section
56# [params.plausibleAnalytics]
57# domain = "example.com"
58# serverURL = "analytics.example.com" # Default value is plausible.io, overwrite this if you are self-hosting or using a custom domain
59
60# If you want to use goatcounter(https://goatcounter.com) for analytics, add this section
61# [params.goatCounter]
62# code = "code"
63
64# If you want to use Cloudflare Web Analytics(https://cloudflare.com) for analytics, add this section
65# [params.cloudflare]
66# token = "token"
67
68# If you want to use Matomo(https://matomo.org) for analytics, add this section
69# [params.matomo]
70# siteID = "ABCDE" # Default value is "1", overwrite this if you are cloud-hosting
71# serverURL = "analytics.example.com" # For cloud-hosting, use provided URL, e.g. example.matomo.cloud
72
73# If you want to use Google Tag Manager(https://analytics.google.com/) for analytics, add this section
74# [params.googleTagManager]
75# id = "gid"
76
77# If you want to implement a Content-Security-Policy, add this section
78[params.csp]
79childsrc = ["'self'"]
80fontsrc = ["'self'", "https://fonts.gstatic.com", "https://cdn.jsdelivr.net/"]
81formaction = ["'self'"]
82framesrc = ["'self'"]
83imgsrc = ["'self'"]
84objectsrc = ["'none'"]
85stylesrc = [
86 "'self'",
87 "'unsafe-inline'",
88 "https://fonts.googleapis.com/",
89 "https://cdn.jsdelivr.net/"
90]
91scriptsrc = ["'self'", "'unsafe-inline'", "https://www.google-analytics.com"]
92prefetchsrc = ["'self'"]
93# connect-src directive – defines valid targets for to XMLHttpRequest (AJAX), WebSockets or EventSource
94connectsrc = ["'self'", "https://www.google-analytics.com"]
95
96[taxonomies]
97category = "categories"
98series = "series"
99tag = "tags"
100author = "authors"
101
102[[params.social]]
103name = "Github"
104icon = "fa fa-github"
105weight = 1
106url = "https://github.com/johndoe/"
107
108[[params.social]]
109name = "Gitlab"
110icon = "fa fa-gitlab"
111weight = 2
112url = "https://gitlab.com/johndoe/"
113
114[[params.social]]
115name = "Twitter"
116icon = "fa fa-twitter"
117weight = 3
118url = "https://twitter.com/johndoe/"
119
120[[params.social]]
121name = "LinkedIn"
122icon = "fa fa-linkedin"
123weight = 4
124url = "https://www.linkedin.com/in/johndoe/"
125
126[[params.social]]
127name = "Medium"
128icon = "fa fa-medium"
129weight = 5
130url = "https://medium.com/@johndoe"
131
132[[params.social]]
133name = "RSS"
134icon = "fa fa-rss"
135weight = 6
136url = "https://myhugosite.com/index.xml"
137rel = "alternate"
138type = "application/rss+xml"
139
140[languages.en]
141languageName = ":uk:"
142
143[[languages.en.menu.main]]
144name = "About"
145weight = 1
146url = "about/"
147
148[[languages.en.menu.main]]
149name = "Blog"
150weight = 2
151url = "posts/"
152
153[[languages.en.menu.main]]
154name = "Projects"
155weight = 3
156url = "projects/"
157
158[[languages.en.menu.main]]
159name = "Contact me"
160weight = 5
161url = "contact/"
162
163[languages.pt-br]
164languageName = ":brazil:"
165title = "João Ninguém"
166
167[languages.pt-br.params]
168author = "João Ninguém"
169info = "Full Stack DevOps e Mágico"
170description = "Sítio pessoal de João Ninguém"
171keywords = "blog,desenvolvedor,pessoal"
172footerContent = "Coloque algum texto aqui."
173
174[[languages.pt-br.menu.main]]
175name = "Sobre"
176weight = 1
177url = "about/"
178
179[[languages.pt-br.menu.main]]
180name = "Blog"
181weight = 2
182url = "posts/"
183
184[[languages.pt-br.menu.main]]
185name = "Projetos"
186weight = 3
187url = "projects/"
188
189[[languages.pt-br.menu.main]]
190name = "Contato"
191weight = 5
192url = "contact/"
diff --git a/themes/hugo-coder/exampleSite/content/about.md b/themes/hugo-coder/exampleSite/content/about.md
new file mode 100644
index 0000000..b31bf1d
--- /dev/null
+++ b/themes/hugo-coder/exampleSite/content/about.md
@@ -0,0 +1,25 @@
1+++
2title = "About"
3description = "Hugo, the world's fastest framework for building websites"
4date = "2019-02-28"
5aliases = ["about-us", "about-hugo", "contact"]
6author = "Hugo Authors"
7+++
8
9Written in Go, Hugo is an open source static site generator available under the [Apache Licence 2.0.](https://github.com/gohugoio/hugo/blob/master/LICENSE) Hugo supports TOML, YAML and JSON data file types, Markdown and HTML content files and uses shortcodes to add rich content. Other notable features are taxonomies, multilingual mode, image processing, custom output formats, HTML/CSS/JS minification and support for Sass SCSS workflows.
10
11Hugo makes use of a variety of open source projects including:
12
13* https://github.com/yuin/goldmark
14* https://github.com/alecthomas/chroma
15* https://github.com/muesli/smartcrop
16* https://github.com/spf13/cobra
17* https://github.com/spf13/viper
18
19Hugo is ideal for blogs, corporate websites, creative portfolios, online magazines, single page applications or even a website with thousands of pages.
20
21Hugo is for people who want to hand code their own website without worrying about setting up complicated runtimes, dependencies and databases.
22
23Websites built with Hugo are extremely fast, secure and can be deployed anywhere including, AWS, GitHub Pages, Heroku, Netlify and any other hosting provider.
24
25Learn more and contribute on [GitHub](https://github.com/gohugoio).
diff --git a/themes/hugo-coder/exampleSite/content/about.pt-br.md b/themes/hugo-coder/exampleSite/content/about.pt-br.md
new file mode 100644
index 0000000..fd76ad1
--- /dev/null
+++ b/themes/hugo-coder/exampleSite/content/about.pt-br.md
@@ -0,0 +1,25 @@
1+++
2title = "About"
3description = "Hugo, the world's fastest framework for building websites"
4date = "2019-02-28"
5aliases = ["about-us", "about-hugo", "contact"]
6author = "Hugo Authors"
7+++
8
9Escrito em Go, Hugo é um gerador de sites estáticos de código aberto disponível sobre a licença [Apache Licence 2.0.](https://github.com/gohugoio/hugo/blob/master/LICENSE) O Hugo suporta TOML, YAML e JSON como arquivos de dados, Markdown e HTML como arquivos de conteúdo, e usa shortcodes para adicionar conteúdos ricos. Outras funcionalidades notaveis são taxonomias, modo multilingual, processamento de imagens, formatos de saída customizaveis, minificação de HTML/CSS/JS e suporte a fluxos SASS/SCSS.
10
11O Hugo faz o uso de vários projetos de código aberto incluíndo:
12
13* https://github.com/yuin/goldmark
14* https://github.com/alecthomas/chroma
15* https://github.com/muesli/smartcrop
16* https://github.com/spf13/cobra
17* https://github.com/spf13/viper
18
19O Hugo é ideal para blogs, sites corporativos, protfólio criativos, revistas online, aplicações de página única ou até sites com milhares de páginas.
20
21O Hugo é para pessoas que querem cuidar do seu próprio site sem se preocupar com a configuração ambientes complicados, dependências e bancos de dados.
22
23Sites contru;idos com Hugo são extremamente rápidos, seguros e podem ser implantados em qualquer lugar, incluíndo AWS, GitHub Pages, Heroku, Netlify e outros provedores de hospedagem.
24
25Saiba mais e contribua em [GitHub](https://github.com/gohugoio).
diff --git a/themes/hugo-coder/exampleSite/content/contact.md b/themes/hugo-coder/exampleSite/content/contact.md
new file mode 100644
index 0000000..4bd8438
--- /dev/null
+++ b/themes/hugo-coder/exampleSite/content/contact.md
@@ -0,0 +1,6 @@
1+++
2title = "Contact"
3slug = "contact"
4+++
5
6Follow me, @johndoe. \ No newline at end of file
diff --git a/themes/hugo-coder/exampleSite/content/contact.pt-br.md b/themes/hugo-coder/exampleSite/content/contact.pt-br.md
new file mode 100644
index 0000000..241861c
--- /dev/null
+++ b/themes/hugo-coder/exampleSite/content/contact.pt-br.md
@@ -0,0 +1,6 @@
1+++
2title = "Contato"
3slug = "contact"
4+++
5
6Me siga em @joaoninguem. \ No newline at end of file
diff --git a/themes/hugo-coder/exampleSite/content/posts/emoji-support.md b/themes/hugo-coder/exampleSite/content/posts/emoji-support.md
new file mode 100644
index 0000000..f17f49a
--- /dev/null
+++ b/themes/hugo-coder/exampleSite/content/posts/emoji-support.md
@@ -0,0 +1,46 @@
1+++
2author = "Hugo Authors"
3title = "Emoji Support"
4date = "2019-03-05"
5description = "Guide to emoji usage in Hugo"
6tags = [
7 "emoji",
8]
9+++
10
11Emoji can be enabled in a Hugo project in a number of ways.
12<!--more-->
13The [`emojify`](https://gohugo.io/functions/emojify/) function can be called directly in templates or [Inline Shortcodes](https://gohugo.io/templates/shortcode-templates/#inline-shortcodes).
14
15To enable emoji globally, set `enableEmoji` to `true` in your site's [configuration](https://gohugo.io/getting-started/configuration/) and then you can type emoji shorthand codes directly in content files; e.g.
16
17<p><span class="nowrap"><span class="emojify">🙈</span> <code>:see_no_evil:</code></span> <span class="nowrap"><span class="emojify">🙉</span> <code>:hear_no_evil:</code></span> <span class="nowrap"><span class="emojify">🙊</span> <code>:speak_no_evil:</code></span></p>
18<br>
19
20The [Emoji cheat sheet](http://www.emoji-cheat-sheet.com/) is a useful reference for emoji shorthand codes.
21
22***
23
24**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.
25
26{{< highlight html >}}
27.emoji {
28 font-family: Apple Color Emoji, Segoe UI Emoji, NotoColorEmoji, Segoe UI Symbol, Android Emoji, EmojiSymbols;
29}
30{{< /highlight >}}
31
32{{< css.inline >}}
33<style>
34.emojify {
35 font-family: Apple Color Emoji, Segoe UI Emoji, NotoColorEmoji, Segoe UI Symbol, Android Emoji, EmojiSymbols;
36 font-size: 2rem;
37 vertical-align: middle;
38}
39@media screen and (max-width:650px) {
40 .nowrap {
41 display: block;
42 margin: 25px 0;
43 }
44}
45</style>
46{{< /css.inline >}}
diff --git a/themes/hugo-coder/exampleSite/content/posts/emoji-support.pt-br.md b/themes/hugo-coder/exampleSite/content/posts/emoji-support.pt-br.md
new file mode 100644
index 0000000..0aa0ae2
--- /dev/null
+++ b/themes/hugo-coder/exampleSite/content/posts/emoji-support.pt-br.md
@@ -0,0 +1,46 @@
1+++
2author = "Hugo Authors"
3title = "Suporte a Emojis"
4date = "2019-03-05"
5description = "Um guia de utilização de emojis com Hugo"
6tags = [
7 "emoji",
8]
9+++
10
11Emojis podem ser ativados em um projeto Hugo de diversar formas.
12<!--more-->
13A função [`emojify`](https://gohugo.io/functions/emojify/) pode ser chamada diretamente nos templates ou com [Inline Shortcodes](https://gohugo.io/templates/shortcode-templates/#inline-shortcodes).
14
15Para ativar os emojis globalmente, aplique `enableEmoji` com o valor `true` na [configuração](https://gohugo.io/getting-started/configuration/) do seu site e então você poderá adicionar códigos de emoji diretamente nos arquivos de conteúdo. Por exemplo:
16
17<p><span class="nowrap"><span class="emojify">🙈</span> <code>:see_no_evil:</code></span> <span class="nowrap"><span class="emojify">🙉</span> <code>:hear_no_evil:</code></span> <span class="nowrap"><span class="emojify">🙊</span> <code>:speak_no_evil:</code></span></p>
18<br>
19
20O [Emoji cheat sheet](http://www.emoji-cheat-sheet.com/) é uma referência útil para identificar códigos de emojis.
21
22***
23
24**Nota:** Os passos anteriores ativam os caractéres e sequências de emoji do Padrão Unicode no Hugo, porém a renderização desses glifos depende do navegador e plataforma utilizada. Para escolher o estilo dos emojis você pode tanto usar um font de emoji de terceiros ou uma lista de fontes. Por exemplo:
25
26{{< highlight html >}}
27.emoji {
28 font-family: Apple Color Emoji, Segoe UI Emoji, NotoColorEmoji, Segoe UI Symbol, Android Emoji, EmojiSymbols;
29}
30{{< /highlight >}}
31
32{{< css.inline >}}
33<style>
34.emojify {
35 font-family: Apple Color Emoji, Segoe UI Emoji, NotoColorEmoji, Segoe UI Symbol, Android Emoji, EmojiSymbols;
36 font-size: 2rem;
37 vertical-align: middle;
38}
39@media screen and (max-width:650px) {
40 .nowrap {
41 display: block;
42 margin: 25px 0;
43 }
44}
45</style>
46{{< /css.inline >}}
diff --git a/themes/hugo-coder/exampleSite/content/posts/external-post.md b/themes/hugo-coder/exampleSite/content/posts/external-post.md
new file mode 100644
index 0000000..ef26245
--- /dev/null
+++ b/themes/hugo-coder/exampleSite/content/posts/external-post.md
@@ -0,0 +1,15 @@
1+++
2author = "Hugo Authors"
3date = "2019-03-04"
4title = "External Page: Hugo Coder Wiki"
5slug = "hugo-coder-wiki"
6tags = [
7 "hugo",
8 "development",
9 "themes"
10]
11categories = [
12 "Development",
13]
14externalLink = "https://github.com/luizdepra/hugo-coder/wiki"
15+++
diff --git a/themes/hugo-coder/exampleSite/content/posts/external-post.pt-br.md b/themes/hugo-coder/exampleSite/content/posts/external-post.pt-br.md
new file mode 100644
index 0000000..eea351a
--- /dev/null
+++ b/themes/hugo-coder/exampleSite/content/posts/external-post.pt-br.md
@@ -0,0 +1,15 @@
1+++
2author = "Hugo Authors"
3date = "2019-03-04"
4title = "Página Externa: Wiki Hugo Coder"
5slug = "hugo-coder-wiki"
6tags = [
7 "hugo",
8 "development",
9 "themes"
10]
11categories = [
12 "Development",
13]
14externalLink = "https://github.com/luizdepra/hugo-coder/wiki"
15+++
diff --git a/themes/hugo-coder/exampleSite/content/posts/markdown-syntax.md b/themes/hugo-coder/exampleSite/content/posts/markdown-syntax.md
new file mode 100644
index 0000000..a61a239
--- /dev/null
+++ b/themes/hugo-coder/exampleSite/content/posts/markdown-syntax.md
@@ -0,0 +1,148 @@
1+++
2author = "Hugo Authors"
3title = "Markdown Syntax Guide"
4date = "2019-03-11"
5description = "Sample article showcasing basic Markdown syntax and formatting for HTML elements."
6tags = [
7 "markdown",
8 "css",
9 "html",
10]
11categories = [
12 "themes",
13 "syntax",
14]
15series = ["Themes Guide"]
16aliases = ["migrate-from-jekyl"]
17+++
18
19This 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.
20<!--more-->
21
22## Headings
23
24The following HTML `<h1>`—`<h6>` elements represent six levels of section headings. `<h1>` is the highest section level while `<h6>` is the lowest.
25
26# H1
27## H2
28### H3
29#### H4
30##### H5
31###### H6
32
33## Paragraph
34
35Xerum, 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.
36
37Itatur? Quiatae cullecum rem ent aut odis in re eossequodi nonsequ idebis ne sapicia is sinveli squiatum, core et que aut hariosam ex eat.
38
39## Blockquotes
40
41The 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.
42
43#### Blockquote without attribution
44
45> Tiam, ad mint andaepu dandae nostion secatur sequo quae.
46> **Note** that you can use *Markdown syntax* within a blockquote.
47
48#### Blockquote with attribution
49
50> Don't communicate by sharing memory, share memory by communicating.<br>
51> — <cite>Rob Pike[^1]</cite>
52
53[^1]: The above quote is excerpted from Rob Pike's [talk](https://www.youtube.com/watch?v=PAAkCSZUG1c) during Gopherfest, November 18, 2015.
54
55## Tables
56
57Tables aren't part of the core Markdown spec, but Hugo supports them out-of-the-box.
58
59 Name | Age
60--------|------
61 Bob | 27
62 Alice | 23
63
64#### Inline Markdown within tables
65
66| Italics | Bold | Code |
67| -------- | -------- | ------ |
68| *italics* | **bold** | `code` |
69
70## Code Blocks
71
72#### Code block with backticks
73
74```html
75<!doctype html>
76<html lang="en">
77<head>
78 <meta charset="utf-8">
79 <title>Example HTML5 Document</title>
80</head>
81<body>
82 <p>Test</p>
83</body>
84</html>
85```
86
87#### Code block indented with four spaces
88
89 <!doctype html>
90 <html lang="en">
91 <head>
92 <meta charset="utf-8">
93 <title>Example HTML5 Document</title>
94 </head>
95 <body>
96 <p>Test</p>
97 </body>
98 </html>
99
100#### Code block with Hugo's internal highlight shortcode
101{{< highlight html >}}
102<!doctype html>
103<html lang="en">
104<head>
105 <meta charset="utf-8">
106 <title>Example HTML5 Document</title>
107</head>
108<body>
109 <p>Test</p>
110</body>
111</html>
112{{< /highlight >}}
113
114## List Types
115
116#### Ordered List
117
1181. First item
1192. Second item
1203. Third item
121
122#### Unordered List
123
124* List item
125* Another item
126* And another item
127
128#### Nested list
129
130* Fruit
131 * Apple
132 * Orange
133 * Banana
134* Dairy
135 * Milk
136 * Cheese
137
138## Other Elements — abbr, sub, sup, kbd, mark
139
140<abbr title="Graphics Interchange Format">GIF</abbr> is a bitmap image format.
141
142H<sub>2</sub>O
143
144X<sup>n</sup> + Y<sup>n</sup> = Z<sup>n</sup>
145
146Press <kbd><kbd>CTRL</kbd>+<kbd>ALT</kbd>+<kbd>Delete</kbd></kbd> to end the session.
147
148Most <mark>salamanders</mark> are nocturnal, and hunt for insects, worms, and other small creatures.
diff --git a/themes/hugo-coder/exampleSite/content/posts/markdown-syntax.pt-br.md b/themes/hugo-coder/exampleSite/content/posts/markdown-syntax.pt-br.md
new file mode 100644
index 0000000..0ca36ae
--- /dev/null
+++ b/themes/hugo-coder/exampleSite/content/posts/markdown-syntax.pt-br.md
@@ -0,0 +1,149 @@
1+++
2author = "Hugo Authors"
3title = "Guia de Sintaxe Markdown"
4date = "2019-03-11"
5description = "Artigo de exemplo mostrando a sintaxe básica Markdown e a formatação de elementos HTML."
6tags = [
7 "markdown",
8 "css",
9 "html",
10]
11categories = [
12 "temas",
13 "sintaxe",
14]
15series = ["Guia do Thema"]
16aliases = ["migrate-from-jekyl"]
17+++
18
19Esse artigo é um exemplo básico para mostrar a sintaxe Markdown que é usada nos arquivos de conteúdo do Hugo. Ele também mostrar como cada elemento básico HTML é estilizado com CSS com os temas do Hugo.
20<!--more-->
21
22## Cabeçalhos
23
24Os seguintes elementos HTML `<h1>`—`<h6>` representam 6 níveis de cabeçalhos de seção. `<h1>` é para seções de nível mais alto enquanto `<h6>` é para o nível mais baixo.
25
26# H1
27## H2
28### H3
29#### H4
30##### H5
31###### H6
32
33## Parágrafo
34
35Xerum, 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.
36
37Itatur? Quiatae cullecum rem ent aut odis in re eossequodi nonsequ idebis ne sapicia is sinveli squiatum, core et que aut hariosam ex eat.
38
39## Citações
40
41O elemento de citações representa um conteúdo citado de outra origem, opcionalmente com atribuição que deve estar contida em um elemento `footer` ou `cite`, e também opcionalmente com informações in-line como anotações e abreviações.
42
43#### Citações sem atribuição
44
45> Tiam, ad mint andaepu dandae nostion secatur sequo quae.
46> **Note** that you can use *Markdown syntax* within a blockquote.
47
48#### Citações com atribuição
49
50> Não comunique compartilhando memória, compartilhe memória comunicando.<br>
51> — <cite>Rob Pike[^1]</cite>
52
53[^1]: A citação acima foi extraída da [apresentação](https://www.youtube.com/watch?v=PAAkCSZUG1c) do Rob Pike durante a Gopherfest, de 18 de Novembro de 2015.
54
55## Tabelas
56
57Tabelas não fazem parte do cerne da especificação do Markdown, mas o Hugo oferece suporte a elas.
58
59 Nome | Idade
60--------|-------
61 Bob | 27
62 Alice | 23
63
64#### Tabelas com Markdown inline
65
66| Italics | Bold | Code |
67| -------- | -------- | ------ |
68| *italics* | **bold** | `code` |
69
70## Blocos de código
71
72#### Blocos de código com crase
73
74```html
75<!doctype html>
76<html lang="pt-br">
77<head>
78 <meta charset="utf-8">
79 <title>Exemplo de Documento HTML5</title>
80</head>
81<body>
82 <p>Teste</p>
83</body>
84</html>
85```
86
87#### Blocos de código com quatro espaços
88
89 <!doctype html>
90 <html lang="pt-br">
91 <head>
92 <meta charset="utf-8">
93 <title>Exemplo de Documento HTML5</title>
94 </head>
95 <body>
96 <p>Teste</p>
97 </body>
98 </html>
99
100#### Blocos de código com highlight shortcode interno do Hugo
101
102{{< highlight html >}}
103<!doctype html>
104<html lang="pt-br">
105<head>
106 <meta charset="utf-8">
107 <title>Exemplo de Documento HTML5</title>
108</head>
109<body>
110 <p>Teste</p>
111</body>
112</html>
113{{< /highlight >}}
114
115## Tipos de Listas
116
117#### Listas Ordenada
118
1191. Primeiro item
1202. Segundo item
1213. Terceiro item
122
123#### Listas não Ordenada
124
125* Um item
126* Outro item
127* Algum outro item
128
129#### Listas aninhadas
130
131* Frutas
132 * Maçã
133 * Laranja
134 * Banana
135* Laticínios
136 * Leite
137 * Queijo
138
139## Outros Elementos — abbr, sub, sup, kbd, mark
140
141<abbr title="Graphics Interchange Format">GIF</abbr> é um formato de imagem bitmap.
142
143H<sub>2</sub>O
144
145X<sup>n</sup> + Y<sup>n</sup> = Z<sup>n</sup>
146
147Aperte <kbd><kbd>CTRL</kbd>+<kbd>ALT</kbd>+<kbd>Delete</kbd></kbd> para fechar.
148
149A maioria das <mark>salamandras</mark> são noturnas e caçam insetos, vermes, e outras criaturas pequenas.
diff --git a/themes/hugo-coder/exampleSite/content/posts/math-typesetting.md b/themes/hugo-coder/exampleSite/content/posts/math-typesetting.md
new file mode 100644
index 0000000..62831a9
--- /dev/null
+++ b/themes/hugo-coder/exampleSite/content/posts/math-typesetting.md
@@ -0,0 +1,49 @@
1---
2author: Hugo Authors
3title: Math Typesetting
4date: 2019-03-08
5description: A brief guide to setup KaTeX
6math: true
7---
8
9Mathematical notation in a Hugo project can be enabled by using third party JavaScript libraries.
10<!--more-->
11
12In this example we will be using [KaTeX](https://katex.org/)
13
14- Create a partial under `/layouts/partials/math.html`
15- Within this partial reference the [Auto-render Extension](https://katex.org/docs/autorender.html) or host these scripts locally.
16- Include the partial in your templates like so:
17
18```bash
19{{ if or .Params.math .Site.Params.math }}
20{{ partial "math.html" . }}
21{{ end }}
22```
23
24- To enable KaTex globally set the parameter `math` to `true` in a project's configuration
25- To enable KaTex on a per page basis include the parameter `math: true` in content files
26
27**Note:** Use the online reference of [Supported TeX Functions](https://katex.org/docs/supported.html)
28
29{{< math.inline >}}
30{{ if or .Page.Params.math .Site.Params.math }}
31<!-- KaTeX -->
32<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/katex@0.11.1/dist/katex.min.css" integrity="sha384-zB1R0rpPzHqg7Kpt0Aljp8JPLqbXI3bhnPWROx27a9N0Ll6ZP/+DiW/UqRcLbRjq" crossorigin="anonymous">
33<script defer src="https://cdn.jsdelivr.net/npm/katex@0.11.1/dist/katex.min.js" integrity="sha384-y23I5Q6l+B6vatafAwxRu/0oK/79VlbSz7Q9aiSZUvyWYIYsd+qj+o24G5ZU2zJz" crossorigin="anonymous"></script>
34<script defer src="https://cdn.jsdelivr.net/npm/katex@0.11.1/dist/contrib/auto-render.min.js" integrity="sha384-kWPLUVMOks5AQFrykwIup5lo0m3iMkkHrD0uJ4H5cjeGihAutqP0yW0J6dpFiVkI" crossorigin="anonymous" onload="renderMathInElement(document.body);"></script>
35{{ end }}
36{{</ math.inline >}}
37
38### Examples
39
40{{< math.inline >}}
41<p>
42Inline math: \(\varphi = \dfrac{1+\sqrt5}{2}= 1.6180339887…\)
43</p>
44{{</ math.inline >}}
45
46Block math:
47$$
48 \varphi = 1+\frac{1} {1+\frac{1} {1+\frac{1} {1+\cdots} } }
49$$
diff --git a/themes/hugo-coder/exampleSite/content/posts/math-typesetting.pt-br.md b/themes/hugo-coder/exampleSite/content/posts/math-typesetting.pt-br.md
new file mode 100644
index 0000000..31dd367
--- /dev/null
+++ b/themes/hugo-coder/exampleSite/content/posts/math-typesetting.pt-br.md
@@ -0,0 +1,49 @@
1---
2author: Hugo Authors
3title: Configuração de Equações Matemáticas
4date: 2019-03-08
5description: Um guia rápido sobre utilizar KaTeX
6math: true
7---
8
9Em um projeto Hugo as Notações Matemáticas podem ser usadas com a ajuda de bibliotecas JavaScript de terceiros.
10<!--more-->
11
12Nesse exemplo usaremos o [KaTeX](https://katex.org/).
13
14- Crie um partial template em `/layouts/partials/math.html`
15- Dentro, utilize o [Auto-render Extension](https://katex.org/docs/autorender.html) ou sirva os scripts localmente.
16- Inclua o partial nos seus templates da seguinte forma:
17
18```bash
19{{ if or .Params.math .Site.Params.math }}
20{{ partial "math.html" . }}
21{{ end }}
22```
23
24- Para ativar o KaTex globalmente defina o parâmetro `math` como `true` na confgiuração do projeto
25- Para ativar o KaTex em páginas específicas inclua o parâmetro `math: true` nos arquivos de conteúdo
26
27**Nota:** Use a referência online [Supported TeX Functions](https://katex.org/docs/supported.html) como base para criar notações matemáticas.
28
29{{< math.inline >}}
30{{ if or .Page.Params.math .Site.Params.math }}
31<!-- KaTeX -->
32<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/katex@0.11.1/dist/katex.min.css" integrity="sha384-zB1R0rpPzHqg7Kpt0Aljp8JPLqbXI3bhnPWROx27a9N0Ll6ZP/+DiW/UqRcLbRjq" crossorigin="anonymous">
33<script defer src="https://cdn.jsdelivr.net/npm/katex@0.11.1/dist/katex.min.js" integrity="sha384-y23I5Q6l+B6vatafAwxRu/0oK/79VlbSz7Q9aiSZUvyWYIYsd+qj+o24G5ZU2zJz" crossorigin="anonymous"></script>
34<script defer src="https://cdn.jsdelivr.net/npm/katex@0.11.1/dist/contrib/auto-render.min.js" integrity="sha384-kWPLUVMOks5AQFrykwIup5lo0m3iMkkHrD0uJ4H5cjeGihAutqP0yW0J6dpFiVkI" crossorigin="anonymous" onload="renderMathInElement(document.body);"></script>
35{{ end }}
36{{</ math.inline >}}
37
38### Examples
39
40{{< math.inline >}}
41<p>
42Notação inline: \(\varphi = \dfrac{1+\sqrt5}{2}= 1.6180339887…\)
43</p>
44{{</ math.inline >}}
45
46Notação em bloco:
47$$
48 \varphi = 1+\frac{1} {1+\frac{1} {1+\frac{1} {1+\cdots} } }
49$$
diff --git a/themes/hugo-coder/exampleSite/content/posts/more-rich-content.md b/themes/hugo-coder/exampleSite/content/posts/more-rich-content.md
new file mode 100644
index 0000000..3040465
--- /dev/null
+++ b/themes/hugo-coder/exampleSite/content/posts/more-rich-content.md
@@ -0,0 +1,43 @@
1+++
2author = "Hugo Authors"
3title = "More Rich Content"
4date = "2019-03-09"
5description = "A brief description about Hugo Coder's Custom Shortcodes"
6tags = [
7 "shortcodes"
8]
9+++
10
11Hugo Coder provides some Custom Shortcodes.
12<!--more-->
13---
14
15## Shortcodes Avisos
16
17{{< notice note >}}
18One note here.
19{{< /notice >}}
20
21{{< notice tip >}}
22I'm giving a tip about something.
23{{< /notice >}}
24
25{{< notice example >}}
26This is an example.
27{{< /notice >}}
28
29{{< notice question >}}
30Is this a question?
31{{< /notice >}}
32
33{{< notice info >}}
34Notice that this box contain information.
35{{< /notice >}}
36
37{{< notice warning >}}
38This is the last warning!
39{{< /notice >}}
40
41{{< notice error >}}
42There is an error in your code.
43{{< /notice >}}
diff --git a/themes/hugo-coder/exampleSite/content/posts/more-rich-content.pt-br.md b/themes/hugo-coder/exampleSite/content/posts/more-rich-content.pt-br.md
new file mode 100644
index 0000000..33e8ba3
--- /dev/null
+++ b/themes/hugo-coder/exampleSite/content/posts/more-rich-content.pt-br.md
@@ -0,0 +1,43 @@
1+++
2author = "Hugo Authors"
3title = "Mais Conteúdo Rico"
4date = "2019-03-09"
5description = "Uma breve descrição sobre Shortcodes customizados do Hugo Coder"
6tags = [
7 "shortcodes"
8]
9+++
10
11O Hugo Coder proporciona alguns Shortcodes Customizados.
12<!--more-->
13---
14
15## Shortcodes Avisos
16
17{{< notice note >}}
18Uma nota aqui.
19{{< /notice >}}
20
21{{< notice tip >}}
22Estou lhe dando uma dica.
23{{< /notice >}}
24
25{{< notice example >}}
26Isso é um exemplo.
27{{< /notice >}}
28
29{{< notice question >}}
30Isso é um pergunta?
31{{< /notice >}}
32
33{{< notice info >}}
34Note que essa caixa contém informações.
35{{< /notice >}}
36
37{{< notice warning >}}
38Este é o último aviso!
39{{< /notice >}}
40
41{{< notice error >}}
42Há um erro no seu código.
43{{< /notice >}}
diff --git a/themes/hugo-coder/exampleSite/content/posts/placeholder-text.md b/themes/hugo-coder/exampleSite/content/posts/placeholder-text.md
new file mode 100644
index 0000000..9ed5f69
--- /dev/null
+++ b/themes/hugo-coder/exampleSite/content/posts/placeholder-text.md
@@ -0,0 +1,45 @@
1+++
2author = "Hugo Authors"
3title = "Placeholder Text"
4date = "2019-03-09"
5description = "Lorem Ipsum Dolor Si Amet"
6tags = [
7 "markdown",
8 "text",
9]
10+++
11
12Lorem est tota propiore conpellat pectoribus de pectora summo. <!--more-->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.
13
141. Exierant elisi ambit vivere dedere
152. Duce pollice
163. Eris modo
174. Spargitque ferrea quos palude
18
19Rursus nulli murmur; hastile inridet ut ab gravi sententia! Nomine potitus silentia flumen, sustinet placuit petis in dilapsa erat sunt. Atria tractus malis.
20
211. Comas hunc haec pietate fetum procerum dixit
222. Post torum vates letum Tiresia
233. Flumen querellas
244. Arcanaque montibus omnes
255. Quidem et
26
27# Vagus elidunt
28
29<svg class="canon" xmlns="http://www.w3.org/2000/svg" overflow="visible" viewBox="0 0 496 373" height="373" width="496"><g fill="none"><path stroke="#000" stroke-width=".75" d="M.599 372.348L495.263 1.206M.312.633l494.95 370.853M.312 372.633L247.643.92M248.502.92l246.76 370.566M330.828 123.869V1.134M330.396 1.134L165.104 124.515"></path><path stroke="#ED1C24" stroke-width=".75" d="M275.73 41.616h166.224v249.05H275.73zM54.478 41.616h166.225v249.052H54.478z"></path><path stroke="#000" stroke-width=".75" d="M.479.375h495v372h-495zM247.979.875v372"></path><ellipse cx="498.729" cy="177.625" rx=".75" ry="1.25"></ellipse><ellipse cx="247.229" cy="377.375" rx=".75" ry="1.25"></ellipse></g></svg>
30
31[The Van de Graaf Canon](https://en.wikipedia.org/wiki/Canons_of_page_construction#Van_de_Graaf_canon)
32
33## Mane refeci capiebant unda mulcebat
34
35Victa 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.
36
37Iubar 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.
38
39Eurytus 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**.
40
41{{< css.inline >}}
42<style>
43.canon { background: white; width: 100%; height: auto; }
44</style>
45{{< /css.inline >}}
diff --git a/themes/hugo-coder/exampleSite/content/posts/placeholder-text.pt-br.md b/themes/hugo-coder/exampleSite/content/posts/placeholder-text.pt-br.md
new file mode 100644
index 0000000..8a05387
--- /dev/null
+++ b/themes/hugo-coder/exampleSite/content/posts/placeholder-text.pt-br.md
@@ -0,0 +1,45 @@
1+++
2author = "Hugo Authors"
3title = "Texto de Exemplo"
4date = "2019-03-09"
5description = "Lorem Ipsum Dolor Si Amet"
6tags = [
7 "markdown",
8 "text",
9]
10+++
11
12Lorem est tota propiore conpellat pectoribus de pectora summo. <!--more-->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.
13
141. Exierant elisi ambit vivere dedere
152. Duce pollice
163. Eris modo
174. Spargitque ferrea quos palude
18
19Rursus nulli murmur; hastile inridet ut ab gravi sententia! Nomine potitus silentia flumen, sustinet placuit petis in dilapsa erat sunt. Atria tractus malis.
20
211. Comas hunc haec pietate fetum procerum dixit
222. Post torum vates letum Tiresia
233. Flumen querellas
244. Arcanaque montibus omnes
255. Quidem et
26
27# Vagus elidunt
28
29<svg class="canon" xmlns="http://www.w3.org/2000/svg" overflow="visible" viewBox="0 0 496 373" height="373" width="496"><g fill="none"><path stroke="#000" stroke-width=".75" d="M.599 372.348L495.263 1.206M.312.633l494.95 370.853M.312 372.633L247.643.92M248.502.92l246.76 370.566M330.828 123.869V1.134M330.396 1.134L165.104 124.515"></path><path stroke="#ED1C24" stroke-width=".75" d="M275.73 41.616h166.224v249.05H275.73zM54.478 41.616h166.225v249.052H54.478z"></path><path stroke="#000" stroke-width=".75" d="M.479.375h495v372h-495zM247.979.875v372"></path><ellipse cx="498.729" cy="177.625" rx=".75" ry="1.25"></ellipse><ellipse cx="247.229" cy="377.375" rx=".75" ry="1.25"></ellipse></g></svg>
30
31[The Van de Graaf Canon](https://en.wikipedia.org/wiki/Canons_of_page_construction#Van_de_Graaf_canon)
32
33## Mane refeci capiebant unda mulcebat
34
35Victa 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.
36
37Iubar 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.
38
39Eurytus 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**.
40
41{{< css.inline >}}
42<style>
43.canon { background: white; width: 100%; height: auto; }
44</style>
45{{< /css.inline >}}
diff --git a/themes/hugo-coder/exampleSite/content/posts/rich-content.md b/themes/hugo-coder/exampleSite/content/posts/rich-content.md
new file mode 100644
index 0000000..92b4b03
--- /dev/null
+++ b/themes/hugo-coder/exampleSite/content/posts/rich-content.md
@@ -0,0 +1,34 @@
1+++
2author = "Hugo Authors"
3title = "Rich Content"
4date = "2019-03-10"
5description = "A brief description of Hugo Shortcodes"
6tags = [
7 "shortcodes",
8 "privacy",
9]
10+++
11
12Hugo ships with several [Built-in Shortcodes](https://gohugo.io/content-management/shortcodes/#use-hugos-built-in-shortcodes) for rich content, along with a [Privacy Config](https://gohugo.io/about/hugo-and-gdpr/) and a set of Simple Shortcodes that enable static and no-JS versions of various social media embeds.
13<!--more-->
14---
15
16## YouTube Privacy Enhanced Shortcode
17
18{{< youtube ZJthWmvUzzc >}}
19
20<br>
21
22---
23
24## Twitter Simple Shortcode
25
26{{< twitter_simple 1085870671291310081 >}}
27
28<br>
29
30---
31
32## Vimeo Simple Shortcode
33
34{{< vimeo_simple 48912912 >}}
diff --git a/themes/hugo-coder/exampleSite/content/posts/rich-content.pt-br.md b/themes/hugo-coder/exampleSite/content/posts/rich-content.pt-br.md
new file mode 100644
index 0000000..e06730f
--- /dev/null
+++ b/themes/hugo-coder/exampleSite/content/posts/rich-content.pt-br.md
@@ -0,0 +1,34 @@
1+++
2author = "Hugo Authors"
3title = "Conteúdo Rico"
4date = "2019-03-10"
5description = "Uma breve descrição sobre Shortcodes do Hugo"
6tags = [
7 "shortcodes",
8 "privacy",
9]
10+++
11
12O Hugo vem com vários [Shortcodes Internos](https://gohugo.io/content-management/shortcodes/#use-hugos-built-in-shortcodes) para conteúdo rico, assim como uma [Configuração de Privacidade](https://gohugo.io/about/hugo-and-gdpr/) e uma gama de Shortcodes simples que permitem embutir versões estáticas e sem JS de várias de redes sociais.
13<!--more-->
14---
15
16## Shortcode do YouTube com privacidade melhorada
17
18{{< youtube ZJthWmvUzzc >}}
19
20<br>
21
22---
23
24## Shortcode simples do Twitter
25
26{{< twitter_simple 1085870671291310081 >}}
27
28<br>
29
30---
31
32## Shortcode simples do Vimeo
33
34{{< vimeo_simple 48912912 >}}
diff --git a/themes/hugo-coder/exampleSite/content/projects.md b/themes/hugo-coder/exampleSite/content/projects.md
new file mode 100644
index 0000000..6a7fd85
--- /dev/null
+++ b/themes/hugo-coder/exampleSite/content/projects.md
@@ -0,0 +1,6 @@
1+++
2title = "Projects"
3slug = "projects"
4+++
5
6Nothing to see here... Move along! \ No newline at end of file
diff --git a/themes/hugo-coder/exampleSite/content/projects.pt-br.md b/themes/hugo-coder/exampleSite/content/projects.pt-br.md
new file mode 100644
index 0000000..6494066
--- /dev/null
+++ b/themes/hugo-coder/exampleSite/content/projects.pt-br.md
@@ -0,0 +1,6 @@
1+++
2title = "Projetos"
3slug = "projects"
4+++
5
6Nada para ver aqui.. Circulando!
diff --git a/themes/hugo-coder/exampleSite/layouts/.gitkeep b/themes/hugo-coder/exampleSite/layouts/.gitkeep
new file mode 100644
index 0000000..e69de29
--- /dev/null
+++ b/themes/hugo-coder/exampleSite/layouts/.gitkeep
diff --git a/themes/hugo-coder/exampleSite/static/images/N90.jpg b/themes/hugo-coder/exampleSite/static/images/N90.jpg
new file mode 100644
index 0000000..7d303b2
--- /dev/null
+++ b/themes/hugo-coder/exampleSite/static/images/N90.jpg
Binary files differ
diff --git a/themes/hugo-coder/exampleSite/static/images/apple-touch-icon.png b/themes/hugo-coder/exampleSite/static/images/apple-touch-icon.png
new file mode 100644
index 0000000..12da374
--- /dev/null
+++ b/themes/hugo-coder/exampleSite/static/images/apple-touch-icon.png
Binary files differ
diff --git a/themes/hugo-coder/exampleSite/static/images/avatar.jpg b/themes/hugo-coder/exampleSite/static/images/avatar.jpg
new file mode 100644
index 0000000..0431831
--- /dev/null
+++ b/themes/hugo-coder/exampleSite/static/images/avatar.jpg
Binary files differ
diff --git a/themes/hugo-coder/exampleSite/static/images/favicon-16x16.png b/themes/hugo-coder/exampleSite/static/images/favicon-16x16.png
new file mode 100644
index 0000000..c0ce306
--- /dev/null
+++ b/themes/hugo-coder/exampleSite/static/images/favicon-16x16.png
Binary files differ
diff --git a/themes/hugo-coder/exampleSite/static/images/favicon-32x32.png b/themes/hugo-coder/exampleSite/static/images/favicon-32x32.png
new file mode 100644
index 0000000..f2f0316
--- /dev/null
+++ b/themes/hugo-coder/exampleSite/static/images/favicon-32x32.png
Binary files differ