Skip to content

Commit

Permalink
test
Browse files Browse the repository at this point in the history
  • Loading branch information
cudabu committed Apr 7, 2024
1 parent c84cc52 commit 45cc00f
Show file tree
Hide file tree
Showing 13 changed files with 78 additions and 78 deletions.
18 changes: 9 additions & 9 deletions public/404.html
Original file line number Diff line number Diff line change
Expand Up @@ -66,17 +66,17 @@
<meta name="twitter:description" content="" />


<base href="/404.html" />
<link rel="canonical" href="/404.html" itemprop="url" />
<meta name="url" content="/404.html" />
<meta name="twitter:url" content="/404.html" />
<meta property="og:url" content="/404.html" />
<base href="https://www.cudabu.io/404.html" />
<link rel="canonical" href="https://www.cudabu.io/404.html" itemprop="url" />
<meta name="url" content="https://www.cudabu.io/404.html" />
<meta name="twitter:url" content="https://www.cudabu.io/404.html" />
<meta property="og:url" content="https://www.cudabu.io/404.html" />


<meta property="og:updated_time" content="0001-01-01T00:00:00Z" />


<link rel="sitemap" type="application/xml" title="Sitemap" href='/sitemap.xml' />
<link rel="sitemap" type="application/xml" title="Sitemap" href='https://www.cudabu.io/sitemap.xml' />

<meta name="robots" content="index,follow" />
<meta name="googlebot" content="index,follow" />
Expand Down Expand Up @@ -169,7 +169,7 @@
<h1 class="brand">


<a href="/">
<a href="https://www.cudabu.io/">
<h1>Poison</h1>
</a>

Expand Down Expand Up @@ -215,7 +215,7 @@ <h1>Poison</h1>
</li>

<li class="bullet">
<a href="/posts/my-first-post/">My First Post</a>
<a href="https://www.cudabu.io/posts/my-first-post/">My First Post</a>
</li>


Expand Down Expand Up @@ -364,7 +364,7 @@ <h1>Poison</h1>

<main class="content container">
<h1>404: Page not found</h1>
<p class="lead">Sorry, we've misplaced that URL or it's pointing to something that doesn't exist. <a href="/">Head back home</a> to try finding it again.</p>
<p class="lead">Sorry, we've misplaced that URL or it's pointing to something that doesn't exist. <a href="https://www.cudabu.io/">Head back home</a> to try finding it again.</p>
</main>

</div>
Expand Down
20 changes: 10 additions & 10 deletions public/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -67,18 +67,18 @@
<meta name="twitter:description" content="Update this description..." />


<base href="/" />
<link rel="canonical" href="/" itemprop="url" />
<meta name="url" content="/" />
<meta name="twitter:url" content="/" />
<meta property="og:url" content="/" />
<base href="https://www.cudabu.io/" />
<link rel="canonical" href="https://www.cudabu.io/" itemprop="url" />
<meta name="url" content="https://www.cudabu.io/" />
<meta name="twitter:url" content="https://www.cudabu.io/" />
<meta property="og:url" content="https://www.cudabu.io/" />


<meta property="og:updated_time" content="2024-04-07T16:52:12-05:00" />


<link rel="sitemap" type="application/xml" title="Sitemap" href='/sitemap.xml' />
<link href="/index.xml" rel="alternate" type="application/rss+xml" title="Testing Hugo" />
<link rel="sitemap" type="application/xml" title="Sitemap" href='https://www.cudabu.io/sitemap.xml' />
<link href="https://www.cudabu.io/index.xml" rel="alternate" type="application/rss+xml" title="Testing Hugo" />

<meta name="robots" content="index,follow" />
<meta name="googlebot" content="index,follow" />
Expand Down Expand Up @@ -171,7 +171,7 @@
<h1 class="brand">


<a href="/">
<a href="https://www.cudabu.io/">
<h1>Poison</h1>
</a>

Expand Down Expand Up @@ -217,7 +217,7 @@ <h1>Poison</h1>
</li>

<li class="bullet">
<a href="/posts/my-first-post/">My First Post</a>
<a href="https://www.cudabu.io/posts/my-first-post/">My First Post</a>
</li>


Expand Down Expand Up @@ -371,7 +371,7 @@ <h1>Poison</h1>
<article class="post">
<div class="info">
<h1 class="post-title">
<a href="/posts/my-first-post/">My First Post</a>
<a href="https://www.cudabu.io/posts/my-first-post/">My First Post</a>
</h1>

