From 161f9858c6217f1e94716ed2a44590aab3492092 Mon Sep 17 00:00:00 2001 From: Lukas Joswiak Date: Fri, 20 Aug 2021 21:22:24 -0700 Subject: [PATCH] Add example site --- docs/about/index.html | 49 ++++++++ docs/categories/index.html | 49 ++++++++ docs/categories/index.xml | 62 ++++++++++ docs/categories/syntax/index.html | 42 +++++++ docs/categories/syntax/index.xml | 62 ++++++++++ docs/categories/themes/index.html | 42 +++++++ docs/categories/themes/index.xml | 62 ++++++++++ docs/css/style.min.css | 1 + docs/emoji-support/index.html | 62 ++++++++++ docs/index.html | 66 +++++++++- docs/index.xml | 62 ++++++++++ docs/markdown-syntax-guide/index.html | 171 ++++++++++++++++++++++++++ docs/migrate-from-jekyl/index.html | 1 + docs/placeholder-text/index.html | 77 ++++++++++++ docs/posts/index.html | 62 ++++++++++ docs/posts/index.xml | 62 ++++++++++ docs/rich-content/index.html | 113 +++++++++++++++++ docs/sitemap.xml | 61 +++++++++ docs/tags/css/index.html | 42 +++++++ docs/tags/css/index.xml | 62 ++++++++++ docs/tags/emoji/index.html | 42 +++++++ docs/tags/emoji/index.xml | 62 ++++++++++ docs/tags/html/index.html | 42 +++++++ docs/tags/html/index.xml | 62 ++++++++++ docs/tags/index.html | 91 ++++++++++++++ docs/tags/index.xml | 62 ++++++++++ docs/tags/markdown/index.html | 49 ++++++++ docs/tags/markdown/index.xml | 62 ++++++++++ docs/tags/privacy/index.html | 42 +++++++ docs/tags/privacy/index.xml | 62 ++++++++++ docs/tags/shortcodes/index.html | 42 +++++++ docs/tags/shortcodes/index.xml | 62 ++++++++++ docs/tags/text/index.html | 42 +++++++ docs/tags/text/index.xml | 62 ++++++++++ docs/tags/themes/index.html | 42 +++++++ docs/tags/themes/index.xml | 62 ++++++++++ 36 files changed, 2097 insertions(+), 1 deletion(-) create mode 100644 docs/about/index.html create mode 100644 docs/categories/index.html create mode 100644 docs/categories/index.xml create mode 100644 docs/categories/syntax/index.html create mode 100644 docs/categories/syntax/index.xml create mode 100644 docs/categories/themes/index.html create mode 100644 docs/categories/themes/index.xml create mode 100644 docs/css/style.min.css create mode 100644 docs/emoji-support/index.html create mode 100644 docs/index.xml create mode 100644 docs/markdown-syntax-guide/index.html create mode 100644 docs/migrate-from-jekyl/index.html create mode 100644 docs/placeholder-text/index.html create mode 100644 docs/posts/index.html create mode 100644 docs/posts/index.xml create mode 100644 docs/rich-content/index.html create mode 100644 docs/sitemap.xml create mode 100644 docs/tags/css/index.html create mode 100644 docs/tags/css/index.xml create mode 100644 docs/tags/emoji/index.html create mode 100644 docs/tags/emoji/index.xml create mode 100644 docs/tags/html/index.html create mode 100644 docs/tags/html/index.xml create mode 100644 docs/tags/index.html create mode 100644 docs/tags/index.xml create mode 100644 docs/tags/markdown/index.html create mode 100644 docs/tags/markdown/index.xml create mode 100644 docs/tags/privacy/index.html create mode 100644 docs/tags/privacy/index.xml create mode 100644 docs/tags/shortcodes/index.html create mode 100644 docs/tags/shortcodes/index.xml create mode 100644 docs/tags/text/index.html create mode 100644 docs/tags/text/index.xml create mode 100644 docs/tags/themes/index.html create mode 100644 docs/tags/themes/index.xml diff --git a/docs/about/index.html b/docs/about/index.html new file mode 100644 index 0000000..9a95d3a --- /dev/null +++ b/docs/about/index.html @@ -0,0 +1,49 @@ + + + + + + + + + + + About + + +
+
+
+

About

+
+

Written in Go, Hugo is an open source static site generator available under the Apache Licence 2.0. 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.

+

Hugo makes use of a variety of open source projects including:

+ +

Hugo is ideal for blogs, corporate websites, creative portfolios, online magazines, single page applications or even a website with thousands of pages.

+

Hugo is for people who want to hand code their own website without worrying about setting up complicated runtimes, dependencies and databases.

+

Websites built with Hugo are extremelly fast, secure and can be deployed anywhere including, AWS, GitHub Pages, Heroku, Netlify and any other hosting provider.

+

Learn more and contribute on GitHub.

+
+ +
+ + diff --git a/docs/categories/index.html b/docs/categories/index.html new file mode 100644 index 0000000..9532368 --- /dev/null +++ b/docs/categories/index.html @@ -0,0 +1,49 @@ + + + + + + + + + + + + Categories + + +
+

Categories

