Fix base URL

This commit is contained in:
Lukas Joswiak 2021-08-20 21:24:49 -07:00
parent 161f9858c6
commit f0065f656d
35 changed files with 298 additions and 298 deletions

View file

@ -4,20 +4,20 @@
<meta name="viewport" content="width=device-width, initial-scale=1.0"> <meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta name="description" content="Your site description"> <meta name="description" content="Your site description">
<link rel="shortcut icon" href="https://example.com/favicon.ico"> <link rel="shortcut icon" href="https://lukasjoswiak.github.io/etch/favicon.ico">
<link rel="stylesheet" href="/css/style.min.css"> <link rel="stylesheet" href="/etch/css/style.min.css">
<title>About</title> <title>About</title>
</head> </head>
<body><header id="banner"> <body><header id="banner">
<h2><a href="https://example.com">Website Name</a></h2> <h2><a href="https://lukasjoswiak.github.io/etch/">Website Name</a></h2>
<nav> <nav>
<ul> <ul>
<li> <li>
<a href="/" title="posts">posts</a> <a href="/etch/" title="posts">posts</a>
</li><li> </li><li>
<a href="/about/" title="about">about</a> <a href="/etch/about/" title="about">about</a>
</li> </li>
</ul> </ul>
</nav> </nav>

View file

@ -4,21 +4,21 @@
<meta name="viewport" content="width=device-width, initial-scale=1.0"> <meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta name="description" content="Your site description"> <meta name="description" content="Your site description">
<link rel="shortcut icon" href="https://example.com/favicon.ico"> <link rel="shortcut icon" href="https://lukasjoswiak.github.io/etch/favicon.ico">
<link rel="alternate" type="application/rss+xml" href="https://example.com/categories/index.xml" title="Website Name"> <link rel="alternate" type="application/rss+xml" href="https://lukasjoswiak.github.io/etch/categories/index.xml" title="Website Name">
<link rel="stylesheet" href="/css/style.min.css"> <link rel="stylesheet" href="/etch/css/style.min.css">
<title>Categories</title> <title>Categories</title>
</head> </head>
<body><header id="banner"> <body><header id="banner">
<h2><a href="https://example.com">Website Name</a></h2> <h2><a href="https://lukasjoswiak.github.io/etch/">Website Name</a></h2>
<nav> <nav>
<ul> <ul>
<li> <li>
<a href="/" title="posts">posts</a> <a href="/etch/" title="posts">posts</a>
</li><li> </li><li>
<a href="/about/" title="about">about</a> <a href="/etch/about/" title="about">about</a>
</li> </li>
</ul> </ul>
</nav> </nav>
@ -27,14 +27,14 @@
<h3>Categories</h3> <h3>Categories</h3>
<ul id="posts"> <ul id="posts">
<li> <li>
<a href="https://example.com/categories/syntax/"> <a href="https://lukasjoswiak.github.io/etch/categories/syntax/">
syntax syntax
<small><time>Mar 11, 2019</time></small> <small><time>Mar 11, 2019</time></small>
</a> </a>
</li> </li>
<li> <li>
<a href="https://example.com/categories/themes/"> <a href="https://lukasjoswiak.github.io/etch/categories/themes/">
themes themes
<small><time>Mar 11, 2019</time></small> <small><time>Mar 11, 2019</time></small>
</a> </a>

View file

@ -2,22 +2,22 @@
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom"> <rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
<channel> <channel>
<title>Categories on Website Name</title> <title>Categories on Website Name</title>
<link>https://example.com/categories/</link> <link>https://lukasjoswiak.github.io/etch/categories/</link>
<description>Recent content in Categories on Website Name</description> <description>Recent content in Categories on Website Name</description>
<generator>Hugo -- gohugo.io</generator> <generator>Hugo -- gohugo.io</generator>
<language>en-US</language> <language>en-US</language>
<lastBuildDate>Mon, 11 Mar 2019 00:00:00 +0000</lastBuildDate> <lastBuildDate>Mon, 11 Mar 2019 00:00:00 +0000</lastBuildDate>
<atom:link href="https://example.com/categories/index.xml" rel="self" type="application/rss+xml" /> <atom:link href="https://lukasjoswiak.github.io/etch/categories/index.xml" rel="self" type="application/rss+xml" />
<item> <item>
<title>Markdown Syntax Guide</title> <title>Markdown Syntax Guide</title>
<link>https://example.com/markdown-syntax-guide/</link> <link>https://lukasjoswiak.github.io/etch/markdown-syntax-guide/</link>
<pubDate>Mon, 11 Mar 2019 00:00:00 +0000</pubDate> <pubDate>Mon, 11 Mar 2019 00:00:00 +0000</pubDate>
<guid>https://example.com/markdown-syntax-guide/</guid> <guid>https://lukasjoswiak.github.io/etch/markdown-syntax-guide/</guid>
<description>&lt;p&gt;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.&lt;/p&gt;</description> <description>&lt;p&gt;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.&lt;/p&gt;</description>
</item> </item>
@ -25,10 +25,10 @@
<item> <item>
<title>Rich Content</title> <title>Rich Content</title>
<link>https://example.com/rich-content/</link> <link>https://lukasjoswiak.github.io/etch/rich-content/</link>
<pubDate>Sun, 10 Mar 2019 00:00:00 +0000</pubDate> <pubDate>Sun, 10 Mar 2019 00:00:00 +0000</pubDate>
<guid>https://example.com/rich-content/</guid> <guid>https://lukasjoswiak.github.io/etch/rich-content/</guid>
<description>&lt;p&gt;Hugo ships with several &lt;a href=&#34;https://gohugo.io/content-management/shortcodes/#use-hugo-s-built-in-shortcodes&#34;&gt;Built-in Shortcodes&lt;/a&gt; for rich content, along with a &lt;a href=&#34;https://gohugo.io/about/hugo-and-gdpr/&#34;&gt;Privacy Config&lt;/a&gt; and a set of Simple Shortcodes that enable static and no-JS versions of various social media embeds.&lt;/p&gt;</description> <description>&lt;p&gt;Hugo ships with several &lt;a href=&#34;https://gohugo.io/content-management/shortcodes/#use-hugo-s-built-in-shortcodes&#34;&gt;Built-in Shortcodes&lt;/a&gt; for rich content, along with a &lt;a href=&#34;https://gohugo.io/about/hugo-and-gdpr/&#34;&gt;Privacy Config&lt;/a&gt; and a set of Simple Shortcodes that enable static and no-JS versions of various social media embeds.&lt;/p&gt;</description>
</item> </item>
@ -36,10 +36,10 @@
<item> <item>
<title>Placeholder Text</title> <title>Placeholder Text</title>
<link>https://example.com/placeholder-text/</link> <link>https://lukasjoswiak.github.io/etch/placeholder-text/</link>
<pubDate>Sat, 09 Mar 2019 00:00:00 +0000</pubDate> <pubDate>Sat, 09 Mar 2019 00:00:00 +0000</pubDate>
<guid>https://example.com/placeholder-text/</guid> <guid>https://lukasjoswiak.github.io/etch/placeholder-text/</guid>
<description>&lt;p&gt;Lorem est tota propiore conpellat pectoribus de <description>&lt;p&gt;Lorem est tota propiore conpellat pectoribus de
pectora summo.&lt;/p&gt;</description> pectora summo.&lt;/p&gt;</description>
</item> </item>
@ -48,10 +48,10 @@ pectora summo.&lt;/p&gt;</description>
<item> <item>
<title>Emoji Support</title> <title>Emoji Support</title>
<link>https://example.com/emoji-support/</link> <link>https://lukasjoswiak.github.io/etch/emoji-support/</link>
<pubDate>Tue, 05 Mar 2019 00:00:00 +0000</pubDate> <pubDate>Tue, 05 Mar 2019 00:00:00 +0000</pubDate>
<guid>https://example.com/emoji-support/</guid> <guid>https://lukasjoswiak.github.io/etch/emoji-support/</guid>
<description>&lt;p&gt;Emoji can be enabled in a Hugo project in a number of ways.&lt;/p&gt;</description> <description>&lt;p&gt;Emoji can be enabled in a Hugo project in a number of ways.&lt;/p&gt;</description>
</item> </item>

View file

@ -4,21 +4,21 @@
<meta name="viewport" content="width=device-width, initial-scale=1.0"> <meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta name="description" content="Your site description"> <meta name="description" content="Your site description">
<link rel="shortcut icon" href="https://example.com/favicon.ico"> <link rel="shortcut icon" href="https://lukasjoswiak.github.io/etch/favicon.ico">
<link rel="alternate" type="application/rss+xml" href="https://example.com/categories/syntax/index.xml" title="Website Name"> <link rel="alternate" type="application/rss+xml" href="https://lukasjoswiak.github.io/etch/categories/syntax/index.xml" title="Website Name">
<link rel="stylesheet" href="/css/style.min.css"> <link rel="stylesheet" href="/etch/css/style.min.css">
<title>syntax</title> <title>syntax</title>
</head> </head>
<body><header id="banner"> <body><header id="banner">
<h2><a href="https://example.com">Website Name</a></h2> <h2><a href="https://lukasjoswiak.github.io/etch/">Website Name</a></h2>
<nav> <nav>
<ul> <ul>
<li> <li>
<a href="/" title="posts">posts</a> <a href="/etch/" title="posts">posts</a>
</li><li> </li><li>
<a href="/about/" title="about">about</a> <a href="/etch/about/" title="about">about</a>
</li> </li>
</ul> </ul>
</nav> </nav>
@ -27,7 +27,7 @@
<h3>syntax</h3> <h3>syntax</h3>
<ul id="posts"> <ul id="posts">
<li> <li>
<a href="https://example.com/markdown-syntax-guide/"> <a href="https://lukasjoswiak.github.io/etch/markdown-syntax-guide/">
Markdown Syntax Guide Markdown Syntax Guide
<small><time>Mar 11, 2019</time></small> <small><time>Mar 11, 2019</time></small>
</a> </a>

View file

@ -2,22 +2,22 @@
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom"> <rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
<channel> <channel>
<title>syntax on Website Name</title> <title>syntax on Website Name</title>
<link>https://example.com/categories/syntax/</link> <link>https://lukasjoswiak.github.io/etch/categories/syntax/</link>
<description>Recent content in syntax on Website Name</description> <description>Recent content in syntax on Website Name</description>
<generator>Hugo -- gohugo.io</generator> <generator>Hugo -- gohugo.io</generator>
<language>en-US</language> <language>en-US</language>
<lastBuildDate>Mon, 11 Mar 2019 00:00:00 +0000</lastBuildDate> <lastBuildDate>Mon, 11 Mar 2019 00:00:00 +0000</lastBuildDate>
<atom:link href="https://example.com/categories/syntax/index.xml" rel="self" type="application/rss+xml" /> <atom:link href="https://lukasjoswiak.github.io/etch/categories/syntax/index.xml" rel="self" type="application/rss+xml" />
<item> <item>
<title>Markdown Syntax Guide</title> <title>Markdown Syntax Guide</title>
<link>https://example.com/markdown-syntax-guide/</link> <link>https://lukasjoswiak.github.io/etch/markdown-syntax-guide/</link>
<pubDate>Mon, 11 Mar 2019 00:00:00 +0000</pubDate> <pubDate>Mon, 11 Mar 2019 00:00:00 +0000</pubDate>
<guid>https://example.com/markdown-syntax-guide/</guid> <guid>https://lukasjoswiak.github.io/etch/markdown-syntax-guide/</guid>
<description>&lt;p&gt;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.&lt;/p&gt;</description> <description>&lt;p&gt;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.&lt;/p&gt;</description>
</item> </item>
@ -25,10 +25,10 @@
<item> <item>
<title>Rich Content</title> <title>Rich Content</title>
<link>https://example.com/rich-content/</link> <link>https://lukasjoswiak.github.io/etch/rich-content/</link>
<pubDate>Sun, 10 Mar 2019 00:00:00 +0000</pubDate> <pubDate>Sun, 10 Mar 2019 00:00:00 +0000</pubDate>
<guid>https://example.com/rich-content/</guid> <guid>https://lukasjoswiak.github.io/etch/rich-content/</guid>
<description>&lt;p&gt;Hugo ships with several &lt;a href=&#34;https://gohugo.io/content-management/shortcodes/#use-hugo-s-built-in-shortcodes&#34;&gt;Built-in Shortcodes&lt;/a&gt; for rich content, along with a &lt;a href=&#34;https://gohugo.io/about/hugo-and-gdpr/&#34;&gt;Privacy Config&lt;/a&gt; and a set of Simple Shortcodes that enable static and no-JS versions of various social media embeds.&lt;/p&gt;</description> <description>&lt;p&gt;Hugo ships with several &lt;a href=&#34;https://gohugo.io/content-management/shortcodes/#use-hugo-s-built-in-shortcodes&#34;&gt;Built-in Shortcodes&lt;/a&gt; for rich content, along with a &lt;a href=&#34;https://gohugo.io/about/hugo-and-gdpr/&#34;&gt;Privacy Config&lt;/a&gt; and a set of Simple Shortcodes that enable static and no-JS versions of various social media embeds.&lt;/p&gt;</description>
</item> </item>
@ -36,10 +36,10 @@
<item> <item>
<title>Placeholder Text</title> <title>Placeholder Text</title>
<link>https://example.com/placeholder-text/</link> <link>https://lukasjoswiak.github.io/etch/placeholder-text/</link>
<pubDate>Sat, 09 Mar 2019 00:00:00 +0000</pubDate> <pubDate>Sat, 09 Mar 2019 00:00:00 +0000</pubDate>
<guid>https://example.com/placeholder-text/</guid> <guid>https://lukasjoswiak.github.io/etch/placeholder-text/</guid>
<description>&lt;p&gt;Lorem est tota propiore conpellat pectoribus de <description>&lt;p&gt;Lorem est tota propiore conpellat pectoribus de
pectora summo.&lt;/p&gt;</description> pectora summo.&lt;/p&gt;</description>
</item> </item>
@ -48,10 +48,10 @@ pectora summo.&lt;/p&gt;</description>
<item> <item>
<title>Emoji Support</title> <title>Emoji Support</title>
<link>https://example.com/emoji-support/</link> <link>https://lukasjoswiak.github.io/etch/emoji-support/</link>
<pubDate>Tue, 05 Mar 2019 00:00:00 +0000</pubDate> <pubDate>Tue, 05 Mar 2019 00:00:00 +0000</pubDate>
<guid>https://example.com/emoji-support/</guid> <guid>https://lukasjoswiak.github.io/etch/emoji-support/</guid>
<description>&lt;p&gt;Emoji can be enabled in a Hugo project in a number of ways.&lt;/p&gt;</description> <description>&lt;p&gt;Emoji can be enabled in a Hugo project in a number of ways.&lt;/p&gt;</description>
</item> </item>