<div class="headline">
Expand Down
8 changes: 4 additions & 4 deletions public/index.xml
Original file line number Diff line number Diff line change
Expand Up @@ -2,17 +2,17 @@
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
<channel>
<title>Testing Hugo</title>
<link>/</link>
<link>https://www.cudabu.io/</link>
<description>Recent content on Testing Hugo</description>
<generator>Hugo -- gohugo.io</generator>
<language>en-us</language>
<lastBuildDate>Sun, 07 Apr 2024 16:52:12 -0500</lastBuildDate>
<atom:link href="/index.xml" rel="self" type="application/rss+xml" />
<atom:link href="https://www.cudabu.io/index.xml" rel="self" type="application/rss+xml" />
<item>
<title>My First Post</title>
<link>/posts/my-first-post/</link>
<link>https://www.cudabu.io/posts/my-first-post/</link>
<pubDate>Sun, 07 Apr 2024 16:52:12 -0500</pubDate>
<guid>/posts/my-first-post/</guid>
<guid>https://www.cudabu.io/posts/my-first-post/</guid>
<description>Introduction This is bold text, and this is emphasized text.&#xA;Visit the Hugo website!</description>
</item>
</channel>
Expand Down
6 changes: 3 additions & 3 deletions public/page/1/index.html
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
<!DOCTYPE html>
<html lang="en-us">
<head>
<title>/</title>
<link rel="canonical" href="/">
<title>https://www.cudabu.io/</title>
<link rel="canonical" href="https://www.cudabu.io/">
<meta name="robots" content="noindex">
<meta charset="utf-8">
<meta http-equiv="refresh" content="0; url=/">
<meta http-equiv="refresh" content="0; url=https://www.cudabu.io/">
</head>
</html>
18 changes: 9 additions & 9 deletions public/posts/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -70,18 +70,18 @@
<meta name="twitter:description" content="" />


<base href="/posts/" />
<link rel="canonical" href="/posts/" itemprop="url" />
<meta name="url" content="/posts/" />
<meta name="twitter:url" content="/posts/" />
<meta property="og:url" content="/posts/" />
<base href="https://www.cudabu.io/posts/" />
<link rel="canonical" href="https://www.cudabu.io/posts/" itemprop="url" />
<meta name="url" content="https://www.cudabu.io/posts/" />
<meta name="twitter:url" content="https://www.cudabu.io/posts/" />
<meta property="og:url" content="https://www.cudabu.io/posts/" />


<meta property="og:updated_time" content="2024-04-07T16:52:12-05:00" />


<link rel="sitemap" type="application/xml" title="Sitemap" href='/sitemap.xml' />
<link href="/posts/index.xml" rel="alternate" type="application/rss+xml" title="Testing Hugo" />
<link rel="sitemap" type="application/xml" title="Sitemap" href='https://www.cudabu.io/sitemap.xml' />
<link href="https://www.cudabu.io/posts/index.xml" rel="alternate" type="application/rss+xml" title="Testing Hugo" />

<meta name="robots" content="index,follow" />
<meta name="googlebot" content="index,follow" />
Expand Down Expand Up @@ -193,7 +193,7 @@
<h1 class="brand">


<a href="/">
<a href="https://www.cudabu.io/">
<h1>Poison</h1>
</a>

Expand Down Expand Up @@ -239,7 +239,7 @@ <h1>Poison</h1>
</li>

<li class="bullet">
<a href="/posts/my-first-post/">My First Post</a>
<a href="https://www.cudabu.io/posts/my-first-post/">My First Post</a>
</li>