+ + +
+ + diff --git a/docs/categories/index.xml b/docs/categories/index.xml new file mode 100644 index 0000000..762dc33 --- /dev/null +++ b/docs/categories/index.xml @@ -0,0 +1,62 @@ + + + + Categories on Website Name + https://example.com/categories/ + Recent content in Categories on Website Name + Hugo -- gohugo.io + en-US + Mon, 11 Mar 2019 00:00:00 +0000 + + + + + + + Markdown Syntax Guide + https://example.com/markdown-syntax-guide/ + Mon, 11 Mar 2019 00:00:00 +0000 + + https://example.com/markdown-syntax-guide/ + <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 Content + https://example.com/rich-content/ + Sun, 10 Mar 2019 00:00:00 +0000 + + https://example.com/rich-content/ + <p>Hugo ships with several <a href="https://gohugo.io/content-management/shortcodes/#use-hugo-s-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 Text + https://example.com/placeholder-text/ + Sat, 09 Mar 2019 00:00:00 +0000 + + https://example.com/placeholder-text/ + <p>Lorem est tota propiore conpellat pectoribus de +pectora summo.</p> + + + + + + Emoji Support + https://example.com/emoji-support/ + Tue, 05 Mar 2019 00:00:00 +0000 + + https://example.com/emoji-support/ + <p>Emoji can be enabled in a Hugo project in a number of ways.</p> + + + + + + + diff --git a/docs/categories/syntax/index.html b/docs/categories/syntax/index.html new file mode 100644 index 0000000..43e3e59 --- /dev/null +++ b/docs/categories/syntax/index.html @@ -0,0 +1,42 @@ + + + + + + + + + + + + syntax + + +
+

syntax

+ + +
+ + diff --git a/docs/categories/syntax/index.xml b/docs/categories/syntax/index.xml new file mode 100644 index 0000000..b993297 --- /dev/null +++ b/docs/categories/syntax/index.xml @@ -0,0 +1,62 @@ + + + + syntax on Website Name + https://example.com/categories/syntax/ + Recent content in syntax on Website Name + Hugo -- gohugo.io + en-US + Mon, 11 Mar 2019 00:00:00 +0000 + + + + + + + Markdown Syntax Guide + https://example.com/markdown-syntax-guide/ + Mon, 11 Mar 2019 00:00:00 +0000 + + https://example.com/markdown-syntax-guide/ + <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 Content + https://example.com/rich-content/ + Sun, 10 Mar 2019 00:00:00 +0000 + + https://example.com/rich-content/ + <p>Hugo ships with several <a href="https://gohugo.io/content-management/shortcodes/#use-hugo-s-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 Text + https://example.com/placeholder-text/ + Sat, 09 Mar 2019 00:00:00 +0000 + + https://example.com/placeholder-text/ + <p>Lorem est tota propiore conpellat pectoribus de +pectora summo.</p> + + + + + + Emoji Support + https://example.com/emoji-support/ + Tue, 05 Mar 2019 00:00:00 +0000 + + https://example.com/emoji-support/ + <p>Emoji can be enabled in a Hugo project in a number of ways.</p> + + + + + + + diff --git a/docs/categories/themes/index.html b/docs/categories/themes/index.html new file mode 100644 index 0000000..724530d --- /dev/null +++ b/docs/categories/themes/index.html @@ -0,0 +1,42 @@ + + + + + + + + + + + + themes + + +
+

themes