View file

@ -4,21 +4,21 @@
<meta name="viewport" content="width=device-width, initial-scale=1.0"> <meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta name="description" content="Your site description"> <meta name="description" content="Your site description">
<link rel="shortcut icon" href="https://example.com/favicon.ico"> <link rel="shortcut icon" href="https://lukasjoswiak.github.io/etch/favicon.ico">
<link rel="alternate" type="application/rss+xml" href="https://example.com/categories/themes/index.xml" title="Website Name"> <link rel="alternate" type="application/rss+xml" href="https://lukasjoswiak.github.io/etch/categories/themes/index.xml" title="Website Name">
<link rel="stylesheet" href="/css/style.min.css"> <link rel="stylesheet" href="/etch/css/style.min.css">
<title>themes</title> <title>themes</title>
</head> </head>
<body><header id="banner"> <body><header id="banner">
<h2><a href="https://example.com">Website Name</a></h2> <h2><a href="https://lukasjoswiak.github.io/etch/">Website Name</a></h2>
<nav> <nav>
<ul> <ul>
<li> <li>
<a href="/" title="posts">posts</a> <a href="/etch/" title="posts">posts</a>
</li><li> </li><li>
<a href="/about/" title="about">about</a> <a href="/etch/about/" title="about">about</a>
</li> </li>
</ul> </ul>
</nav> </nav>
@ -27,7 +27,7 @@
<h3>themes</h3> <h3>themes</h3>
<ul id="posts"> <ul id="posts">
<li> <li>
<a href="https://example.com/markdown-syntax-guide/"> <a href="https://lukasjoswiak.github.io/etch/markdown-syntax-guide/">
Markdown Syntax Guide Markdown Syntax Guide
<small><time>Mar 11, 2019</time></small> <small><time>Mar 11, 2019</time></small>
</a> </a>

View file

@ -2,22 +2,22 @@
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom"> <rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
<channel> <channel>
<title>themes on Website Name</title> <title>themes on Website Name</title>
<link>https://example.com/categories/themes/</link> <link>https://lukasjoswiak.github.io/etch/categories/themes/</link>
<description>Recent content in themes on Website Name</description> <description>Recent content in themes on Website Name</description>
<generator>Hugo -- gohugo.io</generator> <generator>Hugo -- gohugo.io</generator>
<language>en-US</language> <language>en-US</language>
<lastBuildDate>Mon, 11 Mar 2019 00:00:00 +0000</lastBuildDate> <lastBuildDate>Mon, 11 Mar 2019 00:00:00 +0000</lastBuildDate>
<atom:link href="https://example.com/categories/themes/index.xml" rel="self" type="application/rss+xml" /> <atom:link href="https://lukasjoswiak.github.io/etch/categories/themes/index.xml" rel="self" type="application/rss+xml" />
<item> <item>
<title>Markdown Syntax Guide</title> <title>Markdown Syntax Guide</title>
<link>https://example.com/markdown-syntax-guide/</link> <link>https://lukasjoswiak.github.io/etch/markdown-syntax-guide/</link>
<pubDate>Mon, 11 Mar 2019 00:00:00 +0000</pubDate> <pubDate>Mon, 11 Mar 2019 00:00:00 +0000</pubDate>
<guid>https://example.com/markdown-syntax-guide/</guid> <guid>https://lukasjoswiak.github.io/etch/markdown-syntax-guide/</guid>
<description>&lt;p&gt;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.&lt;/p&gt;</description> <description>&lt;p&gt;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.&lt;/p&gt;</description>
</item> </item>
@ -25,10 +25,10 @@
<item> <item>
<title>Rich Content</title> <title>Rich Content</title>
<link>https://example.com/rich-content/</link> <link>https://lukasjoswiak.github.io/etch/rich-content/</link>
<pubDate>Sun, 10 Mar 2019 00:00:00 +0000</pubDate> <pubDate>Sun, 10 Mar 2019 00:00:00 +0000</pubDate>
<guid>https://example.com/rich-content/</guid> <guid>https://lukasjoswiak.github.io/etch/rich-content/</guid>
<description>&lt;p&gt;Hugo ships with several &lt;a href=&#34;https://gohugo.io/content-management/shortcodes/#use-hugo-s-built-in-shortcodes&#34;&gt;Built-in Shortcodes&lt;/a&gt; for rich content, along with a &lt;a href=&#34;https://gohugo.io/about/hugo-and-gdpr/&#34;&gt;Privacy Config&lt;/a&gt; and a set of Simple Shortcodes that enable static and no-JS versions of various social media embeds.&lt;/p&gt;</description> <description>&lt;p&gt;Hugo ships with several &lt;a href=&#34;https://gohugo.io/content-management/shortcodes/#use-hugo-s-built-in-shortcodes&#34;&gt;Built-in Shortcodes&lt;/a&gt; for rich content, along with a &lt;a href=&#34;https://gohugo.io/about/hugo-and-gdpr/&#34;&gt;Privacy Config&lt;/a&gt; and a set of Simple Shortcodes that enable static and no-JS versions of various social media embeds.&lt;/p&gt;</description>
</item> </item>
@ -36,10 +36,10 @@
<item> <item>
<title>Placeholder Text</title> <title>Placeholder Text</title>
<link>https://example.com/placeholder-text/</link> <link>https://lukasjoswiak.github.io/etch/placeholder-text/</link>
<pubDate>Sat, 09 Mar 2019 00:00:00 +0000</pubDate> <pubDate>Sat, 09 Mar 2019 00:00:00 +0000</pubDate>
<guid>https://example.com/placeholder-text/</guid> <guid>https://lukasjoswiak.github.io/etch/placeholder-text/</guid>
<description>&lt;p&gt;Lorem est tota propiore conpellat pectoribus de <description>&lt;p&gt;Lorem est tota propiore conpellat pectoribus de
pectora summo.&lt;/p&gt;</description> pectora summo.&lt;/p&gt;</description>
</item> </item>
@ -48,10 +48,10 @@ pectora summo.&lt;/p&gt;</description>
<item> <item>
<title>Emoji Support</title> <title>Emoji Support</title>
<link>https://example.com/emoji-support/</link> <link>https://lukasjoswiak.github.io/etch/emoji-support/</link>
<pubDate>Tue, 05 Mar 2019 00:00:00 +0000</pubDate> <pubDate>Tue, 05 Mar 2019 00:00:00 +0000</pubDate>
<guid>https://example.com/emoji-support/</guid> <guid>https://lukasjoswiak.github.io/etch/emoji-support/</guid>
<description>&lt;p&gt;Emoji can be enabled in a Hugo project in a number of ways.&lt;/p&gt;</description> <description>&lt;p&gt;Emoji can be enabled in a Hugo project in a number of ways.&lt;/p&gt;</description>
</item> </item>

View file

@ -4,20 +4,20 @@
<meta name="viewport" content="width=device-width, initial-scale=1.0"> <meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta name="description" content="Your site description"> <meta name="description" content="Your site description">
<link rel="shortcut icon" href="https://example.com/favicon.ico"> <link rel="shortcut icon" href="https://lukasjoswiak.github.io/etch/favicon.ico">
<link rel="stylesheet" href="/css/style.min.css"> <link rel="stylesheet" href="/etch/css/style.min.css">
<title>Emoji Support</title> <title>Emoji Support</title>
</head> </head>
<body><header id="banner"> <body><header id="banner">
<h2><a href="https://example.com">Website Name</a></h2> <h2><a href="https://lukasjoswiak.github.io/etch/">Website Name</a></h2>
<nav> <nav>
<ul> <ul>
<li> <li>
<a href="/" title="posts">posts</a> <a href="/etch/" title="posts">posts</a>
</li><li> </li><li>
<a href="/about/" title="about">about</a> <a href="/etch/about/" title="about">about</a>
</li> </li>
</ul> </ul>
</nav> </nav>

View file

@ -5,21 +5,21 @@
<meta name="viewport" content="width=device-width, initial-scale=1.0"> <meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta name="description" content="Your site description"> <meta name="description" content="Your site description">
<link rel="shortcut icon" href="https://example.com/favicon.ico"> <link rel="shortcut icon" href="https://lukasjoswiak.github.io/etch/favicon.ico">
<link rel="alternate" type="application/rss+xml" href="https://example.com/index.xml" title="Website Name"> <link rel="alternate" type="application/rss+xml" href="https://lukasjoswiak.github.io/etch/index.xml" title="Website Name">
<link rel="stylesheet" href="/css/style.min.css"> <link rel="stylesheet" href="/etch/css/style.min.css">
<title>Home</title> <title>Home</title>
</head> </head>
<body><header id="banner"> <body><header id="banner">
<h2><a href="https://example.com">Website Name</a></h2> <h2><a href="https://lukasjoswiak.github.io/etch/">Website Name</a></h2>
<nav> <nav>
<ul> <ul>
<li> <li>
<a href="/" title="posts">posts</a> <a href="/etch/" title="posts">posts</a>
</li><li> </li><li>
<a href="/about/" title="about">about</a> <a href="/etch/about/" title="about">about</a>
</li> </li>
</ul> </ul>
</nav> </nav>
@ -29,28 +29,28 @@
<h3>Posts</h3> <h3>Posts</h3>
<ul id="posts"> <ul id="posts">
<li> <li>
<a href="https://example.com/markdown-syntax-guide/"> <a href="https://lukasjoswiak.github.io/etch/markdown-syntax-guide/">
Markdown Syntax Guide Markdown Syntax Guide
<small><time>Mar 11, 2019</time></small> <small><time>Mar 11, 2019</time></small>
</a> </a>
</li> </li>
<li> <li>
<a href="https://example.com/rich-content/"> <a href="https://lukasjoswiak.github.io/etch/rich-content/">
Rich Content Rich Content
<small><time>Mar 10, 2019</time></small> <small><time>Mar 10, 2019</time></small>
</a> </a>
</li> </li>
<li> <li>
<a href="https://example.com/placeholder-text/"> <a href="https://lukasjoswiak.github.io/etch/placeholder-text/">
Placeholder Text Placeholder Text
<small><time>Mar 9, 2019</time></small> <small><time>Mar 9, 2019</time></small>
</a> </a>
</li> </li>
<li> <li>
<a href="https://example.com/emoji-support/"> <a href="https://lukasjoswiak.github.io/etch/emoji-support/">
Emoji Support Emoji Support
<small><time>Mar 5, 2019</time></small> <small><time>Mar 5, 2019</time></small>
</a> </a>

View file

