Skip to content

Commit ce60f8d

Browse files
committed
Changingchanging
1 parent a4b4424 commit ce60f8d

File tree

17 files changed

+410
-262
lines changed

17 files changed

+410
-262
lines changed

public/404.html

Lines changed: 26 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -1,24 +1,24 @@
11
<!DOCTYPE html>
22
<html lang="en" dir="auto">
33

4-
<head><script src="/livereload.js?mindelay=10&amp;v=2&amp;port=1313&amp;path=livereload" data-no-instant defer></script><meta charset="utf-8">
4+
<head><meta charset="utf-8">
55
<meta http-equiv="X-UA-Compatible" content="IE=edge">
66
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
7-
<meta name="robots" content="noindex, nofollow">
7+
<meta name="robots" content="index, follow">
88
<title>404 Page not found | Coat Assistant</title>
99
<meta name="keywords" content="">
1010
<meta name="description" content="">
1111
<meta name="author" content="">
12-
<link rel="canonical" href="http://localhost:1313/404.html">
12+
<link rel="canonical" href="https://example.org/404.html">
1313
<link crossorigin="anonymous" href="/assets/css/stylesheet.9de45e225101e4f99701d2b68fc6b8a1ef6027928be6391fa15bf7f56326c909.css" integrity="sha256-neReIlEB5PmXAdK2j8a4oe9gJ5KL5jkfoVv39WMmyQk=" rel="preload stylesheet" as="style">
14-
<link rel="icon" href="http://localhost:1313/favicon.ico">
15-
<link rel="icon" type="image/png" sizes="16x16" href="http://localhost:1313/favicon-16x16.png">
16-
<link rel="icon" type="image/png" sizes="32x32" href="http://localhost:1313/favicon-32x32.png">
17-
<link rel="apple-touch-icon" href="http://localhost:1313/apple-touch-icon.png">
18-
<link rel="mask-icon" href="http://localhost:1313/safari-pinned-tab.svg">
14+
<link rel="icon" href="https://example.org/favicon.ico">
15+
<link rel="icon" type="image/png" sizes="16x16" href="https://example.org/favicon-16x16.png">
16+
<link rel="icon" type="image/png" sizes="32x32" href="https://example.org/favicon-32x32.png">
17+
<link rel="apple-touch-icon" href="https://example.org/apple-touch-icon.png">
18+
<link rel="mask-icon" href="https://example.org/safari-pinned-tab.svg">
1919
<meta name="theme-color" content="#2e2e33">
2020
<meta name="msapplication-TileColor" content="#2e2e33">
21-
<link rel="alternate" hreflang="en" href="http://localhost:1313/404.html">
21+
<link rel="alternate" hreflang="en" href="https://example.org/404.html">
2222
<noscript>
2323
<style>
2424
#theme-toggle,
@@ -27,7 +27,15 @@
2727
}
2828

2929
</style>
30-
</noscript>
30+
</noscript><meta property="og:url" content="https://example.org/404.html">
31+
<meta property="og:site_name" content="Coat Assistant">
32+
<meta property="og:title" content="404 Page not found">
33+
<meta property="og:locale" content="en-us">
34+
<meta property="og:type" content="website">
35+
<meta name="twitter:card" content="summary">
36+
<meta name="twitter:title" content="404 Page not found">
37+
<meta name="twitter:description" content="">
38+
3139
</head>
3240

3341
<body class="list dark" id="top">
@@ -41,7 +49,7 @@
4149
<header class="header">
4250
<nav class="nav">
4351
<div class="logo">
44-
<a href="http://localhost:1313/" accesskey="h" title="Coat Assistant (Alt + H)">Coat Assistant</a>
52+
<a href="https://example.org/" accesskey="h" title="Coat Assistant (Alt + H)">Coat Assistant</a>
4553
<div class="logo-switches">
4654
<button id="theme-toggle" accesskey="t" title="(Alt + T)">
4755
<svg id="moon" xmlns="http://www.w3.org/2000/svg" width="24" height="18" viewBox="0 0 24 24"
@@ -67,32 +75,32 @@
6775
</div>
6876
<ul id="menu">
6977
<li>
70-
<a href="http://localhost:1313/" title="Home">
78+
<a href="https://example.org/" title="Home">
7179
<span>Home</span>
7280
</a>
7381
</li>
7482
<li>
75-
<a href="http://localhost:1313/about" title="About">
83+
<a href="https://example.org/about" title="About">
7684
<span>About</span>
7785
</a>
7886
</li>
7987
<li>
80-
<a href="http://localhost:1313/documentation" title="Documentation">
88+
<a href="https://example.org/documentation" title="Documentation">
8189
<span>Documentation</span>
8290
</a>
8391
</li>
8492
<li>
85-
<a href="http://localhost:1313/contribute" title="Contribute">
93+
<a href="https://example.org/contribute" title="Contribute">
8694
<span>Contribute</span>
8795
</a>
8896
</li>
8997
<li>
90-
<a href="http://localhost:1313/blog" title="Blog">
98+
<a href="https://example.org/blog" title="Blog">
9199
<span>Blog</span>
92100
</a>
93101
</li>
94102
<li>
95-
<a href="http://localhost:1313/post" title="Post">
103+
<a href="https://example.org/post" title="Post">
96104
<span>Post</span>
97105
</a>
98106
</li>
@@ -106,7 +114,7 @@
106114
</main>
107115