+ + +
+ + diff --git a/docs/categories/themes/index.xml b/docs/categories/themes/index.xml new file mode 100644 index 0000000..ee0bb45 --- /dev/null +++ b/docs/categories/themes/index.xml @@ -0,0 +1,62 @@ + + + + themes on Website Name + https://example.com/categories/themes/ + Recent content in themes on Website Name + Hugo -- gohugo.io + en-US + Mon, 11 Mar 2019 00:00:00 +0000 + + + + + + + Markdown Syntax Guide + https://example.com/markdown-syntax-guide/ + Mon, 11 Mar 2019 00:00:00 +0000 + + https://example.com/markdown-syntax-guide/ + <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 Content + https://example.com/rich-content/ + Sun, 10 Mar 2019 00:00:00 +0000 + + https://example.com/rich-content/ + <p>Hugo ships with several <a href="https://gohugo.io/content-management/shortcodes/#use-hugo-s-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 Text + https://example.com/placeholder-text/ + Sat, 09 Mar 2019 00:00:00 +0000 + + https://example.com/placeholder-text/ + <p>Lorem est tota propiore conpellat pectoribus de +pectora summo.</p> + + + + + + Emoji Support + https://example.com/emoji-support/ + Tue, 05 Mar 2019 00:00:00 +0000 + + https://example.com/emoji-support/ + <p>Emoji can be enabled in a Hugo project in a number of ways.</p> + + + + + + + diff --git a/docs/css/style.min.css b/docs/css/style.min.css new file mode 100644 index 0000000..860a646 --- /dev/null +++ b/docs/css/style.min.css @@ -0,0 +1 @@ +*,*:before,*:after{box-sizing:border-box}html{font-size:62.5%}body{font-size:16px;font-size:1.6rem;font-family:helvetica neue,arial,sans-serif;color:#313a3d;width:100%;margin:0 auto;padding:0 16px;line-height:1.6}header#banner{margin:25px 0}header#banner a{color:#313a3d;text-decoration:none}header#banner a:hover{text-decoration:underline}header#banner h2{display:inline;font-size:21px;font-size:2.1rem;margin:0 8px 0 0}header#banner nav{display:inline-block}header#banner nav ul{list-style-type:none;font-size:1.05em;text-transform:lowercase;margin:0;padding:0}header#banner nav ul li{display:inline;margin:0 3px}header#banner nav ul li a{color:#454545}main#content a{color:#007dfa;text-decoration:none}main#content a:hover{text-decoration:underline}main#content h1,main#content h2,main#content h3,main#content h4,main#content h5,main#content h6{margin-bottom:0;line-height:1.15}main#content h3{font-size:19px;font-size:1.9rem}main#content h1+p,main#content h2+p,main#content h3+p,main#content h4+p,main#content h5+p,main#content h6+p{margin-top:5px}main#content p{color:#394548;margin:16px 0}main#content hr{height:1px;border:0;background:#d8d8d8}main#content ul#posts{list-style-type:none;font-size:16px;font-size:1.6rem;margin-top:0;padding:0}main#content ul#posts li{margin:5px 0;padding:0}main#content ul#posts small{font-size:.8em;color:#767676;margin-left:10px}main#content ul#posts li a{text-decoration:none}main#content ul#posts li a:hover{color:#369aff}main#content ul#posts li a:hover small{color:inherit}main#content header#post-header h1{display:block;font-size:23px;font-size:2.3rem;line-height:1.15}main#content header#post-header div{display:block;font-size:.85em;color:#767676}main#content #toc{border:1px solid #b1b1b1;border-radius:1px;line-height:26px;margin:16px 0;padding:9px 14px}main#content #toc h4{font-size:1.06em;color:#3d3d3d;margin:0}main#content #toc nav#TableOfContents{margin-top:4px}main#content #toc nav#TableOfContents>ul,main#content #toc nav#TableOfContents>ol{margin-left:-40px}main#content #toc ul,main#content #toc ol{font-size:.98em;margin:0;padding:0 0 0 40px}main#content #toc ul{list-style-type:none}main#content #toc ol{counter-reset:item}main#content #toc ol li{display:block}main#content #toc ol li:before{content:counters(item,".")". ";counter-increment:item}main#content img{max-width:100%;margin:0 auto}main#content figure{margin:16px 0}main#content figure img{display:block;max-width:100%;margin:0 auto}main#content figure figcaption{font-size:.92em;font-style:italic;line-height:22px;text-align:center;margin-top:6px;padding:0 10px}main#content figure figcaption h4{font-style:normal;display:inline;margin:0}main#content figure figcaption p{display:inline;margin:0;padding-left:8px}main#content blockquote{font-style:italic;margin-top:10px;margin-bottom:10px;margin-left:50px;padding-left:15px;border-left:3px solid #ccc}main#content code,main#content pre{font-family:menlo,monospace}main#content code{font-size:.96em;padding:0 5px}main#content pre{display:block;overflow-x:auto;font-size:14px;font-size:1.4rem;white-space:pre;margin:20px 0;padding:1.5rem;line-height:1.4}main#content pre code{padding:0}main#content section.footnotes{font-size:.9em}footer#footer{font-size:14px;font-size:1.4rem;font-weight:300;color:#949494;margin:40px 0}@media(min-width:770px){body{width:600px;line-height:1.5}main#content hr{width:108%;margin-left:-3.8%}header#banner h2{font-size:25px;font-size:2.5rem}main#content h3{font-size:20px;font-size:2rem}main#content ul#posts{font-size:18px;font-size:1.8rem}main#content header#post-header h1{font-size:26px;font-size:2.6rem}main#content img{max-width:108%;margin-left:-3.8%}main#content figure{margin-left:-3.8%}main#content figure img{max-width:108%}main#content pre{width:108%;margin-left:-3.8%;padding:1.5rem 2.2rem}}@media(prefers-color-scheme:dark){html{scrollbar-color:#6c6c6c #2e2e2e}body{color:#ebebeb;background:#121212}header#banner a{color:#e0e0e0;text-decoration:none}header#banner nav ul li a{color:#ccc}main#content a{color:#00b1ed}main#content p{color:#f5f5f5}main#content hr{background:#5c5c5c}main#content #toc h4{color:#d4d4d4}main#content ul#posts small{color:#a7a7a7}main#content ul#posts li a:hover{color:#21c7ff}main#content header#post-header div{color:#a7a7a7}}.chroma{color:#f8f8f2;background-color:#272822}.chroma .err{color:#960050;background-color:#1e0010}.chroma .lntd{vertical-align:top;padding:0;margin:0;border:0}.chroma .lntable{border-spacing:0;padding:0;margin:0;border:0;width:auto;overflow:auto;display:block}.chroma .hl{display:block;width:100%;background-color:#ffc}.chroma .lnt{margin-right:.4em;padding:0 .4em;color:#7f7f7f}.chroma .ln{margin-right:.4em;padding:0 .4em;color:#7f7f7f}.chroma .k{color:#66d9ef}.chroma .kc{color:#66d9ef}.chroma .kd{color:#66d9ef}.chroma .kn{color:#f92672}.chroma .kp{color:#66d9ef}.chroma .kr{color:#66d9ef}.chroma .kt{color:#66d9ef}.chroma .na{color:#a6e22e}.chroma .nc{color:#a6e22e}.chroma .no{color:#66d9ef}.chroma .nd{color:#a6e22e}.chroma .ne{color:#a6e22e}.chroma .nf{color:#a6e22e}.chroma .nx{color:#a6e22e}.chroma .nt{color:#f92672}.chroma .l{color:#ae81ff}.chroma .ld{color:#e6db74}.chroma .s{color:#e6db74}.chroma .sa{color:#e6db74}.chroma .sb{color:#e6db74}.chroma .sc{color:#e6db74}.chroma .dl{color:#e6db74}.chroma .sd{color:#e6db74}.chroma .s2{color:#e6db74}.chroma .se{color:#ae81ff}.chroma .sh{color:#e6db74}.chroma .si{color:#e6db74}.chroma .sx{color:#e6db74}.chroma .sr{color:#e6db74}.chroma .s1{color:#e6db74}.chroma .ss{color:#e6db74}.chroma .m{color:#ae81ff}.chroma .mb{color:#ae81ff}.chroma .mf{color:#ae81ff}.chroma .mh{color:#ae81ff}.chroma .mi{color:#ae81ff}.chroma .il{color:#ae81ff}.chroma .mo{color:#ae81ff}.chroma .o{color:#f92672}.chroma .ow{color:#f92672}.chroma .c{color:#75715e}.chroma .ch{color:#75715e}.chroma .cm{color:#75715e}.chroma .c1{color:#75715e}.chroma .cs{color:#75715e}.chroma .cp{color:#75715e}.chroma .cpf{color:#75715e}.chroma .gd{color:#f92672}.chroma .ge{font-style:italic}.chroma .gi{color:#a6e22e}.chroma .gs{font-weight:700}.chroma .gu{color:#75715e} \ No newline at end of file diff --git a/docs/emoji-support/index.html b/docs/emoji-support/index.html new file mode 100644 index 0000000..34261ae --- /dev/null +++ b/docs/emoji-support/index.html @@ -0,0 +1,62 @@ + + + + + + + + + + + Emoji Support + + +
+
+
+

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.