@ -2,22 +2,22 @@
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom"> <rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
<channel> <channel>
<title>Home on Website Name</title> <title>Home on Website Name</title>
<link>https://example.com/</link> <link>https://lukasjoswiak.github.io/etch/</link>
<description>Recent content in Home on Website Name</description> <description>Recent content in Home on Website Name</description>
<generator>Hugo -- gohugo.io</generator> <generator>Hugo -- gohugo.io</generator>
<language>en-US</language> <language>en-US</language>
<lastBuildDate>Mon, 11 Mar 2019 00:00:00 +0000</lastBuildDate> <lastBuildDate>Mon, 11 Mar 2019 00:00:00 +0000</lastBuildDate>
<atom:link href="https://example.com/index.xml" rel="self" type="application/rss+xml" /> <atom:link href="https://lukasjoswiak.github.io/etch/index.xml" rel="self" type="application/rss+xml" />
<item> <item>
<title>Markdown Syntax Guide</title> <title>Markdown Syntax Guide</title>
<link>https://example.com/markdown-syntax-guide/</link> <link>https://lukasjoswiak.github.io/etch/markdown-syntax-guide/</link>
<pubDate>Mon, 11 Mar 2019 00:00:00 +0000</pubDate> <pubDate>Mon, 11 Mar 2019 00:00:00 +0000</pubDate>
<guid>https://example.com/markdown-syntax-guide/</guid> <guid>https://lukasjoswiak.github.io/etch/markdown-syntax-guide/</guid>
<description>&lt;p&gt;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.&lt;/p&gt;</description> <description>&lt;p&gt;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.&lt;/p&gt;</description>
</item> </item>
@ -25,10 +25,10 @@
<item> <item>
<title>Rich Content</title> <title>Rich Content</title>
<link>https://example.com/rich-content/</link> <link>https://lukasjoswiak.github.io/etch/rich-content/</link>
<pubDate>Sun, 10 Mar 2019 00:00:00 +0000</pubDate> <pubDate>Sun, 10 Mar 2019 00:00:00 +0000</pubDate>
<guid>https://example.com/rich-content/</guid> <guid>https://lukasjoswiak.github.io/etch/rich-content/</guid>
<description>&lt;p&gt;Hugo ships with several &lt;a href=&#34;https://gohugo.io/content-management/shortcodes/#use-hugo-s-built-in-shortcodes&#34;&gt;Built-in Shortcodes&lt;/a&gt; for rich content, along with a &lt;a href=&#34;https://gohugo.io/about/hugo-and-gdpr/&#34;&gt;Privacy Config&lt;/a&gt; and a set of Simple Shortcodes that enable static and no-JS versions of various social media embeds.&lt;/p&gt;</description> <description>&lt;p&gt;Hugo ships with several &lt;a href=&#34;https://gohugo.io/content-management/shortcodes/#use-hugo-s-built-in-shortcodes&#34;&gt;Built-in Shortcodes&lt;/a&gt; for rich content, along with a &lt;a href=&#34;https://gohugo.io/about/hugo-and-gdpr/&#34;&gt;Privacy Config&lt;/a&gt; and a set of Simple Shortcodes that enable static and no-JS versions of various social media embeds.&lt;/p&gt;</description>
</item> </item>
@ -36,10 +36,10 @@
<item> <item>
<title>Placeholder Text</title> <title>Placeholder Text</title>
<link>https://example.com/placeholder-text/</link> <link>https://lukasjoswiak.github.io/etch/placeholder-text/</link>
<pubDate>Sat, 09 Mar 2019 00:00:00 +0000</pubDate> <pubDate>Sat, 09 Mar 2019 00:00:00 +0000</pubDate>
<guid>https://example.com/placeholder-text/</guid> <guid>https://lukasjoswiak.github.io/etch/placeholder-text/</guid>
<description>&lt;p&gt;Lorem est tota propiore conpellat pectoribus de <description>&lt;p&gt;Lorem est tota propiore conpellat pectoribus de
pectora summo.&lt;/p&gt;</description> pectora summo.&lt;/p&gt;</description>
</item> </item>
@ -48,10 +48,10 @@ pectora summo.&lt;/p&gt;</description>
<item> <item>
<title>Emoji Support</title> <title>Emoji Support</title>
<link>https://example.com/emoji-support/</link> <link>https://lukasjoswiak.github.io/etch/emoji-support/</link>
<pubDate>Tue, 05 Mar 2019 00:00:00 +0000</pubDate> <pubDate>Tue, 05 Mar 2019 00:00:00 +0000</pubDate>
<guid>https://example.com/emoji-support/</guid> <guid>https://lukasjoswiak.github.io/etch/emoji-support/</guid>
<description>&lt;p&gt;Emoji can be enabled in a Hugo project in a number of ways.&lt;/p&gt;</description> <description>&lt;p&gt;Emoji can be enabled in a Hugo project in a number of ways.&lt;/p&gt;</description>
</item> </item>

View file

@ -4,20 +4,20 @@
<meta name="viewport" content="width=device-width, initial-scale=1.0"> <meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta name="description" content="Your site description"> <meta name="description" content="Your site description">
<link rel="shortcut icon" href="https://example.com/favicon.ico"> <link rel="shortcut icon" href="https://lukasjoswiak.github.io/etch/favicon.ico">
<link rel="stylesheet" href="/css/style.min.css"> <link rel="stylesheet" href="/etch/css/style.min.css">
<title>Markdown Syntax Guide</title> <title>Markdown Syntax Guide</title>
</head> </head>
<body><header id="banner"> <body><header id="banner">
<h2><a href="https://example.com">Website Name</a></h2> <h2><a href="https://lukasjoswiak.github.io/etch/">Website Name</a></h2>
<nav> <nav>
<ul> <ul>
<li> <li>
<a href="/" title="posts">posts</a> <a href="/etch/" title="posts">posts</a>
</li><li> </li><li>
<a href="/about/" title="about">about</a> <a href="/etch/about/" title="about">about</a>
</li> </li>
</ul> </ul>
</nav> </nav>

View file

@ -1 +1 @@
<!DOCTYPE html><html><head><title>https://example.com/markdown-syntax-guide/</title><link rel="canonical" href="https://example.com/markdown-syntax-guide/"/><meta name="robots" content="noindex"><meta charset="utf-8" /><meta http-equiv="refresh" content="0; url=https://example.com/markdown-syntax-guide/" /></head></html> <!DOCTYPE html><html><head><title>https://lukasjoswiak.github.io/etch/markdown-syntax-guide/</title><link rel="canonical" href="https://lukasjoswiak.github.io/etch/markdown-syntax-guide/"/><meta name="robots" content="noindex"><meta charset="utf-8" /><meta http-equiv="refresh" content="0; url=https://lukasjoswiak.github.io/etch/markdown-syntax-guide/" /></head></html>

View file

@ -4,20 +4,20 @@
<meta name="viewport" content="width=device-width, initial-scale=1.0"> <meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta name="description" content="Your site description"> <meta name="description" content="Your site description">
<link rel="shortcut icon" href="https://example.com/favicon.ico"> <link rel="shortcut icon" href="https://lukasjoswiak.github.io/etch/favicon.ico">
<link rel="stylesheet" href="/css/style.min.css"> <link rel="stylesheet" href="/etch/css/style.min.css">
<title>Placeholder Text</title> <title>Placeholder Text</title>
</head> </head>
<body><header id="banner"> <body><header id="banner">
<h2><a href="https://example.com">Website Name</a></h2> <h2><a href="https://lukasjoswiak.github.io/etch/">Website Name</a></h2>
<nav> <nav>
<ul> <ul>
<li> <li>
<a href="/" title="posts">posts</a> <a href="/etch/" title="posts">posts</a>
</li><li> </li><li>
<a href="/about/" title="about">about</a> <a href="/etch/about/" title="about">about</a>
</li> </li>
</ul> </ul>
</nav> </nav>

View file

@ -4,21 +4,21 @@
<meta name="viewport" content="width=device-width, initial-scale=1.0"> <meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta name="description" content="Your site description"> <meta name="description" content="Your site description">
<link rel="shortcut icon" href="https://example.com/favicon.ico"> <link rel="shortcut icon" href="https://lukasjoswiak.github.io/etch/favicon.ico">
<link rel="alternate" type="application/rss+xml" href="https://example.com/posts/index.xml" title="Website Name"> <link rel="alternate" type="application/rss+xml" href="https://lukasjoswiak.github.io/etch/posts/index.xml" title="Website Name">
<link rel="stylesheet" href="/css/style.min.css"> <link rel="stylesheet" href="/etch/css/style.min.css">
<title>Posts</title> <title>Posts</title>
</head> </head>
<body><header id="banner"> <body><header id="banner">
<h2><a href="https://example.com">Website Name</a></h2> <h2><a href="https://lukasjoswiak.github.io/etch/">Website Name</a></h2>
<nav> <nav>
<ul> <ul>
<li> <li>
<a href="/" title="posts">posts</a> <a href="/etch/" title="posts">posts</a>
</li><li> </li><li>
<a href="/about/" title="about">about</a> <a href="/etch/about/" title="about">about</a>
</li> </li>
</ul> </ul>
</nav> </nav>
@ -26,28 +26,28 @@
<main id="content"><h3>Posts</h3> <main id="content"><h3>Posts</h3>
<ul id="posts"> <ul id="posts">
<li> <li>
<a href="https://example.com/markdown-syntax-guide/"> <a href="https://lukasjoswiak.github.io/etch/markdown-syntax-guide/">
Markdown Syntax Guide Markdown Syntax Guide
<small><time>Mar 11, 2019</time></small> <small><time>Mar 11, 2019</time></small>
</a> </a>
</li> </li>
<li> <li>
<a href="https://example.com/rich-content/"> <a href="https://lukasjoswiak.github.io/etch/rich-content/">
Rich Content Rich Content
<small><time>Mar 10, 2019</time></small> <small><time>Mar 10, 2019</time></small>
</a> </a>
</li> </li>
<li> <li>
<a href="https://example.com/placeholder-text/"> <a href="https://lukasjoswiak.github.io/etch/placeholder-text/">
Placeholder Text Placeholder Text
<small><time>Mar 9, 2019</time></small> <small><time>Mar 9, 2019</time></small>
</a> </a>
</li> </li>
<li> <li>
<a href="https://example.com/emoji-support/"> <a href="https://lukasjoswiak.github.io/etch/emoji-support/">
Emoji Support Emoji Support
<small><time>Mar 5, 2019</time></small> <small><time>Mar 5, 2019</time></small>
</a> </a>

View file

@ -2,22 +2,22 @@
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom"> <rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
<channel> <channel>
<title>Posts on Website Name</title> <title>Posts on Website Name</title>
<link>https://example.com/posts/</link> <link>https://lukasjoswiak.github.io/etch/posts/</link>
<description>Recent content in Posts on Website Name</description> <description>Recent content in Posts on Website Name</description>
<generator>Hugo -- gohugo.io</generator> <generator>Hugo -- gohugo.io</generator>
<language>en-US</language> <language>en-US</language>
<lastBuildDate>Mon, 11 Mar 2019 00:00:00 +0000</lastBuildDate> <lastBuildDate>Mon, 11 Mar 2019 00:00:00 +0000</lastBuildDate>
<atom:link href="https://example.com/posts/index.xml" rel="self" type="application/rss+xml" /> <atom:link href="https://lukasjoswiak.github.io/etch/posts/index.xml" rel="self" type="application/rss+xml" />
<item> <item>
<title>Markdown Syntax Guide</title> <title>Markdown Syntax Guide</title>
<link>https://example.com/markdown-syntax-guide/</link> <link>https://lukasjoswiak.github.io/etch/markdown-syntax-guide/</link>
<pubDate>Mon, 11 Mar 2019 00:00:00 +0000</pubDate> <pubDate>Mon, 11 Mar 2019 00:00:00 +0000</pubDate>
<guid>https://example.com/markdown-syntax-guide/</guid> <guid>https://lukasjoswiak.github.io/etch/markdown-syntax-guide/</guid>
<description>&lt;p&gt;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.&lt;/p&gt;</description> <description>&lt;p&gt;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.&lt;/p&gt;</description>
</item> </item>
@ -25,10 +25,10 @@
<item> <item>
<title>Rich Content</title> <title>Rich Content</title>
<link>https://example.com/rich-content/</link> <link>https://lukasjoswiak.github.io/etch/rich-content/</link>
<pubDate>Sun, 10 Mar 2019 00:00:00 +0000</pubDate> <pubDate>Sun, 10 Mar 2019 00:00:00 +0000</pubDate>
<guid>https://example.com/rich-content/</guid> <guid>https://lukasjoswiak.github.io/etch/rich-content/</guid>
<description>&lt;p&gt;Hugo ships with several &lt;a href=&#34;https://gohugo.io/content-management/shortcodes/#use-hugo-s-built-in-shortcodes&#34;&gt;Built-in Shortcodes&lt;/a&gt; for rich content, along with a &lt;a href=&#34;https://gohugo.io/about/hugo-and-gdpr/&#34;&gt;Privacy Config&lt;/a&gt; and a set of Simple Shortcodes that enable static and no-JS versions of various social media embeds.&lt;/p&gt;</description> <description>&lt;p&gt;Hugo ships with several &lt;a href=&#34;https://gohugo.io/content-management/shortcodes/#use-hugo-s-built-in-shortcodes&#34;&gt;Built-in Shortcodes&lt;/a&gt; for rich content, along with a &lt;a href=&#34;https://gohugo.io/about/hugo-and-gdpr/&#34;&gt;Privacy Config&lt;/a&gt; and a set of Simple Shortcodes that enable static and no-JS versions of various social media embeds.&lt;/p&gt;</description>
</item> </item>
@ -36,10 +36,10 @@
<item> <item>
<title>Placeholder Text</title> <title>Placeholder Text</title>
<link>https://example.com/placeholder-text/</link> <link>https://lukasjoswiak.github.io/etch/placeholder-text/</link>
<pubDate>Sat, 09 Mar 2019 00:00:00 +0000</pubDate> <pubDate>Sat, 09 Mar 2019 00:00:00 +0000</pubDate>
<guid>https://example.com/placeholder-text/</guid> <guid>https://lukasjoswiak.github.io/etch/placeholder-text/</guid>
<description>&lt;p&gt;Lorem est tota propiore conpellat pectoribus de <description>&lt;p&gt;Lorem est tota propiore conpellat pectoribus de
pectora summo.&lt;/p&gt;</description> pectora summo.&lt;/p&gt;</description>
</item> </item>
@ -48,10 +48,10 @@ pectora summo.&lt;/p&gt;</description>
<item> <item>
<title>Emoji Support</title> <title>Emoji Support</title>
<link>https://example.com/emoji-support/</link> <link>https://lukasjoswiak.github.io/etch/emoji-support/</link>
<pubDate>Tue, 05 Mar 2019 00:00:00 +0000</pubDate> <pubDate>Tue, 05 Mar 2019 00:00:00 +0000</pubDate>
<guid>https://example.com/emoji-support/</guid> <guid>https://lukasjoswiak.github.io/etch/emoji-support/</guid>
<description>&lt;p&gt;Emoji can be enabled in a Hugo project in a number of ways.&lt;/p&gt;</description> <description>&lt;p&gt;Emoji can be enabled in a Hugo project in a number of ways.&lt;/p&gt;</description>
</item> </item>

View file