108116
<footer class="footer">
109-
<span>&copy; 2025 <a href="http://localhost:1313/">Coat Assistant</a></span> ·
117+
<span>&copy; 2025 <a href="https://example.org/">Coat Assistant</a></span> ·
110118

111119
<span>
112120
Powered by

public/blog/index.html

Lines changed: 42 additions & 38 deletions
Original file line numberDiff line numberDiff line change
@@ -1,25 +1,25 @@
11
<!DOCTYPE html>
22
<html lang="en" dir="auto">
33

4-
<head><script src="/livereload.js?mindelay=10&amp;v=2&amp;port=1313&amp;path=livereload" data-no-instant defer></script><meta charset="utf-8">
4+
<head><meta charset="utf-8">
55
<meta http-equiv="X-UA-Compatible" content="IE=edge">
66
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
7-
<meta name="robots" content="noindex, nofollow">
7+
<meta name="robots" content="index, follow">
88
<title>Blogs | Coat Assistant</title>
99
<meta name="keywords" content="">
1010
<meta name="description" content="Blogs - Coat Assistant">
1111
<meta name="author" content="">
12-
<link rel="canonical" href="http://localhost:1313/blog/">
12+
<link rel="canonical" href="https://example.org/blog/">
1313
<link crossorigin="anonymous" href="/assets/css/stylesheet.9de45e225101e4f99701d2b68fc6b8a1ef6027928be6391fa15bf7f56326c909.css" integrity="sha256-neReIlEB5PmXAdK2j8a4oe9gJ5KL5jkfoVv39WMmyQk=" rel="preload stylesheet" as="style">
14-
<link rel="icon" href="http://localhost:1313/favicon.ico">
15-
<link rel="icon" type="image/png" sizes="16x16" href="http://localhost:1313/favicon-16x16.png">
16-
<link rel="icon" type="image/png" sizes="32x32" href="http://localhost:1313/favicon-32x32.png">
17-
<link rel="apple-touch-icon" href="http://localhost:1313/apple-touch-icon.png">
18-
<link rel="mask-icon" href="http://localhost:1313/safari-pinned-tab.svg">
14+
<link rel="icon" href="https://example.org/favicon.ico">
15+
<link rel="icon" type="image/png" sizes="16x16" href="https://example.org/favicon-16x16.png">
16+
<link rel="icon" type="image/png" sizes="32x32" href="https://example.org/favicon-32x32.png">
17+
<link rel="apple-touch-icon" href="https://example.org/apple-touch-icon.png">
18+
<link rel="mask-icon" href="https://example.org/safari-pinned-tab.svg">
1919
<meta name="theme-color" content="#2e2e33">
2020
<meta name="msapplication-TileColor" content="#2e2e33">
21-
<link rel="alternate" type="application/rss+xml" href="http://localhost:1313/blog/index.xml">
22-
<link rel="alternate" hreflang="en" href="http://localhost:1313/blog/">
21+
<link rel="alternate" type="application/rss+xml" href="https://example.org/blog/index.xml">
22+
<link rel="alternate" hreflang="en" href="https://example.org/blog/">
2323
<noscript>
2424
<style>
2525
#theme-toggle,
@@ -28,7 +28,30 @@
2828
}
2929

3030
</style>
31-
</noscript>
31+
</noscript><meta property="og:url" content="https://example.org/blog/">
32+
<meta property="og:site_name" content="Coat Assistant">
33+
<meta property="og:title" content="Blogs">
34+
<meta property="og:locale" content="en-us">
35+
<meta property="og:type" content="website">
36+
<meta name="twitter:card" content="summary">
37+
<meta name="twitter:title" content="Blogs">
38+
<meta name="twitter:description" content="">
39+
40+
41+
<script type="application/ld+json">
42+
{
43+
"@context": "https://schema.org",
44+
"@type": "BreadcrumbList",
45+
"itemListElement": [
46+
{
47+
"@type": "ListItem",
48+
"position": 1 ,
49+
"name": "Blogs",
50+
"item": "https://example.org/blog/"
51+
}
52+
]
53+
}
54+
</script>
3255
</head>
3356

