From 8555cf72dec9321fa010296ce6988cf7b7cf602b Mon Sep 17 00:00:00 2001 From: Ryan Schanzenbacher Date: Sun, 26 Dec 2021 00:30:09 -0500 Subject: convert theme from submodule to regular files --- themes/hugo-coder | 1 - .../content/posts/rich-content.pt-br.md | 34 ++++++++++++++++++++++ 2 files changed, 34 insertions(+), 1 deletion(-) delete mode 160000 themes/hugo-coder create mode 100644 themes/hugo-coder/exampleSite/content/posts/rich-content.pt-br.md (limited to 'themes/hugo-coder/exampleSite/content/posts/rich-content.pt-br.md') diff --git a/themes/hugo-coder b/themes/hugo-coder deleted file mode 160000 index 55b2a15..0000000 --- a/themes/hugo-coder +++ /dev/null @@ -1 +0,0 @@ -Subproject commit 55b2a150f990bc56364dba347bc9acc6aab07be3 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 @@ ++++ +author = "Hugo Authors" +title = "Conteúdo Rico" +date = "2019-03-10" +description = "Uma breve descrição sobre Shortcodes do Hugo" +tags = [ + "shortcodes", + "privacy", +] ++++ + +O 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. + +--- + +## Shortcode do YouTube com privacidade melhorada + +{{< youtube ZJthWmvUzzc >}} + +
+ +--- + +## Shortcode simples do Twitter + +{{< twitter_simple 1085870671291310081 >}} + +
+ +--- + +## Shortcode simples do Vimeo + +{{< vimeo_simple 48912912 >}} -- cgit v1.2.3