@ -4,20 +4,20 @@
<meta name="viewport" content="width=device-width, initial-scale=1.0"> <meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta name="description" content="Your site description"> <meta name="description" content="Your site description">
<link rel="shortcut icon" href="https://example.com/favicon.ico"> <link rel="shortcut icon" href="https://lukasjoswiak.github.io/etch/favicon.ico">
<link rel="stylesheet" href="/css/style.min.css"> <link rel="stylesheet" href="/etch/css/style.min.css">
<title>Rich Content</title> <title>Rich Content</title>
</head> </head>
<body><header id="banner"> <body><header id="banner">
<h2><a href="https://example.com">Website Name</a></h2> <h2><a href="https://lukasjoswiak.github.io/etch/">Website Name</a></h2>
<nav> <nav>
<ul> <ul>
<li> <li>
<a href="/" title="posts">posts</a> <a href="/etch/" title="posts">posts</a>
</li><li> </li><li>
<a href="/about/" title="about">about</a> <a href="/etch/about/" title="about">about</a>
</li> </li>
</ul> </ul>
</nav> </nav>

View file

@ -2,60 +2,60 @@
<urlset xmlns="http://www.sitemaps.org/schemas/sitemap/0.9" <urlset xmlns="http://www.sitemaps.org/schemas/sitemap/0.9"
xmlns:xhtml="http://www.w3.org/1999/xhtml"> xmlns:xhtml="http://www.w3.org/1999/xhtml">
<url> <url>
<loc>https://example.com/categories/</loc> <loc>https://lukasjoswiak.github.io/etch/categories/</loc>
<lastmod>2019-03-11T00:00:00+00:00</lastmod> <lastmod>2019-03-11T00:00:00+00:00</lastmod>
</url><url> </url><url>
<loc>https://example.com/tags/css/</loc> <loc>https://lukasjoswiak.github.io/etch/tags/css/</loc>
<lastmod>2019-03-11T00:00:00+00:00</lastmod> <lastmod>2019-03-11T00:00:00+00:00</lastmod>
</url><url> </url><url>
<loc>https://example.com/</loc> <loc>https://lukasjoswiak.github.io/etch/</loc>
<lastmod>2019-03-11T00:00:00+00:00</lastmod> <lastmod>2019-03-11T00:00:00+00:00</lastmod>
</url><url> </url><url>
<loc>https://example.com/tags/html/</loc> <loc>https://lukasjoswiak.github.io/etch/tags/html/</loc>
<lastmod>2019-03-11T00:00:00+00:00</lastmod> <lastmod>2019-03-11T00:00:00+00:00</lastmod>
</url><url> </url><url>
<loc>https://example.com/tags/markdown/</loc> <loc>https://lukasjoswiak.github.io/etch/tags/markdown/</loc>
<lastmod>2019-03-11T00:00:00+00:00</lastmod> <lastmod>2019-03-11T00:00:00+00:00</lastmod>
</url><url> </url><url>
<loc>https://example.com/markdown-syntax-guide/</loc> <loc>https://lukasjoswiak.github.io/etch/markdown-syntax-guide/</loc>
<lastmod>2019-03-11T00:00:00+00:00</lastmod> <lastmod>2019-03-11T00:00:00+00:00</lastmod>
</url><url> </url><url>
<loc>https://example.com/posts/</loc> <loc>https://lukasjoswiak.github.io/etch/posts/</loc>
<lastmod>2019-03-11T00:00:00+00:00</lastmod> <lastmod>2019-03-11T00:00:00+00:00</lastmod>
</url><url> </url><url>
<loc>https://example.com/categories/syntax/</loc> <loc>https://lukasjoswiak.github.io/etch/categories/syntax/</loc>
<lastmod>2019-03-11T00:00:00+00:00</lastmod> <lastmod>2019-03-11T00:00:00+00:00</lastmod>
</url><url> </url><url>
<loc>https://example.com/tags/</loc> <loc>https://lukasjoswiak.github.io/etch/tags/</loc>
<lastmod>2019-03-11T00:00:00+00:00</lastmod> <lastmod>2019-03-11T00:00:00+00:00</lastmod>
</url><url> </url><url>
<loc>https://example.com/tags/themes/</loc> <loc>https://lukasjoswiak.github.io/etch/tags/themes/</loc>
<lastmod>2019-03-11T00:00:00+00:00</lastmod> <lastmod>2019-03-11T00:00:00+00:00</lastmod>
</url><url> </url><url>
<loc>https://example.com/categories/themes/</loc> <loc>https://lukasjoswiak.github.io/etch/categories/themes/</loc>
<lastmod>2019-03-11T00:00:00+00:00</lastmod> <lastmod>2019-03-11T00:00:00+00:00</lastmod>
</url><url> </url><url>
<loc>https://example.com/tags/privacy/</loc> <loc>https://lukasjoswiak.github.io/etch/tags/privacy/</loc>
<lastmod>2019-03-10T00:00:00+00:00</lastmod> <lastmod>2019-03-10T00:00:00+00:00</lastmod>
</url><url> </url><url>
<loc>https://example.com/rich-content/</loc> <loc>https://lukasjoswiak.github.io/etch/rich-content/</loc>
<lastmod>2019-03-10T00:00:00+00:00</lastmod> <lastmod>2019-03-10T00:00:00+00:00</lastmod>
</url><url> </url><url>
<loc>https://example.com/tags/shortcodes/</loc> <loc>https://lukasjoswiak.github.io/etch/tags/shortcodes/</loc>
<lastmod>2019-03-10T00:00:00+00:00</lastmod> <lastmod>2019-03-10T00:00:00+00:00</lastmod>
</url><url> </url><url>
<loc>https://example.com/placeholder-text/</loc> <loc>https://lukasjoswiak.github.io/etch/placeholder-text/</loc>
<lastmod>2019-03-09T00:00:00+00:00</lastmod> <lastmod>2019-03-09T00:00:00+00:00</lastmod>
</url><url> </url><url>
<loc>https://example.com/tags/text/</loc> <loc>https://lukasjoswiak.github.io/etch/tags/text/</loc>
<lastmod>2019-03-09T00:00:00+00:00</lastmod> <lastmod>2019-03-09T00:00:00+00:00</lastmod>
</url><url> </url><url>
<loc>https://example.com/tags/emoji/</loc> <loc>https://lukasjoswiak.github.io/etch/tags/emoji/</loc>
<lastmod>2019-03-05T00:00:00+00:00</lastmod> <lastmod>2019-03-05T00:00:00+00:00</lastmod>
</url><url> </url><url>
<loc>https://example.com/emoji-support/</loc> <loc>https://lukasjoswiak.github.io/etch/emoji-support/</loc>
<lastmod>2019-03-05T00:00:00+00:00</lastmod> <lastmod>2019-03-05T00:00:00+00:00</lastmod>
</url><url> </url><url>
<loc>https://example.com/about/</loc> <loc>https://lukasjoswiak.github.io/etch/about/</loc>
</url> </url>
</urlset> </urlset>

View file

@ -4,21 +4,21 @@
<meta name="viewport" content="width=device-width, initial-scale=1.0"> <meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta name="description" content="Your site description"> <meta name="description" content="Your site description">
<link rel="shortcut icon" href="https://example.com/favicon.ico"> <link rel="shortcut icon" href="https://lukasjoswiak.github.io/etch/favicon.ico">
<link rel="alternate" type="application/rss+xml" href="https://example.com/tags/css/index.xml" title="Website Name"> <link rel="alternate" type="application/rss+xml" href="https://lukasjoswiak.github.io/etch/tags/css/index.xml" title="Website Name">
<link rel="stylesheet" href="/css/style.min.css"> <link rel="stylesheet" href="/etch/css/style.min.css">
<title>css</title> <title>css</title>
</head> </head>
<body><header id="banner"> <body><header id="banner">
<h2><a href="https://example.com">Website Name</a></h2> <h2><a href="https://lukasjoswiak.github.io/etch/">Website Name</a></h2>
<nav> <nav>
<ul> <ul>
<li> <li>
<a href="/" title="posts">posts</a> <a href="/etch/" title="posts">posts</a>
</li><li> </li><li>
<a href="/about/" title="about">about</a> <a href="/etch/about/" title="about">about</a>
</li> </li>
</ul> </ul>
</nav> </nav>
@ -27,7 +27,7 @@
<h3>css</h3> <h3>css</h3>
<ul id="posts"> <ul id="posts">
<li> <li>
<a href="https://example.com/markdown-syntax-guide/"> <a href="https://lukasjoswiak.github.io/etch/markdown-syntax-guide/">
Markdown Syntax Guide Markdown Syntax Guide
<small><time>Mar 11, 2019</time></small> <small><time>Mar 11, 2019</time></small>
</a> </a>

View file

@ -2,22 +2,22 @@
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom"> <rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
<channel> <channel>
<title>css on Website Name</title> <title>css on Website Name</title>
<link>https://example.com/tags/css/</link> <link>https://lukasjoswiak.github.io/etch/tags/css/</link>
<description>Recent content in css on Website Name</description> <description>Recent content in css on Website Name</description>
<generator>Hugo -- gohugo.io</generator> <generator>Hugo -- gohugo.io</generator>
<language>en-US</language> <language>en-US</language>
<lastBuildDate>Mon, 11 Mar 2019 00:00:00 +0000</lastBuildDate> <lastBuildDate>Mon, 11 Mar 2019 00:00:00 +0000</lastBuildDate>
<atom:link href="https://example.com/tags/css/index.xml" rel="self" type="application/rss+xml" /> <atom:link href="https://lukasjoswiak.github.io/etch/tags/css/index.xml" rel="self" type="application/rss+xml" />
<item> <item>
<title>Markdown Syntax Guide</title> <title>Markdown Syntax Guide</title>
<link>https://example.com/markdown-syntax-guide/</link> <link>https://lukasjoswiak.github.io/etch/markdown-syntax-guide/</link>
<pubDate>Mon, 11 Mar 2019 00:00:00 +0000</pubDate> <pubDate>Mon, 11 Mar 2019 00:00:00 +0000</pubDate>
<guid>https://example.com/markdown-syntax-guide/</guid> <guid>https://lukasjoswiak.github.io/etch/markdown-syntax-guide/</guid>
<description>&lt;p&gt;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.&lt;/p&gt;</description> <description>&lt;p&gt;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.&lt;/p&gt;</description>
</item> </item>
@ -25,10 +25,10 @@
<item> <item>
<title>Rich Content</title> <title>Rich Content</title>
<link>https://example.com/rich-content/</link> <link>https://lukasjoswiak.github.io/etch/rich-content/</link>
<pubDate>Sun, 10 Mar 2019 00:00:00 +0000</pubDate> <pubDate>Sun, 10 Mar 2019 00:00:00 +0000</pubDate>
<guid>https://example.com/rich-content/</guid> <guid>https://lukasjoswiak.github.io/etch/rich-content/</guid>
<description>&lt;p&gt;Hugo ships with several &lt;a href=&#34;https://gohugo.io/content-management/shortcodes/#use-hugo-s-built-in-shortcodes&#34;&gt;Built-in Shortcodes&lt;/a&gt; for rich content, along with a &lt;a href=&#34;https://gohugo.io/about/hugo-and-gdpr/&#34;&gt;Privacy Config&lt;/a&gt; and a set of Simple Shortcodes that enable static and no-JS versions of various social media embeds.&lt;/p&gt;</description> <description>&lt;p&gt;Hugo ships with several &lt;a href=&#34;https://gohugo.io/content-management/shortcodes/#use-hugo-s-built-in-shortcodes&#34;&gt;Built-in Shortcodes&lt;/a&gt; for rich content, along with a &lt;a href=&#34;https://gohugo.io/about/hugo-and-gdpr/&#34;&gt;Privacy Config&lt;/a&gt; and a set of Simple Shortcodes that enable static and no-JS versions of various social media embeds.&lt;/p&gt;</description>
</item> </item>
@ -36,10 +36,10 @@
<item> <item>
<title>Placeholder Text</title> <title>Placeholder Text</title>
<link>https://example.com/placeholder-text/</link> <link>https://lukasjoswiak.github.io/etch/placeholder-text/</link>
<pubDate>Sat, 09 Mar 2019 00:00:00 +0000</pubDate> <pubDate>Sat, 09 Mar 2019 00:00:00 +0000</pubDate>
<guid>https://example.com/placeholder-text/</guid> <guid>https://lukasjoswiak.github.io/etch/placeholder-text/</guid>
<description>&lt;p&gt;Lorem est tota propiore conpellat pectoribus de <description>&lt;p&gt;Lorem est tota propiore conpellat pectoribus de
pectora summo.&lt;/p&gt;</description> pectora summo.&lt;/p&gt;</description>
</item> </item>
@ -48,10 +48,10 @@ pectora summo.&lt;/p&gt;</description>
<item> <item>
<title>Emoji Support</title> <title>Emoji Support</title>
<link>https://example.com/emoji-support/</link> <link>https://lukasjoswiak.github.io/etch/emoji-support/</link>
<pubDate>Tue, 05 Mar 2019 00:00:00 +0000</pubDate> <pubDate>Tue, 05 Mar 2019 00:00:00 +0000</pubDate>
<guid>https://example.com/emoji-support/</guid> <guid>https://lukasjoswiak.github.io/etch/emoji-support/</guid>
<description>&lt;p&gt;Emoji can be enabled in a Hugo project in a number of ways.&lt;/p&gt;</description> <description>&lt;p&gt;Emoji can be enabled in a Hugo project in a number of ways.&lt;/p&gt;</description>
</item> </item>

View file