3457
<body class="list dark" id="top">
@@ -42,7 +65,7 @@
4265
<header class="header">
4366
<nav class="nav">
4467
<div class="logo">
45-
<a href="http://localhost:1313/" accesskey="h" title="Coat Assistant (Alt + H)">Coat Assistant</a>
68+
<a href="https://example.org/" accesskey="h" title="Coat Assistant (Alt + H)">Coat Assistant</a>
4669
<div class="logo-switches">
4770
<button id="theme-toggle" accesskey="t" title="(Alt + T)">
4871
<svg id="moon" xmlns="http://www.w3.org/2000/svg" width="24" height="18" viewBox="0 0 24 24"
@@ -68,32 +91,32 @@
6891
</div>
6992
<ul id="menu">
7093
<li>
71-
<a href="http://localhost:1313/" title="Home">
94+
<a href="https://example.org/" title="Home">
7295
<span>Home</span>
7396
</a>
7497
</li>
7598
<li>
76-
<a href="http://localhost:1313/about" title="About">
99+
<a href="https://example.org/about" title="About">
77100
<span>About</span>
78101
</a>
79102
</li>
80103
<li>
81-
<a href="http://localhost:1313/documentation" title="Documentation">
104+
<a href="https://example.org/documentation" title="Documentation">
82105
<span>Documentation</span>
83106
</a>
84107
</li>
85108
<li>
86-
<a href="http://localhost:1313/contribute" title="Contribute">
109+
<a href="https://example.org/contribute" title="Contribute">
87110
<span>Contribute</span>
88111
</a>
89112
</li>
90113
<li>
91-
<a href="http://localhost:1313/blog" title="Blog">
114+
<a href="https://example.org/blog" title="Blog">
92115
<span class="active">Blog</span>
93116
</a>
94117
</li>
95118
<li>
96-
<a href="http://localhost:1313/post" title="Post">
119+
<a href="https://example.org/post" title="Post">
97120
<span>Post</span>
98121
</a>
99122
</li>
@@ -108,29 +131,10 @@ <h1>
108131
Blogs
109132
</h1>
110133
</header>
111-
112-
<article class="post-entry">
113-
<header class="entry-header">
114-
<h2 class="entry-hint-parent">Blogpost1
115-
<span class="entry-hint" title="Draft">
116-
<svg xmlns="http://www.w3.org/2000/svg" height="20" viewBox="0 -960 960 960" fill="currentColor">
117-
<path
118-
d="M160-410v-60h300v60H160Zm0-165v-60h470v60H160Zm0-165v-60h470v60H160Zm360 580v-123l221-220q9-9 20-13t22-4q12 0 23 4.5t20 13.5l37 37q9 9 13 20t4 22q0 11-4.5 22.5T862.09-380L643-160H520Zm300-263-37-37 37 37ZM580-220h38l121-122-18-19-19-18-122 121v38Zm141-141-19-18 37 37-18-19Z" />
119-
</svg>
120-
</span>
121-
</h2>
122-
</header>
123-
<div class="entry-content">
124-
<p>I love to blog
125-
</p>
126-
</div>
127-
<footer class="entry-footer"><span title='2025-01-12 11:07:13 +0100 CET'>January 12, 2025</span></footer>
128-
<a class="entry-link" aria-label="post link to Blogpost1" href="http://localhost:1313/blog/blogpost1/"></a>
129-
</article>
130134
</main>
131135

132136
<footer class="footer">
133-
<span>&copy; 2025 <a href="http://localhost:1313/">Coat Assistant</a></span> ·
137+
<span>&copy; 2025 <a href="https://example.org/">Coat Assistant</a></span> ·
134138

135139
<span>
136140
Powered by

public/blog/index.xml

Lines changed: 3 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -2,18 +2,11 @@
22
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom" xmlns:content="http://purl.org/rss/1.0/modules/content/">
33
<channel>
44
<title>Blogs on Coat Assistant</title>
5-
<link>http://localhost:1313/blog/</link>
5+
<link>https://example.org/blog/</link>
66
<description>Recent content in Blogs on Coat Assistant</description>
77
<generator>Hugo -- 0.140.2</generator>
88
<language>en-us</language>
9-
<lastBuildDate>Sun, 12 Jan 2025 11:07:13 +0100</lastBuildDate>
10-
<atom:link href="http://localhost:1313/blog/index.xml" rel="self" type="application/rss+xml" />
11-
<item>
12-
<title>Blogpost1</title>
13-
<link>http://localhost:1313/blog/blogpost1/</link>
14-
<pubDate>Sun, 12 Jan 2025 11:07:13 +0100</pubDate>
15-
<guid>http://localhost:1313/blog/blogpost1/</guid>
16-
<description>&lt;p&gt;I love to blog&lt;/p&gt;</description>
17-
</item>
9+
<lastBuildDate></lastBuildDate>
10+
<atom:link href="https://example.org/blog/index.xml" rel="self" type="application/rss+xml" />
1811
</channel>
1912
</rss>

public/blog/page/1/index.html

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
<!DOCTYPE html>
22
<html lang="en-us">
33
<head>
4-
<title>http://localhost:1313/blog/</title>
5-
<link rel="canonical" href="http://localhost:1313/blog/">
4+
<title>https://example.org/blog/</title>
5+
<link rel="canonical" href="https://example.org/blog/">
66
<meta name="robots" content="noindex">
77
<meta charset="utf-8">
8-
<meta http-equiv="refresh" content="0; url=http://localhost:1313/blog/">
8+
<meta http-equiv="refresh" content="0; url=https://example.org/blog/">
99
</head>
1010
</html>

0 commit comments

Comments
 (0)