+

🙈 :see_no_evil: 🙉 :hear_no_evil: 🙊 :speak_no_evil:

+
+

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.

+
.emoji {
+font-family: Apple Color Emoji,Segoe UI Emoji,NotoColorEmoji,Segoe UI Symbol,Android Emoji,EmojiSymbols;
+}
+ +
+ +
+ + diff --git a/docs/index.html b/docs/index.html index 8ab686e..76c5a82 100644 --- a/docs/index.html +++ b/docs/index.html @@ -1 +1,65 @@ -Hello, World! + + + + + + + + + + + + + Home + + +
+

This is some info about me.

+

Posts

+ + +
+ + diff --git a/docs/index.xml b/docs/index.xml new file mode 100644 index 0000000..2b358d8 --- /dev/null +++ b/docs/index.xml @@ -0,0 +1,62 @@ + + + + Home on Website Name + https://example.com/ + Recent content in Home on Website Name + Hugo -- gohugo.io + en-US + Mon, 11 Mar 2019 00:00:00 +0000 + + + + + + + Markdown Syntax Guide + https://example.com/markdown-syntax-guide/ + Mon, 11 Mar 2019 00:00:00 +0000 + + https://example.com/markdown-syntax-guide/ + <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 Content + https://example.com/rich-content/ + Sun, 10 Mar 2019 00:00:00 +0000 + + https://example.com/rich-content/ + <p>Hugo ships with several <a href="https://gohugo.io/content-management/shortcodes/#use-hugo-s-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 Text + https://example.com/placeholder-text/ + Sat, 09 Mar 2019 00:00:00 +0000 + + https://example.com/placeholder-text/ + <p>Lorem est tota propiore conpellat pectoribus de +pectora summo.</p> + + + + + + Emoji Support + https://example.com/emoji-support/ + Tue, 05 Mar 2019 00:00:00 +0000 + + https://example.com/emoji-support/ + <p>Emoji can be enabled in a Hugo project in a number of ways.</p> + + + + + + + diff --git a/docs/markdown-syntax-guide/index.html b/docs/markdown-syntax-guide/index.html new file mode 100644 index 0000000..357a5af --- /dev/null +++ b/docs/markdown-syntax-guide/index.html @@ -0,0 +1,171 @@ + + + + + + + + + + + Markdown Syntax Guide + + +
+
+
+

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

+ + + + + + + + + + + + + + + + + +
Inline   Markdown   In   Table
italicsboldstrikethrough   code
+

Code Blocks

+

Code block with backticks

+
html
+<!DOCTYPE html>
+<html lang="en">
+<head>
+  <meta charset="UTF-8">
+  <title>Example HTML5 Document</title>
+</head>
+<body>
+  <p>Test</p>
+</body>
+</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

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