@ -4,21 +4,21 @@
<meta name="viewport" content="width=device-width, initial-scale=1.0"> <meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta name="description" content="Your site description"> <meta name="description" content="Your site description">
<link rel="shortcut icon" href="https://example.com/favicon.ico"> <link rel="shortcut icon" href="https://lukasjoswiak.github.io/etch/favicon.ico">
<link rel="alternate" type="application/rss+xml" href="https://example.com/tags/emoji/index.xml" title="Website Name"> <link rel="alternate" type="application/rss+xml" href="https://lukasjoswiak.github.io/etch/tags/emoji/index.xml" title="Website Name">
<link rel="stylesheet" href="/css/style.min.css"> <link rel="stylesheet" href="/etch/css/style.min.css">
<title>emoji</title> <title>emoji</title>
</head> </head>
<body><header id="banner"> <body><header id="banner">
<h2><a href="https://example.com">Website Name</a></h2> <h2><a href="https://lukasjoswiak.github.io/etch/">Website Name</a></h2>
<nav> <nav>
<ul> <ul>
<li> <li>
<a href="/" title="posts">posts</a> <a href="/etch/" title="posts">posts</a>
</li><li> </li><li>
<a href="/about/" title="about">about</a> <a href="/etch/about/" title="about">about</a>
</li> </li>
</ul> </ul>
</nav> </nav>
@ -27,7 +27,7 @@
<h3>emoji</h3> <h3>emoji</h3>
<ul id="posts"> <ul id="posts">
<li> <li>
<a href="https://example.com/emoji-support/"> <a href="https://lukasjoswiak.github.io/etch/emoji-support/">
Emoji Support Emoji Support
<small><time>Mar 5, 2019</time></small> <small><time>Mar 5, 2019</time></small>
</a> </a>

View file

@ -2,22 +2,22 @@
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom"> <rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
<channel> <channel>
<title>emoji on Website Name</title> <title>emoji on Website Name</title>
<link>https://example.com/tags/emoji/</link> <link>https://lukasjoswiak.github.io/etch/tags/emoji/</link>
<description>Recent content in emoji on Website Name</description> <description>Recent content in emoji on Website Name</description>
<generator>Hugo -- gohugo.io</generator> <generator>Hugo -- gohugo.io</generator>
<language>en-US</language> <language>en-US</language>
<lastBuildDate>Tue, 05 Mar 2019 00:00:00 +0000</lastBuildDate> <lastBuildDate>Tue, 05 Mar 2019 00:00:00 +0000</lastBuildDate>
<atom:link href="https://example.com/tags/emoji/index.xml" rel="self" type="application/rss+xml" /> <atom:link href="https://lukasjoswiak.github.io/etch/tags/emoji/index.xml" rel="self" type="application/rss+xml" />
<item> <item>
<title>Markdown Syntax Guide</title> <title>Markdown Syntax Guide</title>
<link>https://example.com/markdown-syntax-guide/</link> <link>https://lukasjoswiak.github.io/etch/markdown-syntax-guide/</link>
<pubDate>Mon, 11 Mar 2019 00:00:00 +0000</pubDate> <pubDate>Mon, 11 Mar 2019 00:00:00 +0000</pubDate>
<guid>https://example.com/markdown-syntax-guide/</guid> <guid>https://lukasjoswiak.github.io/etch/markdown-syntax-guide/</guid>
<description>&lt;p&gt;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.&lt;/p&gt;</description> <description>&lt;p&gt;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.&lt;/p&gt;</description>
</item> </item>
@ -25,10 +25,10 @@
<item> <item>
<title>Rich Content</title> <title>Rich Content</title>
<link>https://example.com/rich-content/</link> <link>https://lukasjoswiak.github.io/etch/rich-content/</link>
<pubDate>Sun, 10 Mar 2019 00:00:00 +0000</pubDate> <pubDate>Sun, 10 Mar 2019 00:00:00 +0000</pubDate>
<guid>https://example.com/rich-content/</guid> <guid>https://lukasjoswiak.github.io/etch/rich-content/</guid>
<description>&lt;p&gt;Hugo ships with several &lt;a href=&#34;https://gohugo.io/content-management/shortcodes/#use-hugo-s-built-in-shortcodes&#34;&gt;Built-in Shortcodes&lt;/a&gt; for rich content, along with a &lt;a href=&#34;https://gohugo.io/about/hugo-and-gdpr/&#34;&gt;Privacy Config&lt;/a&gt; and a set of Simple Shortcodes that enable static and no-JS versions of various social media embeds.&lt;/p&gt;</description> <description>&lt;p&gt;Hugo ships with several &lt;a href=&#34;https://gohugo.io/content-management/shortcodes/#use-hugo-s-built-in-shortcodes&#34;&gt;Built-in Shortcodes&lt;/a&gt; for rich content, along with a &lt;a href=&#34;https://gohugo.io/about/hugo-and-gdpr/&#34;&gt;Privacy Config&lt;/a&gt; and a set of Simple Shortcodes that enable static and no-JS versions of various social media embeds.&lt;/p&gt;</description>
</item> </item>
@ -36,10 +36,10 @@
<item> <item>
<title>Placeholder Text</title> <title>Placeholder Text</title>
<link>https://example.com/placeholder-text/</link> <link>https://lukasjoswiak.github.io/etch/placeholder-text/</link>
<pubDate>Sat, 09 Mar 2019 00:00:00 +0000</pubDate> <pubDate>Sat, 09 Mar 2019 00:00:00 +0000</pubDate>
<guid>https://example.com/placeholder-text/</guid> <guid>https://lukasjoswiak.github.io/etch/placeholder-text/</guid>
<description>&lt;p&gt;Lorem est tota propiore conpellat pectoribus de <description>&lt;p&gt;Lorem est tota propiore conpellat pectoribus de
pectora summo.&lt;/p&gt;</description> pectora summo.&lt;/p&gt;</description>
</item> </item>
@ -48,10 +48,10 @@ pectora summo.&lt;/p&gt;</description>
<item> <item>
<title>Emoji Support</title> <title>Emoji Support</title>
<link>https://example.com/emoji-support/</link> <link>https://lukasjoswiak.github.io/etch/emoji-support/</link>
<pubDate>Tue, 05 Mar 2019 00:00:00 +0000</pubDate> <pubDate>Tue, 05 Mar 2019 00:00:00 +0000</pubDate>
<guid>https://example.com/emoji-support/</guid> <guid>https://lukasjoswiak.github.io/etch/emoji-support/</guid>
<description>&lt;p&gt;Emoji can be enabled in a Hugo project in a number of ways.&lt;/p&gt;</description> <description>&lt;p&gt;Emoji can be enabled in a Hugo project in a number of ways.&lt;/p&gt;</description>
</item> </item>

View file

@ -4,21 +4,21 @@
<meta name="viewport" content="width=device-width, initial-scale=1.0"> <meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta name="description" content="Your site description"> <meta name="description" content="Your site description">
<link rel="shortcut icon" href="https://example.com/favicon.ico"> <link rel="shortcut icon" href="https://lukasjoswiak.github.io/etch/favicon.ico">
<link rel="alternate" type="application/rss+xml" href="https://example.com/tags/html/index.xml" title="Website Name"> <link rel="alternate" type="application/rss+xml" href="https://lukasjoswiak.github.io/etch/tags/html/index.xml" title="Website Name">
<link rel="stylesheet" href="/css/style.min.css"> <link rel="stylesheet" href="/etch/css/style.min.css">
<title>html</title> <title>html</title>
</head> </head>
<body><header id="banner"> <body><header id="banner">
<h2><a href="https://example.com">Website Name</a></h2> <h2><a href="https://lukasjoswiak.github.io/etch/">Website Name</a></h2>
<nav> <nav>
<ul> <ul>
<li> <li>
<a href="/" title="posts">posts</a> <a href="/etch/" title="posts">posts</a>
</li><li> </li><li>
<a href="/about/" title="about">about</a> <a href="/etch/about/" title="about">about</a>
</li> </li>
</ul> </ul>
</nav> </nav>
@ -27,7 +27,7 @@
<h3>html</h3> <h3>html</h3>
<ul id="posts"> <ul id="posts">
<li> <li>
<a href="https://example.com/markdown-syntax-guide/"> <a href="https://lukasjoswiak.github.io/etch/markdown-syntax-guide/">
Markdown Syntax Guide Markdown Syntax Guide
<small><time>Mar 11, 2019</time></small> <small><time>Mar 11, 2019</time></small>
</a> </a>

View file

@ -2,22 +2,22 @@
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom"> <rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
<channel> <channel>
<title>html on Website Name</title> <title>html on Website Name</title>
<link>https://example.com/tags/html/</link> <link>https://lukasjoswiak.github.io/etch/tags/html/</link>
<description>Recent content in html on Website Name</description> <description>Recent content in html on Website Name</description>
<generator>Hugo -- gohugo.io</generator> <generator>Hugo -- gohugo.io</generator>
<language>en-US</language> <language>en-US</language>
<lastBuildDate>Mon, 11 Mar 2019 00:00:00 +0000</lastBuildDate> <lastBuildDate>Mon, 11 Mar 2019 00:00:00 +0000</lastBuildDate>
<atom:link href="https://example.com/tags/html/index.xml" rel="self" type="application/rss+xml" /> <atom:link href="https://lukasjoswiak.github.io/etch/tags/html/index.xml" rel="self" type="application/rss+xml" />
<item> <item>
<title>Markdown Syntax Guide</title> <title>Markdown Syntax Guide</title>
<link>https://example.com/markdown-syntax-guide/</link> <link>https://lukasjoswiak.github.io/etch/markdown-syntax-guide/</link>
<pubDate>Mon, 11 Mar 2019 00:00:00 +0000</pubDate> <pubDate>Mon, 11 Mar 2019 00:00:00 +0000</pubDate>
<guid>https://example.com/markdown-syntax-guide/</guid> <guid>https://lukasjoswiak.github.io/etch/markdown-syntax-guide/</guid>
<description>&lt;p&gt;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.&lt;/p&gt;</description> <description>&lt;p&gt;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.&lt;/p&gt;</description>
</item> </item>
@ -25,10 +25,10 @@
<item> <item>
<title>Rich Content</title> <title>Rich Content</title>
<link>https://example.com/rich-content/</link> <link>https://lukasjoswiak.github.io/etch/rich-content/</link>
<pubDate>Sun, 10 Mar 2019 00:00:00 +0000</pubDate> <pubDate>Sun, 10 Mar 2019 00:00:00 +0000</pubDate>
<guid>https://example.com/rich-content/</guid> <guid>https://lukasjoswiak.github.io/etch/rich-content/</guid>
<description>&lt;p&gt;Hugo ships with several &lt;a href=&#34;https://gohugo.io/content-management/shortcodes/#use-hugo-s-built-in-shortcodes&#34;&gt;Built-in Shortcodes&lt;/a&gt; for rich content, along with a &lt;a href=&#34;https://gohugo.io/about/hugo-and-gdpr/&#34;&gt;Privacy Config&lt;/a&gt; and a set of Simple Shortcodes that enable static and no-JS versions of various social media embeds.&lt;/p&gt;</description> <description>&lt;p&gt;Hugo ships with several &lt;a href=&#34;https://gohugo.io/content-management/shortcodes/#use-hugo-s-built-in-shortcodes&#34;&gt;Built-in Shortcodes&lt;/a&gt; for rich content, along with a &lt;a href=&#34;https://gohugo.io/about/hugo-and-gdpr/&#34;&gt;Privacy Config&lt;/a&gt; and a set of Simple Shortcodes that enable static and no-JS versions of various social media embeds.&lt;/p&gt;</description>
</item> </item>
@ -36,10 +36,10 @@
<item> <item>
<title>Placeholder Text</title> <title>Placeholder Text</title>
<link>https://example.com/placeholder-text/</link> <link>https://lukasjoswiak.github.io/etch/placeholder-text/</link>
<pubDate>Sat, 09 Mar 2019 00:00:00 +0000</pubDate> <pubDate>Sat, 09 Mar 2019 00:00:00 +0000</pubDate>
<guid>https://example.com/placeholder-text/</guid> <guid>https://lukasjoswiak.github.io/etch/placeholder-text/</guid>
<description>&lt;p&gt;Lorem est tota propiore conpellat pectoribus de <description>&lt;p&gt;Lorem est tota propiore conpellat pectoribus de
pectora summo.&lt;/p&gt;</description> pectora summo.&lt;/p&gt;</description>
</item> </item>
@ -48,10 +48,10 @@ pectora summo.&lt;/p&gt;</description>
<item> <item>
<title>Emoji Support</title> <title>Emoji Support</title>
<link>https://example.com/emoji-support/</link> <link>https://lukasjoswiak.github.io/etch/emoji-support/</link>
<pubDate>Tue, 05 Mar 2019 00:00:00 +0000</pubDate> <pubDate>Tue, 05 Mar 2019 00:00:00 +0000</pubDate>
<guid>https://example.com/emoji-support/</guid> <guid>https://lukasjoswiak.github.io/etch/emoji-support/</guid>
<description>&lt;p&gt;Emoji can be enabled in a Hugo project in a number of ways.&lt;/p&gt;</description> <description>&lt;p&gt;Emoji can be enabled in a Hugo project in a number of ways.&lt;/p&gt;</description>
</item> </item>

View file