Expand Down
8 changes: 4 additions & 4 deletions public/posts/index.xml
Original file line number Diff line number Diff line change
Expand Up @@ -2,17 +2,17 @@
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
<channel>
<title>Posts on Testing Hugo</title>
<link>/posts/</link>
<link>https://www.cudabu.io/posts/</link>
<description>Recent content in Posts on Testing Hugo</description>
<generator>Hugo -- gohugo.io</generator>
<language>en-us</language>
<lastBuildDate>Sun, 07 Apr 2024 16:52:12 -0500</lastBuildDate>
<atom:link href="/posts/index.xml" rel="self" type="application/rss+xml" />
<atom:link href="https://www.cudabu.io/posts/index.xml" rel="self" type="application/rss+xml" />
<item>
<title>My First Post</title>
<link>/posts/my-first-post/</link>
<link>https://www.cudabu.io/posts/my-first-post/</link>
<pubDate>Sun, 07 Apr 2024 16:52:12 -0500</pubDate>
<guid>/posts/my-first-post/</guid>
<guid>https://www.cudabu.io/posts/my-first-post/</guid>
<description>Introduction This is bold text, and this is emphasized text.&#xA;Visit the Hugo website!</description>
</item>
</channel>
Expand Down
18 changes: 9 additions & 9 deletions public/posts/my-first-post/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -70,17 +70,17 @@
<meta name="twitter:description" content="" />


<base href="/posts/my-first-post/" />
<link rel="canonical" href="/posts/my-first-post/" itemprop="url" />
<meta name="url" content="/posts/my-first-post/" />
<meta name="twitter:url" content="/posts/my-first-post/" />
<meta property="og:url" content="/posts/my-first-post/" />
<base href="https://www.cudabu.io/posts/my-first-post/" />
<link rel="canonical" href="https://www.cudabu.io/posts/my-first-post/" itemprop="url" />
<meta name="url" content="https://www.cudabu.io/posts/my-first-post/" />
<meta name="twitter:url" content="https://www.cudabu.io/posts/my-first-post/" />
<meta property="og:url" content="https://www.cudabu.io/posts/my-first-post/" />


<meta property="og:updated_time" content="2024-04-07T16:52:12-05:00" />


<link rel="sitemap" type="application/xml" title="Sitemap" href='/sitemap.xml' />
<link rel="sitemap" type="application/xml" title="Sitemap" href='https://www.cudabu.io/sitemap.xml' />

<meta name="robots" content="index,follow" />
<meta name="googlebot" content="index,follow" />
Expand Down Expand Up @@ -173,7 +173,7 @@
<h1 class="brand">


<a href="/">
<a href="https://www.cudabu.io/">
<h1>Poison</h1>
</a>

Expand Down Expand Up @@ -219,7 +219,7 @@ <h1>Poison</h1>
</li>

<li class="bullet">
<a href="/posts/my-first-post/">My First Post</a>
<a href="https://www.cudabu.io/posts/my-first-post/">My First Post</a>
</li>


Expand Down Expand Up @@ -370,7 +370,7 @@ <h1>Poison</h1>
<div class="post">
<div class="info">
<h1 class="post-title">
<a href="/posts/my-first-post/">My First Post</a>
<a href="https://www.cudabu.io/posts/my-first-post/">My First Post</a>
</h1>

<div class="headline">
Expand Down
6 changes: 3 additions & 3 deletions public/posts/page/1/index.html
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
<!DOCTYPE html>
<html lang="en-us">
<head>
<title>/posts/</title>
<link rel="canonical" href="/posts/">
<title>https://www.cudabu.io/posts/</title>
<link rel="canonical" href="https://www.cudabu.io/posts/">
<meta name="robots" content="noindex">
<meta charset="utf-8">
<meta http-equiv="refresh" content="0; url=/posts/">
<meta http-equiv="refresh" content="0; url=https://www.cudabu.io/posts/">
</head>
</html>
18 changes: 9 additions & 9 deletions public/series/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -66,18 +66,18 @@
<meta name="twitter:description" content="" />


<base href="/series/" />
<link rel="canonical" href="/series/" itemprop="url" />
<meta name="url" content="/series/" />
<meta name="twitter:url" content="/series/" />
<meta property="og:url" content="/series/" />
<base href="https://www.cudabu.io/series/" />
<link rel="canonical" href="https://www.cudabu.io/series/" itemprop="url" />
<meta name="url" content="https://www.cudabu.io/series/" />
<meta name="twitter:url" content="https://www.cudabu.io/series/" />
<meta property="og:url" content="https://www.cudabu.io/series/" />


<meta property="og:updated_time" content="0001-01-01T00:00:00Z" />


<link rel="sitemap" type="application/xml" title="Sitemap" href='/sitemap.xml' />
<link href="/series/index.xml" rel="alternate" type="application/rss+xml" title="Testing Hugo" />
<link rel="sitemap" type="application/xml" title="Sitemap" href='https://www.cudabu.io/sitemap.xml' />
<link href="https://www.cudabu.io/series/index.xml" rel="alternate" type="application/rss+xml" title="Testing Hugo" />