List Types

+

Ordered List

+
    +
  1. First item
  2. +
  3. Second item
  4. +
  5. Third item
  6. +
+

Unordered List

+
    +
  • List item
  • +
  • Another item
  • +
  • And another item
  • +
+

Nested list

+
    +
  • Item
  • +
+
    +
  1. First Sub-item
  2. +
  3. Second Sub-item
  4. +
+

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. ↩︎

    +
  2. +
+
+ +
+ + diff --git a/docs/migrate-from-jekyl/index.html b/docs/migrate-from-jekyl/index.html new file mode 100644 index 0000000..718f271 --- /dev/null +++ b/docs/migrate-from-jekyl/index.html @@ -0,0 +1 @@ +https://example.com/markdown-syntax-guide/ \ No newline at end of file diff --git a/docs/placeholder-text/index.html b/docs/placeholder-text/index.html new file mode 100644 index 0000000..0938495 --- /dev/null +++ b/docs/placeholder-text/index.html @@ -0,0 +1,77 @@ + + + + + + + + + + + Placeholder Text + + +
+
+
+

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. +
  3. Duce pollice
  4. +
  5. Eris modo
  6. +
  7. Spargitque ferrea quos palude
  8. +
+

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. +
  3. Post torum vates letum Tiresia
  4. +
  5. Flumen querellas
  6. +
  7. Arcanaque montibus omnes
  8. +
  9. Quidem et
  10. +
+

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.

+ +
+ +
+ + diff --git a/docs/posts/index.html b/docs/posts/index.html new file mode 100644 index 0000000..bf4b17e --- /dev/null +++ b/docs/posts/index.html @@ -0,0 +1,62 @@ + + + + + + + + + + + + Posts + + +

Posts

+ + +
+ + diff --git a/docs/posts/index.xml b/docs/posts/index.xml new file mode 100644 index 0000000..7f54e8e --- /dev/null +++ b/docs/posts/index.xml @@ -0,0 +1,62 @@ + + + + Posts on Website Name + https://example.com/posts/ + Recent content in Posts on Website Name + Hugo -- gohugo.io + en-US + Mon, 11 Mar 2019 00:00:00 +0000 + + + + + + + Markdown Syntax Guide + https://example.com/markdown-syntax-guide/ + Mon, 11 Mar 2019 00:00:00 +0000 + + https://example.com/markdown-syntax-guide/ + <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 Content + https://example.com/rich-content/ + Sun, 10 Mar 2019 00:00:00 +0000 + + https://example.com/rich-content/ + <p>Hugo ships with several <a href="https://gohugo.io/content-management/shortcodes/#use-hugo-s-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 Text + https://example.com/placeholder-text/ + Sat, 09 Mar 2019 00:00:00 +0000 + + https://example.com/placeholder-text/ + <p>Lorem est tota propiore conpellat pectoribus de +pectora summo.</p> + + + + + + Emoji Support + https://example.com/emoji-support/ + Tue, 05 Mar 2019 00:00:00 +0000 + + https://example.com/emoji-support/ + <p>Emoji can be enabled in a Hugo project in a number of ways.</p> + + + + + + + diff --git a/docs/rich-content/index.html b/docs/rich-content/index.html new file mode 100644 index 0000000..3c3b99b --- /dev/null +++ b/docs/rich-content/index.html @@ -0,0 +1,113 @@ + + + + + + + + + + + Rich Content + + +
+
+
+

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

+ + + + + + + + + +
+ +
+ + diff --git a/docs/sitemap.xml b/docs/sitemap.xml new file mode 100644 index 0000000..3779756 --- /dev/null +++ b/docs/sitemap.xml @@ -0,0 +1,61 @@ + + + + https://example.com/categories/ + 2019-03-11T00:00:00+00:00 + + https://example.com/tags/css/ + 2019-03-11T00:00:00+00:00 + + https://example.com/ + 2019-03-11T00:00:00+00:00 + + https://example.com/tags/html/ + 2019-03-11T00:00:00+00:00 + + https://example.com/tags/markdown/ + 2019-03-11T00:00:00+00:00 + + https://example.com/markdown-syntax-guide/ + 2019-03-11T00:00:00+00:00 + + https://example.com/posts/ + 2019-03-11T00:00:00+00:00 + + https://example.com/categories/syntax/ + 2019-03-11T00:00:00+00:00 + + https://example.com/tags/ + 2019-03-11T00:00:00+00:00 + + https://example.com/tags/themes/ + 2019-03-11T00:00:00+00:00 + + https://example.com/categories/themes/ + 2019-03-11T00:00:00+00:00 + + https://example.com/tags/privacy/ + 2019-03-10T00:00:00+00:00 + + https://example.com/rich-content/ + 2019-03-10T00:00:00+00:00 + + https://example.com/tags/shortcodes/ + 2019-03-10T00:00:00+00:00 + + https://example.com/placeholder-text/ + 2019-03-09T00:00:00+00:00 + + https://example.com/tags/text/ + 2019-03-09T00:00:00+00:00 + + https://example.com/tags/emoji/ + 2019-03-05T00:00:00+00:00 + + https://example.com/emoji-support/ + 2019-03-05T00:00:00+00:00 + + https://example.com/about/ + + diff --git a/docs/tags/css/index.html b/docs/tags/css/index.html new file mode 100644 index 0000000..67ca84a --- /dev/null +++ b/docs/tags/css/index.html @@ -0,0 +1,42 @@ + + + + + + + + + + + + css + + +
+