@ -4,21 +4,21 @@
<meta name="viewport" content="width=device-width, initial-scale=1.0"> <meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta name="description" content="Your site description"> <meta name="description" content="Your site description">
<link rel="shortcut icon" href="https://example.com/favicon.ico"> <link rel="shortcut icon" href="https://lukasjoswiak.github.io/etch/favicon.ico">
<link rel="alternate" type="application/rss+xml" href="https://example.com/tags/index.xml" title="Website Name"> <link rel="alternate" type="application/rss+xml" href="https://lukasjoswiak.github.io/etch/tags/index.xml" title="Website Name">
<link rel="stylesheet" href="/css/style.min.css"> <link rel="stylesheet" href="/etch/css/style.min.css">
<title>Tags</title> <title>Tags</title>
</head> </head>
<body><header id="banner"> <body><header id="banner">
<h2><a href="https://example.com">Website Name</a></h2> <h2><a href="https://lukasjoswiak.github.io/etch/">Website Name</a></h2>
<nav> <nav>
<ul> <ul>
<li> <li>
<a href="/" title="posts">posts</a> <a href="/etch/" title="posts">posts</a>
</li><li> </li><li>
<a href="/about/" title="about">about</a> <a href="/etch/about/" title="about">about</a>
</li> </li>
</ul> </ul>
</nav> </nav>
@ -27,56 +27,56 @@
<h3>Tags</h3> <h3>Tags</h3>
<ul id="posts"> <ul id="posts">
<li> <li>
<a href="https://example.com/tags/css/"> <a href="https://lukasjoswiak.github.io/etch/tags/css/">
css css
<small><time>Mar 11, 2019</time></small> <small><time>Mar 11, 2019</time></small>
</a> </a>
</li> </li>
<li> <li>
<a href="https://example.com/tags/html/"> <a href="https://lukasjoswiak.github.io/etch/tags/html/">
html html
<small><time>Mar 11, 2019</time></small> <small><time>Mar 11, 2019</time></small>
</a> </a>
</li> </li>
<li> <li>
<a href="https://example.com/tags/markdown/"> <a href="https://lukasjoswiak.github.io/etch/tags/markdown/">
markdown markdown
<small><time>Mar 11, 2019</time></small> <small><time>Mar 11, 2019</time></small>
</a> </a>
</li> </li>
<li> <li>
<a href="https://example.com/tags/themes/"> <a href="https://lukasjoswiak.github.io/etch/tags/themes/">
themes themes
<small><time>Mar 11, 2019</time></small> <small><time>Mar 11, 2019</time></small>
</a> </a>
</li> </li>
<li> <li>
<a href="https://example.com/tags/privacy/"> <a href="https://lukasjoswiak.github.io/etch/tags/privacy/">
privacy privacy
<small><time>Mar 10, 2019</time></small> <small><time>Mar 10, 2019</time></small>
</a> </a>
</li> </li>
<li> <li>
<a href="https://example.com/tags/shortcodes/"> <a href="https://lukasjoswiak.github.io/etch/tags/shortcodes/">
shortcodes shortcodes
<small><time>Mar 10, 2019</time></small> <small><time>Mar 10, 2019</time></small>
</a> </a>
</li> </li>
<li> <li>
<a href="https://example.com/tags/text/"> <a href="https://lukasjoswiak.github.io/etch/tags/text/">
text text
<small><time>Mar 9, 2019</time></small> <small><time>Mar 9, 2019</time></small>
</a> </a>
</li> </li>
<li> <li>
<a href="https://example.com/tags/emoji/"> <a href="https://lukasjoswiak.github.io/etch/tags/emoji/">
emoji emoji
<small><time>Mar 5, 2019</time></small> <small><time>Mar 5, 2019</time></small>
</a> </a>

View file

@ -2,22 +2,22 @@
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom"> <rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
<channel> <channel>
<title>Tags on Website Name</title> <title>Tags on Website Name</title>
<link>https://example.com/tags/</link> <link>https://lukasjoswiak.github.io/etch/tags/</link>
<description>Recent content in Tags on Website Name</description> <description>Recent content in Tags on Website Name</description>
<generator>Hugo -- gohugo.io</generator> <generator>Hugo -- gohugo.io</generator>
<language>en-US</language> <language>en-US</language>
<lastBuildDate>Mon, 11 Mar 2019 00:00:00 +0000</lastBuildDate> <lastBuildDate>Mon, 11 Mar 2019 00:00:00 +0000</lastBuildDate>
<atom:link href="https://example.com/tags/index.xml" rel="self" type="application/rss+xml" /> <atom:link href="https://lukasjoswiak.github.io/etch/tags/index.xml" rel="self" type="application/rss+xml" />
<item> <item>
<title>Markdown Syntax Guide</title> <title>Markdown Syntax Guide</title>
<link>https://example.com/markdown-syntax-guide/</link> <link>https://lukasjoswiak.github.io/etch/markdown-syntax-guide/</link>
<pubDate>Mon, 11 Mar 2019 00:00:00 +0000</pubDate> <pubDate>Mon, 11 Mar 2019 00:00:00 +0000</pubDate>
<guid>https://example.com/markdown-syntax-guide/</guid> <guid>https://lukasjoswiak.github.io/etch/markdown-syntax-guide/</guid>
<description>&lt;p&gt;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.&lt;/p&gt;</description> <description>&lt;p&gt;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.&lt;/p&gt;</description>
</item> </item>
@ -25,10 +25,10 @@
<item> <item>
<title>Rich Content</title> <title>Rich Content</title>
<link>https://example.com/rich-content/</link> <link>https://lukasjoswiak.github.io/etch/rich-content/</link>
<pubDate>Sun, 10 Mar 2019 00:00:00 +0000</pubDate> <pubDate>Sun, 10 Mar 2019 00:00:00 +0000</pubDate>
<guid>https://example.com/rich-content/</guid> <guid>https://lukasjoswiak.github.io/etch/rich-content/</guid>
<description>&lt;p&gt;Hugo ships with several &lt;a href=&#34;https://gohugo.io/content-management/shortcodes/#use-hugo-s-built-in-shortcodes&#34;&gt;Built-in Shortcodes&lt;/a&gt; for rich content, along with a &lt;a href=&#34;https://gohugo.io/about/hugo-and-gdpr/&#34;&gt;Privacy Config&lt;/a&gt; and a set of Simple Shortcodes that enable static and no-JS versions of various social media embeds.&lt;/p&gt;</description> <description>&lt;p&gt;Hugo ships with several &lt;a href=&#34;https://gohugo.io/content-management/shortcodes/#use-hugo-s-built-in-shortcodes&#34;&gt;Built-in Shortcodes&lt;/a&gt; for rich content, along with a &lt;a href=&#34;https://gohugo.io/about/hugo-and-gdpr/&#34;&gt;Privacy Config&lt;/a&gt; and a set of Simple Shortcodes that enable static and no-JS versions of various social media embeds.&lt;/p&gt;</description>
</item> </item>
@ -36,10 +36,10 @@
<item> <item>
<title>Placeholder Text</title> <title>Placeholder Text</title>
<link>https://example.com/placeholder-text/</link> <link>https://lukasjoswiak.github.io/etch/placeholder-text/</link>
<pubDate>Sat, 09 Mar 2019 00:00:00 +0000</pubDate> <pubDate>Sat, 09 Mar 2019 00:00:00 +0000</pubDate>
<guid>https://example.com/placeholder-text/</guid> <guid>https://lukasjoswiak.github.io/etch/placeholder-text/</guid>
<description>&lt;p&gt;Lorem est tota propiore conpellat pectoribus de <description>&lt;p&gt;Lorem est tota propiore conpellat pectoribus de
pectora summo.&lt;/p&gt;</description> pectora summo.&lt;/p&gt;</description>
</item> </item>
@ -48,10 +48,10 @@ pectora summo.&lt;/p&gt;</description>
<item> <item>
<title>Emoji Support</title> <title>Emoji Support</title>
<link>https://example.com/emoji-support/</link> <link>https://lukasjoswiak.github.io/etch/emoji-support/</link>
<pubDate>Tue, 05 Mar 2019 00:00:00 +0000</pubDate> <pubDate>Tue, 05 Mar 2019 00:00:00 +0000</pubDate>
<guid>https://example.com/emoji-support/</guid> <guid>https://lukasjoswiak.github.io/etch/emoji-support/</guid>
<description>&lt;p&gt;Emoji can be enabled in a Hugo project in a number of ways.&lt;/p&gt;</description> <description>&lt;p&gt;Emoji can be enabled in a Hugo project in a number of ways.&lt;/p&gt;</description>
</item> </item>

View file

@ -4,21 +4,21 @@
<meta name="viewport" content="width=device-width, initial-scale=1.0"> <meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta name="description" content="Your site description"> <meta name="description" content="Your site description">
<link rel="shortcut icon" href="https://example.com/favicon.ico"> <link rel="shortcut icon" href="https://lukasjoswiak.github.io/etch/favicon.ico">
<link rel="alternate" type="application/rss+xml" href="https://example.com/tags/markdown/index.xml" title="Website Name"> <link rel="alternate" type="application/rss+xml" href="https://lukasjoswiak.github.io/etch/tags/markdown/index.xml" title="Website Name">
<link rel="stylesheet" href="/css/style.min.css"> <link rel="stylesheet" href="/etch/css/style.min.css">
<title>markdown</title> <title>markdown</title>
</head> </head>
<body><header id="banner"> <body><header id="banner">
<h2><a href="https://example.com">Website Name</a></h2> <h2><a href="https://lukasjoswiak.github.io/etch/">Website Name</a></h2>
<nav> <nav>
<ul> <ul>
<li> <li>
<a href="/" title="posts">posts</a> <a href="/etch/" title="posts">posts</a>
</li><li> </li><li>
<a href="/about/" title="about">about</a> <a href="/etch/about/" title="about">about</a>
</li> </li>
</ul> </ul>
</nav> </nav>
@ -27,14 +27,14 @@
<h3>markdown</h3> <h3>markdown</h3>
<ul id="posts"> <ul id="posts">
<li> <li>
<a href="https://example.com/markdown-syntax-guide/"> <a href="https://lukasjoswiak.github.io/etch/markdown-syntax-guide/">
Markdown Syntax Guide Markdown Syntax Guide
<small><time>Mar 11, 2019</time></small> <small><time>Mar 11, 2019</time></small>
</a> </a>
</li> </li>
<li> <li>
<a href="https://example.com/placeholder-text/"> <a href="https://lukasjoswiak.github.io/etch/placeholder-text/">
Placeholder Text Placeholder Text
<small><time>Mar 9, 2019</time></small> <small><time>Mar 9, 2019</time></small>
</a> </a>

View file

@ -2,22 +2,22 @@
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom"> <rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
<channel> <channel>
<title>markdown on Website Name</title> <title>markdown on Website Name</title>
<link>https://example.com/tags/markdown/</link> <link>https://lukasjoswiak.github.io/etch/tags/markdown/</link>
<description>Recent content in markdown on Website Name</description> <description>Recent content in markdown on Website Name</description>
<generator>Hugo -- gohugo.io</generator> <generator>Hugo -- gohugo.io</generator>
<language>en-US</language> <language>en-US</language>
<lastBuildDate>Mon, 11 Mar 2019 00:00:00 +0000</lastBuildDate> <lastBuildDate>Mon, 11 Mar 2019 00:00:00 +0000</lastBuildDate>
<atom:link href="https://example.com/tags/markdown/index.xml" rel="self" type="application/rss+xml" /> <atom:link href="https://lukasjoswiak.github.io/etch/tags/markdown/index.xml" rel="self" type="application/rss+xml" />
<item> <item>
<title>Markdown Syntax Guide</title> <title>Markdown Syntax Guide</title>
<link>https://example.com/markdown-syntax-guide/</link> <link>https://lukasjoswiak.github.io/etch/markdown-syntax-guide/</link>
<pubDate>Mon, 11 Mar 2019 00:00:00 +0000</pubDate> <pubDate>Mon, 11 Mar 2019 00:00:00 +0000</pubDate>
<guid>https://example.com/markdown-syntax-guide/</guid> <guid>https://lukasjoswiak.github.io/etch/markdown-syntax-guide/</guid>
<description>&lt;p&gt;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.&lt;/p&gt;</description> <description>&lt;p&gt;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.&lt;/p&gt;</description>
</item> </item>
@ -25,10 +25,10 @@
<item> <item>
<title>Rich Content</title> <title>Rich Content</title>
<link>https://example.com/rich-content/</link> <link>https://lukasjoswiak.github.io/etch/rich-content/</link>
<pubDate>Sun, 10 Mar 2019 00:00:00 +0000</pubDate> <pubDate>Sun, 10 Mar 2019 00:00:00 +0000</pubDate>
<guid>https://example.com/rich-content/</guid> <guid>https://lukasjoswiak.github.io/etch/rich-content/</guid>
<description>&lt;p&gt;Hugo ships with several &lt;a href=&#34;https://gohugo.io/content-management/shortcodes/#use-hugo-s-built-in-shortcodes&#34;&gt;Built-in Shortcodes&lt;/a&gt; for rich content, along with a &lt;a href=&#34;https://gohugo.io/about/hugo-and-gdpr/&#34;&gt;Privacy Config&lt;/a&gt; and a set of Simple Shortcodes that enable static and no-JS versions of various social media embeds.&lt;/p&gt;</description> <description>&lt;p&gt;Hugo ships with several &lt;a href=&#34;https://gohugo.io/content-management/shortcodes/#use-hugo-s-built-in-shortcodes&#34;&gt;Built-in Shortcodes&lt;/a&gt; for rich content, along with a &lt;a href=&#34;https://gohugo.io/about/hugo-and-gdpr/&#34;&gt;Privacy Config&lt;/a&gt; and a set of Simple Shortcodes that enable static and no-JS versions of various social media embeds.&lt;/p&gt;</description>
</item> </item>
@ -36,10 +36,10 @@
<item> <item>
<title>Placeholder Text</title> <title>Placeholder Text</title>
<link>https://example.com/placeholder-text/</link> <link>https://lukasjoswiak.github.io/etch/placeholder-text/</link>
<pubDate>Sat, 09 Mar 2019 00:00:00 +0000</pubDate> <pubDate>Sat, 09 Mar 2019 00:00:00 +0000</pubDate>
<guid>https://example.com/placeholder-text/</guid> <guid>https://lukasjoswiak.github.io/etch/placeholder-text/</guid>
<description>&lt;p&gt;Lorem est tota propiore conpellat pectoribus de <description>&lt;p&gt;Lorem est tota propiore conpellat pectoribus de
pectora summo.&lt;/p&gt;</description> pectora summo.&lt;/p&gt;</description>
</item> </item>
@ -48,10 +48,10 @@ pectora summo.&lt;/p&gt;</description>
<item> <item>
<title>Emoji Support</title> <title>Emoji Support</title>
<link>https://example.com/emoji-support/</link> <link>https://lukasjoswiak.github.io/etch/emoji-support/</link>
<pubDate>Tue, 05 Mar 2019 00:00:00 +0000</pubDate> <pubDate>Tue, 05 Mar 2019 00:00:00 +0000</pubDate>
<guid>https://example.com/emoji-support/</guid> <guid>https://lukasjoswiak.github.io/etch/emoji-support/</guid>
<description>&lt;p&gt;Emoji can be enabled in a Hugo project in a number of ways.&lt;/p&gt;</description> <description>&lt;p&gt;Emoji can be enabled in a Hugo project in a number of ways.&lt;/p&gt;</description>
</item> </item>