<meta name="robots" content="index,follow" />
<meta name="googlebot" content="index,follow" />
Expand Down Expand Up @@ -170,7 +170,7 @@
<h1 class="brand">


<a href="/">
<a href="https://www.cudabu.io/">
<h1>Poison</h1>
</a>

Expand Down Expand Up @@ -216,7 +216,7 @@ <h1>Poison</h1>
</li>

<li class="bullet">
<a href="/posts/my-first-post/">My First Post</a>
<a href="https://www.cudabu.io/posts/my-first-post/">My First Post</a>
</li>


Expand Down
4 changes: 2 additions & 2 deletions public/series/index.xml
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,10 @@
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
<channel>
<title>Series on Testing Hugo</title>
<link>/series/</link>
<link>https://www.cudabu.io/series/</link>
<description>Recent content in Series on Testing Hugo</description>
<generator>Hugo -- gohugo.io</generator>
<language>en-us</language>
<atom:link href="/series/index.xml" rel="self" type="application/rss+xml" />
<atom:link href="https://www.cudabu.io/series/index.xml" rel="self" type="application/rss+xml" />
</channel>
</rss>
10 changes: 5 additions & 5 deletions public/sitemap.xml
Original file line number Diff line number Diff line change
Expand Up @@ -2,17 +2,17 @@
<urlset xmlns="http://www.sitemaps.org/schemas/sitemap/0.9"
xmlns:xhtml="http://www.w3.org/1999/xhtml">
<url>
<loc>/posts/my-first-post/</loc>
<loc>https://www.cudabu.io/posts/my-first-post/</loc>
<lastmod>2024-04-07T16:52:12-05:00</lastmod>
</url><url>
<loc>/posts/</loc>
<loc>https://www.cudabu.io/posts/</loc>
<lastmod>2024-04-07T16:52:12-05:00</lastmod>
</url><url>
<loc>/</loc>
<loc>https://www.cudabu.io/</loc>
<lastmod>2024-04-07T16:52:12-05:00</lastmod>
</url><url>
<loc>/series/</loc>
<loc>https://www.cudabu.io/series/</loc>
</url><url>
<loc>/tags/</loc>
<loc>https://www.cudabu.io/tags/</loc>
</url>
</urlset>
18 changes: 9 additions & 9 deletions public/tags/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -66,18 +66,18 @@
<meta name="twitter:description" content="" />


<base href="/tags/" />
<link rel="canonical" href="/tags/" itemprop="url" />
<meta name="url" content="/tags/" />
<meta name="twitter:url" content="/tags/" />
<meta property="og:url" content="/tags/" />
<base href="https://www.cudabu.io/tags/" />
<link rel="canonical" href="https://www.cudabu.io/tags/" itemprop="url" />
<meta name="url" content="https://www.cudabu.io/tags/" />
<meta name="twitter:url" content="https://www.cudabu.io/tags/" />
<meta property="og:url" content="https://www.cudabu.io/tags/" />


<meta property="og:updated_time" content="0001-01-01T00:00:00Z" />


<link rel="sitemap" type="application/xml" title="Sitemap" href='/sitemap.xml' />
<link href="/tags/index.xml" rel="alternate" type="application/rss+xml" title="Testing Hugo" />
<link rel="sitemap" type="application/xml" title="Sitemap" href='https://www.cudabu.io/sitemap.xml' />
<link href="https://www.cudabu.io/tags/index.xml" rel="alternate" type="application/rss+xml" title="Testing Hugo" />

<meta name="robots" content="index,follow" />
<meta name="googlebot" content="index,follow" />
Expand Down Expand Up @@ -170,7 +170,7 @@
<h1 class="brand">


<a href="/">
<a href="https://www.cudabu.io/">
<h1>Poison</h1>
</a>

Expand Down Expand Up @@ -216,7 +216,7 @@ <h1>Poison</h1>
</li>

<li class="bullet">
<a href="/posts/my-first-post/">My First Post</a>
<a href="https://www.cudabu.io/posts/my-first-post/">My First Post</a>
</li>


Expand Down
Loading

0 comments on commit 45cc00f

Please sign in to comment.