css

+ + +
+ + diff --git a/docs/tags/css/index.xml b/docs/tags/css/index.xml new file mode 100644 index 0000000..f490a86 --- /dev/null +++ b/docs/tags/css/index.xml @@ -0,0 +1,62 @@ + + + + css on Website Name + https://example.com/tags/css/ + Recent content in css on Website Name + Hugo -- gohugo.io + en-US + Mon, 11 Mar 2019 00:00:00 +0000 + + + + + + + Markdown Syntax Guide + https://example.com/markdown-syntax-guide/ + Mon, 11 Mar 2019 00:00:00 +0000 + + https://example.com/markdown-syntax-guide/ + <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 Content + https://example.com/rich-content/ + Sun, 10 Mar 2019 00:00:00 +0000 + + https://example.com/rich-content/ + <p>Hugo ships with several <a href="https://gohugo.io/content-management/shortcodes/#use-hugo-s-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 Text + https://example.com/placeholder-text/ + Sat, 09 Mar 2019 00:00:00 +0000 + + https://example.com/placeholder-text/ + <p>Lorem est tota propiore conpellat pectoribus de +pectora summo.</p> + + + + + + Emoji Support + https://example.com/emoji-support/ + Tue, 05 Mar 2019 00:00:00 +0000 + + https://example.com/emoji-support/ + <p>Emoji can be enabled in a Hugo project in a number of ways.</p> + + + + + + + diff --git a/docs/tags/emoji/index.html b/docs/tags/emoji/index.html new file mode 100644 index 0000000..3edc096 --- /dev/null +++ b/docs/tags/emoji/index.html @@ -0,0 +1,42 @@ + + + + + + + + + + + + emoji + + +
+

emoji

+ + +
+ + diff --git a/docs/tags/emoji/index.xml b/docs/tags/emoji/index.xml new file mode 100644 index 0000000..5b48d4e --- /dev/null +++ b/docs/tags/emoji/index.xml @@ -0,0 +1,62 @@ + + + + emoji on Website Name + https://example.com/tags/emoji/ + Recent content in emoji on Website Name + Hugo -- gohugo.io + en-US + Tue, 05 Mar 2019 00:00:00 +0000 + + + + + + + Markdown Syntax Guide + https://example.com/markdown-syntax-guide/ + Mon, 11 Mar 2019 00:00:00 +0000 + + https://example.com/markdown-syntax-guide/ + <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 Content + https://example.com/rich-content/ + Sun, 10 Mar 2019 00:00:00 +0000 + + https://example.com/rich-content/ + <p>Hugo ships with several <a href="https://gohugo.io/content-management/shortcodes/#use-hugo-s-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 Text + https://example.com/placeholder-text/ + Sat, 09 Mar 2019 00:00:00 +0000 + + https://example.com/placeholder-text/ + <p>Lorem est tota propiore conpellat pectoribus de +pectora summo.</p> + + + + + + Emoji Support + https://example.com/emoji-support/ + Tue, 05 Mar 2019 00:00:00 +0000 + + https://example.com/emoji-support/ + <p>Emoji can be enabled in a Hugo project in a number of ways.</p> + + + + + + + diff --git a/docs/tags/html/index.html b/docs/tags/html/index.html new file mode 100644 index 0000000..1db41d1 --- /dev/null +++ b/docs/tags/html/index.html @@ -0,0 +1,42 @@ + + + + + + + + + + + + html + + +
+

html

+ + +
+ + diff --git a/docs/tags/html/index.xml b/docs/tags/html/index.xml new file mode 100644 index 0000000..11b66d2 --- /dev/null +++ b/docs/tags/html/index.xml @@ -0,0 +1,62 @@ + + + + html on Website Name + https://example.com/tags/html/ + Recent content in html on Website Name + Hugo -- gohugo.io + en-US + Mon, 11 Mar 2019 00:00:00 +0000 + + + + + + + Markdown Syntax Guide + https://example.com/markdown-syntax-guide/ + Mon, 11 Mar 2019 00:00:00 +0000 + + https://example.com/markdown-syntax-guide/ + <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 Content + https://example.com/rich-content/ + Sun, 10 Mar 2019 00:00:00 +0000 + + https://example.com/rich-content/ + <p>Hugo ships with several <a href="https://gohugo.io/content-management/shortcodes/#use-hugo-s-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 Text + https://example.com/placeholder-text/ + Sat, 09 Mar 2019 00:00:00 +0000 + + https://example.com/placeholder-text/ + <p>Lorem est tota propiore conpellat pectoribus de +pectora summo.</p> + + + + + + Emoji Support + https://example.com/emoji-support/ + Tue, 05 Mar 2019 00:00:00 +0000 + + https://example.com/emoji-support/ + <p>Emoji can be enabled in a Hugo project in a number of ways.</p> + + + + + + + diff --git a/docs/tags/index.html b/docs/tags/index.html new file mode 100644 index 0000000..ad1f0d2 --- /dev/null +++ b/docs/tags/index.html @@ -0,0 +1,91 @@ + + + + + + + + + + + + Tags + + +
+