View file

@ -4,21 +4,21 @@
<meta name="viewport" content="width=device-width, initial-scale=1.0"> <meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta name="description" content="Your site description"> <meta name="description" content="Your site description">
<link rel="shortcut icon" href="https://example.com/favicon.ico"> <link rel="shortcut icon" href="https://lukasjoswiak.github.io/etch/favicon.ico">
<link rel="alternate" type="application/rss+xml" href="https://example.com/tags/privacy/index.xml" title="Website Name"> <link rel="alternate" type="application/rss+xml" href="https://lukasjoswiak.github.io/etch/tags/privacy/index.xml" title="Website Name">
<link rel="stylesheet" href="/css/style.min.css"> <link rel="stylesheet" href="/etch/css/style.min.css">
<title>privacy</title> <title>privacy</title>
</head> </head>
<body><header id="banner"> <body><header id="banner">
<h2><a href="https://example.com">Website Name</a></h2> <h2><a href="https://lukasjoswiak.github.io/etch/">Website Name</a></h2>
<nav> <nav>
<ul> <ul>
<li> <li>
<a href="/" title="posts">posts</a> <a href="/etch/" title="posts">posts</a>
</li><li> </li><li>
<a href="/about/" title="about">about</a> <a href="/etch/about/" title="about">about</a>
</li> </li>
</ul> </ul>
</nav> </nav>
@ -27,7 +27,7 @@
<h3>privacy</h3> <h3>privacy</h3>
<ul id="posts"> <ul id="posts">
<li> <li>
<a href="https://example.com/rich-content/"> <a href="https://lukasjoswiak.github.io/etch/rich-content/">
Rich Content Rich Content
<small><time>Mar 10, 2019</time></small> <small><time>Mar 10, 2019</time></small>
</a> </a>

View file

@ -2,22 +2,22 @@
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom"> <rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
<channel> <channel>
<title>privacy on Website Name</title> <title>privacy on Website Name</title>
<link>https://example.com/tags/privacy/</link> <link>https://lukasjoswiak.github.io/etch/tags/privacy/</link>
<description>Recent content in privacy on Website Name</description> <description>Recent content in privacy on Website Name</description>
<generator>Hugo -- gohugo.io</generator> <generator>Hugo -- gohugo.io</generator>
<language>en-US</language> <language>en-US</language>
<lastBuildDate>Sun, 10 Mar 2019 00:00:00 +0000</lastBuildDate> <lastBuildDate>Sun, 10 Mar 2019 00:00:00 +0000</lastBuildDate>
<atom:link href="https://example.com/tags/privacy/index.xml" rel="self" type="application/rss+xml" /> <atom:link href="https://lukasjoswiak.github.io/etch/tags/privacy/index.xml" rel="self" type="application/rss+xml" />
<item> <item>
<title>Markdown Syntax Guide</title> <title>Markdown Syntax Guide</title>
<link>https://example.com/markdown-syntax-guide/</link> <link>https://lukasjoswiak.github.io/etch/markdown-syntax-guide/</link>
<pubDate>Mon, 11 Mar 2019 00:00:00 +0000</pubDate> <pubDate>Mon, 11 Mar 2019 00:00:00 +0000</pubDate>
<guid>https://example.com/markdown-syntax-guide/</guid> <guid>https://lukasjoswiak.github.io/etch/markdown-syntax-guide/</guid>
<description>&lt;p&gt;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.&lt;/p&gt;</description> <description>&lt;p&gt;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.&lt;/p&gt;</description>
</item> </item>
@ -25,10 +25,10 @@
<item> <item>
<title>Rich Content</title> <title>Rich Content</title>
<link>https://example.com/rich-content/</link> <link>https://lukasjoswiak.github.io/etch/rich-content/</link>
<pubDate>Sun, 10 Mar 2019 00:00:00 +0000</pubDate> <pubDate>Sun, 10 Mar 2019 00:00:00 +0000</pubDate>
<guid>https://example.com/rich-content/</guid> <guid>https://lukasjoswiak.github.io/etch/rich-content/</guid>
<description>&lt;p&gt;Hugo ships with several &lt;a href=&#34;https://gohugo.io/content-management/shortcodes/#use-hugo-s-built-in-shortcodes&#34;&gt;Built-in Shortcodes&lt;/a&gt; for rich content, along with a &lt;a href=&#34;https://gohugo.io/about/hugo-and-gdpr/&#34;&gt;Privacy Config&lt;/a&gt; and a set of Simple Shortcodes that enable static and no-JS versions of various social media embeds.&lt;/p&gt;</description> <description>&lt;p&gt;Hugo ships with several &lt;a href=&#34;https://gohugo.io/content-management/shortcodes/#use-hugo-s-built-in-shortcodes&#34;&gt;Built-in Shortcodes&lt;/a&gt; for rich content, along with a &lt;a href=&#34;https://gohugo.io/about/hugo-and-gdpr/&#34;&gt;Privacy Config&lt;/a&gt; and a set of Simple Shortcodes that enable static and no-JS versions of various social media embeds.&lt;/p&gt;</description>
</item> </item>
@ -36,10 +36,10 @@
<item> <item>
<title>Placeholder Text</title> <title>Placeholder Text</title>
<link>https://example.com/placeholder-text/</link> <link>https://lukasjoswiak.github.io/etch/placeholder-text/</link>
<pubDate>Sat, 09 Mar 2019 00:00:00 +0000</pubDate> <pubDate>Sat, 09 Mar 2019 00:00:00 +0000</pubDate>
<guid>https://example.com/placeholder-text/</guid> <guid>https://lukasjoswiak.github.io/etch/placeholder-text/</guid>
<description>&lt;p&gt;Lorem est tota propiore conpellat pectoribus de <description>&lt;p&gt;Lorem est tota propiore conpellat pectoribus de
pectora summo.&lt;/p&gt;</description> pectora summo.&lt;/p&gt;</description>
</item> </item>
@ -48,10 +48,10 @@ pectora summo.&lt;/p&gt;</description>
<item> <item>
<title>Emoji Support</title> <title>Emoji Support</title>
<link>https://example.com/emoji-support/</link> <link>https://lukasjoswiak.github.io/etch/emoji-support/</link>
<pubDate>Tue, 05 Mar 2019 00:00:00 +0000</pubDate> <pubDate>Tue, 05 Mar 2019 00:00:00 +0000</pubDate>
<guid>https://example.com/emoji-support/</guid> <guid>https://lukasjoswiak.github.io/etch/emoji-support/</guid>
<description>&lt;p&gt;Emoji can be enabled in a Hugo project in a number of ways.&lt;/p&gt;</description> <description>&lt;p&gt;Emoji can be enabled in a Hugo project in a number of ways.&lt;/p&gt;</description>
</item> </item>

View file

@ -4,21 +4,21 @@
<meta name="viewport" content="width=device-width, initial-scale=1.0"> <meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta name="description" content="Your site description"> <meta name="description" content="Your site description">
<link rel="shortcut icon" href="https://example.com/favicon.ico"> <link rel="shortcut icon" href="https://lukasjoswiak.github.io/etch/favicon.ico">
<link rel="alternate" type="application/rss+xml" href="https://example.com/tags/shortcodes/index.xml" title="Website Name"> <link rel="alternate" type="application/rss+xml" href="https://lukasjoswiak.github.io/etch/tags/shortcodes/index.xml" title="Website Name">
<link rel="stylesheet" href="/css/style.min.css"> <link rel="stylesheet" href="/etch/css/style.min.css">
<title>shortcodes</title> <title>shortcodes</title>
</head> </head>
<body><header id="banner"> <body><header id="banner">
<h2><a href="https://example.com">Website Name</a></h2> <h2><a href="https://lukasjoswiak.github.io/etch/">Website Name</a></h2>
<nav> <nav>
<ul> <ul>
<li> <li>
<a href="/" title="posts">posts</a> <a href="/etch/" title="posts">posts</a>
</li><li> </li><li>
<a href="/about/" title="about">about</a> <a href="/etch/about/" title="about">about</a>
</li> </li>
</ul> </ul>
</nav> </nav>
@ -27,7 +27,7 @@
<h3>shortcodes</h3> <h3>shortcodes</h3>
<ul id="posts"> <ul id="posts">
<li> <li>
<a href="https://example.com/rich-content/"> <a href="https://lukasjoswiak.github.io/etch/rich-content/">
Rich Content Rich Content
<small><time>Mar 10, 2019</time></small> <small><time>Mar 10, 2019</time></small>
</a> </a>

View file

@ -2,22 +2,22 @@
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom"> <rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
<channel> <channel>
<title>shortcodes on Website Name</title> <title>shortcodes on Website Name</title>
<link>https://example.com/tags/shortcodes/</link> <link>https://lukasjoswiak.github.io/etch/tags/shortcodes/</link>
<description>Recent content in shortcodes on Website Name</description> <description>Recent content in shortcodes on Website Name</description>
<generator>Hugo -- gohugo.io</generator> <generator>Hugo -- gohugo.io</generator>
<language>en-US</language> <language>en-US</language>
<lastBuildDate>Sun, 10 Mar 2019 00:00:00 +0000</lastBuildDate> <lastBuildDate>Sun, 10 Mar 2019 00:00:00 +0000</lastBuildDate>
<atom:link href="https://example.com/tags/shortcodes/index.xml" rel="self" type="application/rss+xml" /> <atom:link href="https://lukasjoswiak.github.io/etch/tags/shortcodes/index.xml" rel="self" type="application/rss+xml" />
<item> <item>
<title>Markdown Syntax Guide</title> <title>Markdown Syntax Guide</title>
<link>https://example.com/markdown-syntax-guide/</link> <link>https://lukasjoswiak.github.io/etch/markdown-syntax-guide/</link>
<pubDate>Mon, 11 Mar 2019 00:00:00 +0000</pubDate> <pubDate>Mon, 11 Mar 2019 00:00:00 +0000</pubDate>
<guid>https://example.com/markdown-syntax-guide/</guid> <guid>https://lukasjoswiak.github.io/etch/markdown-syntax-guide/</guid>
<description>&lt;p&gt;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.&lt;/p&gt;</description> <description>&lt;p&gt;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.&lt;/p&gt;</description>
</item> </item>
@ -25,10 +25,10 @@
<item> <item>
<title>Rich Content</title> <title>Rich Content</title>
<link>https://example.com/rich-content/</link> <link>https://lukasjoswiak.github.io/etch/rich-content/</link>
<pubDate>Sun, 10 Mar 2019 00:00:00 +0000</pubDate> <pubDate>Sun, 10 Mar 2019 00:00:00 +0000</pubDate>
<guid>https://example.com/rich-content/</guid> <guid>https://lukasjoswiak.github.io/etch/rich-content/</guid>
<description>&lt;p&gt;Hugo ships with several &lt;a href=&#34;https://gohugo.io/content-management/shortcodes/#use-hugo-s-built-in-shortcodes&#34;&gt;Built-in Shortcodes&lt;/a&gt; for rich content, along with a &lt;a href=&#34;https://gohugo.io/about/hugo-and-gdpr/&#34;&gt;Privacy Config&lt;/a&gt; and a set of Simple Shortcodes that enable static and no-JS versions of various social media embeds.&lt;/p&gt;</description> <description>&lt;p&gt;Hugo ships with several &lt;a href=&#34;https://gohugo.io/content-management/shortcodes/#use-hugo-s-built-in-shortcodes&#34;&gt;Built-in Shortcodes&lt;/a&gt; for rich content, along with a &lt;a href=&#34;https://gohugo.io/about/hugo-and-gdpr/&#34;&gt;Privacy Config&lt;/a&gt; and a set of Simple Shortcodes that enable static and no-JS versions of various social media embeds.&lt;/p&gt;</description>
</item> </item>
@ -36,10 +36,10 @@
<item> <item>
<title>Placeholder Text</title> <title>Placeholder Text</title>
<link>https://example.com/placeholder-text/</link> <link>https://lukasjoswiak.github.io/etch/placeholder-text/</link>
<pubDate>Sat, 09 Mar 2019 00:00:00 +0000</pubDate> <pubDate>Sat, 09 Mar 2019 00:00:00 +0000</pubDate>
<guid>https://example.com/placeholder-text/</guid> <guid>https://lukasjoswiak.github.io/etch/placeholder-text/</guid>
<description>&lt;p&gt;Lorem est tota propiore conpellat pectoribus de <description>&lt;p&gt;Lorem est tota propiore conpellat pectoribus de
pectora summo.&lt;/p&gt;</description> pectora summo.&lt;/p&gt;</description>
</item> </item>
@ -48,10 +48,10 @@ pectora summo.&lt;/p&gt;</description>
<item> <item>
<title>Emoji Support</title> <title>Emoji Support</title>
<link>https://example.com/emoji-support/</link> <link>https://lukasjoswiak.github.io/etch/emoji-support/</link>
<pubDate>Tue, 05 Mar 2019 00:00:00 +0000</pubDate> <pubDate>Tue, 05 Mar 2019 00:00:00 +0000</pubDate>
<guid>https://example.com/emoji-support/</guid> <guid>https://lukasjoswiak.github.io/etch/emoji-support/</guid>
<description>&lt;p&gt;Emoji can be enabled in a Hugo project in a number of ways.&lt;/p&gt;</description> <description>&lt;p&gt;Emoji can be enabled in a Hugo project in a number of ways.&lt;/p&gt;</description>
</item> </item>

View file

@ -4,21 +4,21 @@
<meta name="viewport" content="width=device-width, initial-scale=1.0"> <meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta name="description" content="Your site description"> <meta name="description" content="Your site description">
<link rel="shortcut icon" href="https://example.com/favicon.ico"> <link rel="shortcut icon" href="https://lukasjoswiak.github.io/etch/favicon.ico">
<link rel="alternate" type="application/rss+xml" href="https://example.com/tags/text/index.xml" title="Website Name"> <link rel="alternate" type="application/rss+xml" href="https://lukasjoswiak.github.io/etch/tags/text/index.xml" title="Website Name">
<link rel="stylesheet" href="/css/style.min.css"> <link rel="stylesheet" href="/etch/css/style.min.css">
<title>text</title> <title>text</title>
</head> </head>
<body><header id="banner"> <body><header id="banner">
<h2><a href="https://example.com">Website Name</a></h2> <h2><a href="https://lukasjoswiak.github.io/etch/">Website Name</a></h2>
<nav> <nav>
<ul> <ul>
<li> <li>
<a href="/" title="posts">posts</a> <a href="/etch/" title="posts">posts</a>
</li><li> </li><li>
<a href="/about/" title="about">about</a> <a href="/etch/about/" title="about">about</a>
</li> </li>
</ul> </ul>
</nav> </nav>
@ -27,7 +27,7 @@
<h3>text</h3> <h3>text</h3>
<ul id="posts"> <ul id="posts">
<li> <li>
<a href="https://example.com/placeholder-text/"> <a href="https://lukasjoswiak.github.io/etch/placeholder-text/">
Placeholder Text Placeholder Text
<small><time>Mar 9, 2019</time></small> <small><time>Mar 9, 2019</time></small>
</a> </a>

View file

@ -2,22 +2,22 @@
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom"> <rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
<channel> <channel>
<title>text on Website Name</title> <title>text on Website Name</title>
<link>https://example.com/tags/text/</link> <link>https://lukasjoswiak.github.io/etch/tags/text/</link>
<description>Recent content in text on Website Name</description> <description>Recent content in text on Website Name</description>
<generator>Hugo -- gohugo.io</generator> <generator>Hugo -- gohugo.io</generator>
<language>en-US</language> <language>en-US</language>
<lastBuildDate>Sat, 09 Mar 2019 00:00:00 +0000</lastBuildDate> <lastBuildDate>Sat, 09 Mar 2019 00:00:00 +0000</lastBuildDate>
<atom:link href="https://example.com/tags/text/index.xml" rel="self" type="application/rss+xml" /> <atom:link href="https://lukasjoswiak.github.io/etch/tags/text/index.xml" rel="self" type="application/rss+xml" />
<item> <item>
<title>Markdown Syntax Guide</title> <title>Markdown Syntax Guide</title>
<link>https://example.com/markdown-syntax-guide/</link> <link>https://lukasjoswiak.github.io/etch/markdown-syntax-guide/</link>
<pubDate>Mon, 11 Mar 2019 00:00:00 +0000</pubDate> <pubDate>Mon, 11 Mar 2019 00:00:00 +0000</pubDate>
<guid>https://example.com/markdown-syntax-guide/</guid> <guid>https://lukasjoswiak.github.io/etch/markdown-syntax-guide/</guid>
<description>&lt;p&gt;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.&lt;/p&gt;</description> <description>&lt;p&gt;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.&lt;/p&gt;</description>
</item> </item>
@ -25,10 +25,10 @@
<item> <item>
<title>Rich Content</title> <title>Rich Content</title>
<link>https://example.com/rich-content/</link> <link>https://lukasjoswiak.github.io/etch/rich-content/</link>
<pubDate>Sun, 10 Mar 2019 00:00:00 +0000</pubDate> <pubDate>Sun, 10 Mar 2019 00:00:00 +0000</pubDate>
<guid>https://example.com/rich-content/</guid> <guid>https://lukasjoswiak.github.io/etch/rich-content/</guid>
<description>&lt;p&gt;Hugo ships with several &lt;a href=&#34;https://gohugo.io/content-management/shortcodes/#use-hugo-s-built-in-shortcodes&#34;&gt;Built-in Shortcodes&lt;/a&gt; for rich content, along with a &lt;a href=&#34;https://gohugo.io/about/hugo-and-gdpr/&#34;&gt;Privacy Config&lt;/a&gt; and a set of Simple Shortcodes that enable static and no-JS versions of various social media embeds.&lt;/p&gt;</description> <description>&lt;p&gt;Hugo ships with several &lt;a href=&#34;https://gohugo.io/content-management/shortcodes/#use-hugo-s-built-in-shortcodes&#34;&gt;Built-in Shortcodes&lt;/a&gt; for rich content, along with a &lt;a href=&#34;https://gohugo.io/about/hugo-and-gdpr/&#34;&gt;Privacy Config&lt;/a&gt; and a set of Simple Shortcodes that enable static and no-JS versions of various social media embeds.&lt;/p&gt;</description>
</item> </item>
@ -36,10 +36,10 @@
<item> <item>
<title>Placeholder Text</title> <title>Placeholder Text</title>
<link>https://example.com/placeholder-text/</link> <link>https://lukasjoswiak.github.io/etch/placeholder-text/</link>
<pubDate>Sat, 09 Mar 2019 00:00:00 +0000</pubDate> <pubDate>Sat, 09 Mar 2019 00:00:00 +0000</pubDate>
<guid>https://example.com/placeholder-text/</guid> <guid>https://lukasjoswiak.github.io/etch/placeholder-text/</guid>
<description>&lt;p&gt;Lorem est tota propiore conpellat pectoribus de <description>&lt;p&gt;Lorem est tota propiore conpellat pectoribus de
pectora summo.&lt;/p&gt;</description> pectora summo.&lt;/p&gt;</description>
</item> </item>
@ -48,10 +48,10 @@ pectora summo.&lt;/p&gt;</description>
<item> <item>
<title>Emoji Support</title> <title>Emoji Support</title>
<link>https://example.com/emoji-support/</link> <link>https://lukasjoswiak.github.io/etch/emoji-support/</link>
<pubDate>Tue, 05 Mar 2019 00:00:00 +0000</pubDate> <pubDate>Tue, 05 Mar 2019 00:00:00 +0000</pubDate>
<guid>https://example.com/emoji-support/</guid> <guid>https://lukasjoswiak.github.io/etch/emoji-support/</guid>
<description>&lt;p&gt;Emoji can be enabled in a Hugo project in a number of ways.&lt;/p&gt;</description> <description>&lt;p&gt;Emoji can be enabled in a Hugo project in a number of ways.&lt;/p&gt;</description>
</item> </item>

View file

@ -4,21 +4,21 @@
<meta name="viewport" content="width=device-width, initial-scale=1.0"> <meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta name="description" content="Your site description"> <meta name="description" content="Your site description">
<link rel="shortcut icon" href="https://example.com/favicon.ico"> <link rel="shortcut icon" href="https://lukasjoswiak.github.io/etch/favicon.ico">
<link rel="alternate" type="application/rss+xml" href="https://example.com/tags/themes/index.xml" title="Website Name"> <link rel="alternate" type="application/rss+xml" href="https://lukasjoswiak.github.io/etch/tags/themes/index.xml" title="Website Name">
<link rel="stylesheet" href="/css/style.min.css"> <link rel="stylesheet" href="/etch/css/style.min.css">
<title>themes</title> <title>themes</title>
</head> </head>
<body><header id="banner"> <body><header id="banner">
<h2><a href="https://example.com">Website Name</a></h2> <h2><a href="https://lukasjoswiak.github.io/etch/">Website Name</a></h2>
<nav> <nav>
<ul> <ul>
<li> <li>
<a href="/" title="posts">posts</a> <a href="/etch/" title="posts">posts</a>
</li><li> </li><li>
<a href="/about/" title="about">about</a> <a href="/etch/about/" title="about">about</a>
</li> </li>
</ul> </ul>
</nav> </nav>
@ -27,7 +27,7 @@
<h3>themes</h3> <h3>themes</h3>
<ul id="posts"> <ul id="posts">
<li> <li>
<a href="https://example.com/markdown-syntax-guide/"> <a href="https://lukasjoswiak.github.io/etch/markdown-syntax-guide/">
Markdown Syntax Guide Markdown Syntax Guide
<small><time>Mar 11, 2019</time></small> <small><time>Mar 11, 2019</time></small>
</a> </a>

View file

@ -2,22 +2,22 @@
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom"> <rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
<channel> <channel>
<title>themes on Website Name</title> <title>themes on Website Name</title>
<link>https://example.com/tags/themes/</link> <link>https://lukasjoswiak.github.io/etch/tags/themes/</link>
<description>Recent content in themes on Website Name</description> <description>Recent content in themes on Website Name</description>
<generator>Hugo -- gohugo.io</generator> <generator>Hugo -- gohugo.io</generator>
<language>en-US</language> <language>en-US</language>
<lastBuildDate>Mon, 11 Mar 2019 00:00:00 +0000</lastBuildDate> <lastBuildDate>Mon, 11 Mar 2019 00:00:00 +0000</lastBuildDate>
<atom:link href="https://example.com/tags/themes/index.xml" rel="self" type="application/rss+xml" /> <atom:link href="https://lukasjoswiak.github.io/etch/tags/themes/index.xml" rel="self" type="application/rss+xml" />
<item> <item>
<title>Markdown Syntax Guide</title> <title>Markdown Syntax Guide</title>
<link>https://example.com/markdown-syntax-guide/</link> <link>https://lukasjoswiak.github.io/etch/markdown-syntax-guide/</link>
<pubDate>Mon, 11 Mar 2019 00:00:00 +0000</pubDate> <pubDate>Mon, 11 Mar 2019 00:00:00 +0000</pubDate>
<guid>https://example.com/markdown-syntax-guide/</guid> <guid>https://lukasjoswiak.github.io/etch/markdown-syntax-guide/</guid>
<description>&lt;p&gt;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.&lt;/p&gt;</description> <description>&lt;p&gt;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.&lt;/p&gt;</description>
</item> </item>
@ -25,10 +25,10 @@
<item> <item>
<title>Rich Content</title> <title>Rich Content</title>
<link>https://example.com/rich-content/</link> <link>https://lukasjoswiak.github.io/etch/rich-content/</link>
<pubDate>Sun, 10 Mar 2019 00:00:00 +0000</pubDate> <pubDate>Sun, 10 Mar 2019 00:00:00 +0000</pubDate>
<guid>https://example.com/rich-content/</guid> <guid>https://lukasjoswiak.github.io/etch/rich-content/</guid>
<description>&lt;p&gt;Hugo ships with several &lt;a href=&#34;https://gohugo.io/content-management/shortcodes/#use-hugo-s-built-in-shortcodes&#34;&gt;Built-in Shortcodes&lt;/a&gt; for rich content, along with a &lt;a href=&#34;https://gohugo.io/about/hugo-and-gdpr/&#34;&gt;Privacy Config&lt;/a&gt; and a set of Simple Shortcodes that enable static and no-JS versions of various social media embeds.&lt;/p&gt;</description> <description>&lt;p&gt;Hugo ships with several &lt;a href=&#34;https://gohugo.io/content-management/shortcodes/#use-hugo-s-built-in-shortcodes&#34;&gt;Built-in Shortcodes&lt;/a&gt; for rich content, along with a &lt;a href=&#34;https://gohugo.io/about/hugo-and-gdpr/&#34;&gt;Privacy Config&lt;/a&gt; and a set of Simple Shortcodes that enable static and no-JS versions of various social media embeds.&lt;/p&gt;</description>
</item> </item>
@ -36,10 +36,10 @@
<item> <item>
<title>Placeholder Text</title> <title>Placeholder Text</title>
<link>https://example.com/placeholder-text/</link> <link>https://lukasjoswiak.github.io/etch/placeholder-text/</link>
<pubDate>Sat, 09 Mar 2019 00:00:00 +0000</pubDate> <pubDate>Sat, 09 Mar 2019 00:00:00 +0000</pubDate>
<guid>https://example.com/placeholder-text/</guid> <guid>https://lukasjoswiak.github.io/etch/placeholder-text/</guid>
<description>&lt;p&gt;Lorem est tota propiore conpellat pectoribus de <description>&lt;p&gt;Lorem est tota propiore conpellat pectoribus de
pectora summo.&lt;/p&gt;</description> pectora summo.&lt;/p&gt;</description>
</item> </item>
@ -48,10 +48,10 @@ pectora summo.&lt;/p&gt;</description>
<item> <item>
<title>Emoji Support</title> <title>Emoji Support</title>
<link>https://example.com/emoji-support/</link> <link>https://lukasjoswiak.github.io/etch/emoji-support/</link>
<pubDate>Tue, 05 Mar 2019 00:00:00 +0000</pubDate> <pubDate>Tue, 05 Mar 2019 00:00:00 +0000</pubDate>
<guid>https://example.com/emoji-support/</guid> <guid>https://lukasjoswiak.github.io/etch/emoji-support/</guid>
<description>&lt;p&gt;Emoji can be enabled in a Hugo project in a number of ways.&lt;/p&gt;</description> <description>&lt;p&gt;Emoji can be enabled in a Hugo project in a number of ways.&lt;/p&gt;</description>
</item> </item>