Tags

+ + +
+ + diff --git a/docs/tags/index.xml b/docs/tags/index.xml new file mode 100644 index 0000000..d05ac61 --- /dev/null +++ b/docs/tags/index.xml @@ -0,0 +1,62 @@ + + + + Tags on Website Name + https://example.com/tags/ + Recent content in Tags on Website Name + Hugo -- gohugo.io + en-US + Mon, 11 Mar 2019 00:00:00 +0000 + + + + + + + Markdown Syntax Guide + https://example.com/markdown-syntax-guide/ + Mon, 11 Mar 2019 00:00:00 +0000 + + https://example.com/markdown-syntax-guide/ + <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 Content + https://example.com/rich-content/ + Sun, 10 Mar 2019 00:00:00 +0000 + + https://example.com/rich-content/ + <p>Hugo ships with several <a href="https://gohugo.io/content-management/shortcodes/#use-hugo-s-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 Text + https://example.com/placeholder-text/ + Sat, 09 Mar 2019 00:00:00 +0000 + + https://example.com/placeholder-text/ + <p>Lorem est tota propiore conpellat pectoribus de +pectora summo.</p> + + + + + + Emoji Support + https://example.com/emoji-support/ + Tue, 05 Mar 2019 00:00:00 +0000 + + https://example.com/emoji-support/ + <p>Emoji can be enabled in a Hugo project in a number of ways.</p> + + + + + + + diff --git a/docs/tags/markdown/index.html b/docs/tags/markdown/index.html new file mode 100644 index 0000000..d8e0ec8 --- /dev/null +++ b/docs/tags/markdown/index.html @@ -0,0 +1,49 @@ + + + + + + + + + + + + markdown + + +
+

markdown

+ + +
+ + diff --git a/docs/tags/markdown/index.xml b/docs/tags/markdown/index.xml new file mode 100644 index 0000000..cfa0dce --- /dev/null +++ b/docs/tags/markdown/index.xml @@ -0,0 +1,62 @@ + + + + markdown on Website Name + https://example.com/tags/markdown/ + Recent content in markdown on Website Name + Hugo -- gohugo.io + en-US + Mon, 11 Mar 2019 00:00:00 +0000 + + + + + + + Markdown Syntax Guide + https://example.com/markdown-syntax-guide/ + Mon, 11 Mar 2019 00:00:00 +0000 + + https://example.com/markdown-syntax-guide/ + <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 Content + https://example.com/rich-content/ + Sun, 10 Mar 2019 00:00:00 +0000 + + https://example.com/rich-content/ + <p>Hugo ships with several <a href="https://gohugo.io/content-management/shortcodes/#use-hugo-s-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 Text + https://example.com/placeholder-text/ + Sat, 09 Mar 2019 00:00:00 +0000 + + https://example.com/placeholder-text/ + <p>Lorem est tota propiore conpellat pectoribus de +pectora summo.</p> + + + + + + Emoji Support + https://example.com/emoji-support/ + Tue, 05 Mar 2019 00:00:00 +0000 + + https://example.com/emoji-support/ + <p>Emoji can be enabled in a Hugo project in a number of ways.</p> + + + + + + + diff --git a/docs/tags/privacy/index.html b/docs/tags/privacy/index.html new file mode 100644 index 0000000..9b3343a --- /dev/null +++ b/docs/tags/privacy/index.html @@ -0,0 +1,42 @@ + + + + + + + + + + + + privacy + + +
+

privacy

+ + +
+ + diff --git a/docs/tags/privacy/index.xml b/docs/tags/privacy/index.xml new file mode 100644 index 0000000..820d065 --- /dev/null +++ b/docs/tags/privacy/index.xml @@ -0,0 +1,62 @@ + + + + privacy on Website Name + https://example.com/tags/privacy/ + Recent content in privacy on Website Name + Hugo -- gohugo.io + en-US + Sun, 10 Mar 2019 00:00:00 +0000 + + + + + + + Markdown Syntax Guide + https://example.com/markdown-syntax-guide/ + Mon, 11 Mar 2019 00:00:00 +0000 + + https://example.com/markdown-syntax-guide/ + <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 Content + https://example.com/rich-content/ + Sun, 10 Mar 2019 00:00:00 +0000 + + https://example.com/rich-content/ + <p>Hugo ships with several <a href="https://gohugo.io/content-management/shortcodes/#use-hugo-s-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 Text + https://example.com/placeholder-text/ + Sat, 09 Mar 2019 00:00:00 +0000 + + https://example.com/placeholder-text/ + <p>Lorem est tota propiore conpellat pectoribus de +pectora summo.</p> + + + + + + Emoji Support + https://example.com/emoji-support/ + Tue, 05 Mar 2019 00:00:00 +0000 + + https://example.com/emoji-support/ + <p>Emoji can be enabled in a Hugo project in a number of ways.</p> + + + + + + + diff --git a/docs/tags/shortcodes/index.html b/docs/tags/shortcodes/index.html new file mode 100644 index 0000000..b1b81c9 --- /dev/null +++ b/docs/tags/shortcodes/index.html @@ -0,0 +1,42 @@ + + + + + + + + + + + + shortcodes + + +
+

shortcodes

+ + +
+ + diff --git a/docs/tags/shortcodes/index.xml b/docs/tags/shortcodes/index.xml new file mode 100644 index 0000000..73d6c3a --- /dev/null +++ b/docs/tags/shortcodes/index.xml @@ -0,0 +1,62 @@ + + + + shortcodes on Website Name + https://example.com/tags/shortcodes/ + Recent content in shortcodes on Website Name + Hugo -- gohugo.io + en-US + Sun, 10 Mar 2019 00:00:00 +0000 + + + + + + + Markdown Syntax Guide + https://example.com/markdown-syntax-guide/ + Mon, 11 Mar 2019 00:00:00 +0000 + + https://example.com/markdown-syntax-guide/ + <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 Content + https://example.com/rich-content/ + Sun, 10 Mar 2019 00:00:00 +0000 + + https://example.com/rich-content/ + <p>Hugo ships with several <a href="https://gohugo.io/content-management/shortcodes/#use-hugo-s-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 Text + https://example.com/placeholder-text/ + Sat, 09 Mar 2019 00:00:00 +0000 + + https://example.com/placeholder-text/ + <p>Lorem est tota propiore conpellat pectoribus de +pectora summo.</p> + + + + + + Emoji Support + https://example.com/emoji-support/ + Tue, 05 Mar 2019 00:00:00 +0000 + + https://example.com/emoji-support/ + <p>Emoji can be enabled in a Hugo project in a number of ways.</p> + + + + + + + diff --git a/docs/tags/text/index.html b/docs/tags/text/index.html new file mode 100644 index 0000000..78d173b --- /dev/null +++ b/docs/tags/text/index.html @@ -0,0 +1,42 @@ + + + + + + + + + + + + text + + +
+

text

+ + +
+ + diff --git a/docs/tags/text/index.xml b/docs/tags/text/index.xml new file mode 100644 index 0000000..b199cc0 --- /dev/null +++ b/docs/tags/text/index.xml @@ -0,0 +1,62 @@ + + + + text on Website Name + https://example.com/tags/text/ + Recent content in text on Website Name + Hugo -- gohugo.io + en-US + Sat, 09 Mar 2019 00:00:00 +0000 + + + + + + + Markdown Syntax Guide + https://example.com/markdown-syntax-guide/ + Mon, 11 Mar 2019 00:00:00 +0000 + + https://example.com/markdown-syntax-guide/ + <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 Content + https://example.com/rich-content/ + Sun, 10 Mar 2019 00:00:00 +0000 + + https://example.com/rich-content/ + <p>Hugo ships with several <a href="https://gohugo.io/content-management/shortcodes/#use-hugo-s-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 Text + https://example.com/placeholder-text/ + Sat, 09 Mar 2019 00:00:00 +0000 + + https://example.com/placeholder-text/ + <p>Lorem est tota propiore conpellat pectoribus de +pectora summo.</p> + + + + + + Emoji Support + https://example.com/emoji-support/ + Tue, 05 Mar 2019 00:00:00 +0000 + + https://example.com/emoji-support/ + <p>Emoji can be enabled in a Hugo project in a number of ways.</p> + + + + + + + diff --git a/docs/tags/themes/index.html b/docs/tags/themes/index.html new file mode 100644 index 0000000..013f533 --- /dev/null +++ b/docs/tags/themes/index.html @@ -0,0 +1,42 @@ + + + + + + + + + + + + themes + + +
+

themes

+ + +
+ + diff --git a/docs/tags/themes/index.xml b/docs/tags/themes/index.xml new file mode 100644 index 0000000..42c2336 --- /dev/null +++ b/docs/tags/themes/index.xml @@ -0,0 +1,62 @@ + + + + themes on Website Name + https://example.com/tags/themes/ + Recent content in themes on Website Name + Hugo -- gohugo.io + en-US + Mon, 11 Mar 2019 00:00:00 +0000 + + + + + + + Markdown Syntax Guide + https://example.com/markdown-syntax-guide/ + Mon, 11 Mar 2019 00:00:00 +0000 + + https://example.com/markdown-syntax-guide/ + <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 Content + https://example.com/rich-content/ + Sun, 10 Mar 2019 00:00:00 +0000 + + https://example.com/rich-content/ + <p>Hugo ships with several <a href="https://gohugo.io/content-management/shortcodes/#use-hugo-s-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 Text + https://example.com/placeholder-text/ + Sat, 09 Mar 2019 00:00:00 +0000 + + https://example.com/placeholder-text/ + <p>Lorem est tota propiore conpellat pectoribus de +pectora summo.</p> + + + + + + Emoji Support + https://example.com/emoji-support/ + Tue, 05 Mar 2019 00:00:00 +0000 + + https://example.com/emoji-support/ + <p>Emoji can be enabled in a Hugo project in a number of ways.</p> + + + + + + +