Skip to content

Commit bdbec6d

Browse files
Fix the startpage
1 parent 7601177 commit bdbec6d

12 files changed

Lines changed: 49 additions & 49 deletions

File tree

content/posts/setting-up-hugo.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ categories = ["misc"]
88

99
## Setting up hugo is easy!
1010

11-
look it is workign right now (:
11+
look it is working right now (:
1212

1313
- [x] hugo is working
1414

hugo.toml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -22,21 +22,21 @@ showCategories = true # Show categories on post page (default: true)
2222

2323
[params.author]
2424
name = "Yixboost"
25-
email = "support@yixboost.dev"
25+
email = "https://link.yixboost.dev/contact"
2626
avatarFirst = false
2727

2828
[[params.social]]
2929
key = 0
30-
name = "github"
31-
url = "https://github.com/yixboost"
30+
name = "GitHub"
31+
url = "https://link.yixboost.dev/github"
3232
#icon = "fa-brands fa-github" # Add link to your icon font to `layouts/partials/custom-head.html`
3333
#target = "_blank" # Defines your target option in a-href. _blank for a new Tab for example.
3434
#aria = "GitHub Profile" # Define the aria label for accessibility like page reader - this is better for your SEO
3535

3636
[[params.social]]
3737
key = 1
38-
name = "email"
39-
url = "mailto:support@yixboost.dev"
38+
name = "Email"
39+
url = "https://link.yixboost.dev/contact"
4040

4141
[params.styles]
4242
color = "green"

public/categories/index.xml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,14 +6,14 @@
66
<description>Recent content in Categories on Yixboost Blog</description>
77
<generator>Hugo -- gohugo.io</generator>
88
<language>en-us</language>
9-
<managingEditor>support@yixboost.dev (Yixboost)</managingEditor>
10-
<webMaster>support@yixboost.dev (Yixboost)</webMaster>
9+
<managingEditor>https://link.yixboost.dev/contact (Yixboost)</managingEditor>
10+
<webMaster>https://link.yixboost.dev/contact (Yixboost)</webMaster>
1111
<lastBuildDate>Sun, 22 Feb 2026 10:13:52 +0100</lastBuildDate>
1212
<atom:link href="http://localhost:1313/categories/index.xml" rel="self" type="application/rss+xml" />
1313
<item>
1414
<title>Misc</title>
1515
<link>http://localhost:1313/categories/misc/</link>
16-
<pubDate>Sun, 22 Feb 2026 10:13:52 +0100</pubDate><author>support@yixboost.dev (Yixboost)</author>
16+
<pubDate>Sun, 22 Feb 2026 10:13:52 +0100</pubDate><author>https://link.yixboost.dev/contact (Yixboost)</author>
1717
<guid>http://localhost:1313/categories/misc/</guid>
1818
<description></description>
1919
</item>

public/categories/misc/index.xml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -6,21 +6,21 @@
66
<description>Recent content in Misc on Yixboost Blog</description>
77
<generator>Hugo -- gohugo.io</generator>
88
<language>en-us</language>
9-
<managingEditor>support@yixboost.dev (Yixboost)</managingEditor>
10-
<webMaster>support@yixboost.dev (Yixboost)</webMaster>
9+
<managingEditor>https://link.yixboost.dev/contact (Yixboost)</managingEditor>
10+
<webMaster>https://link.yixboost.dev/contact (Yixboost)</webMaster>
1111
<lastBuildDate>Sun, 22 Feb 2026 10:13:52 +0100</lastBuildDate>
1212
<atom:link href="http://localhost:1313/categories/misc/index.xml" rel="self" type="application/rss+xml" />
1313
<item>
1414
<title>Setting Up Hugo</title>
1515
<link>http://localhost:1313/posts/setting-up-hugo/</link>
16-
<pubDate>Sun, 22 Feb 2026 10:13:52 +0100</pubDate><author>support@yixboost.dev (Yixboost)</author>
16+
<pubDate>Sun, 22 Feb 2026 10:13:52 +0100</pubDate><author>https://link.yixboost.dev/contact (Yixboost)</author>
1717
<guid>http://localhost:1313/posts/setting-up-hugo/</guid>
18-
<description>Setting up hugo is easy! look it is workign right now (:&#xA;hugo is working&#xA;actual content (:</description>
18+
<description>Setting up hugo is easy! look it is working right now (:&#xA;hugo is working&#xA;actual content (:</description>
1919
</item>
2020
<item>
2121
<title>Test Post</title>
2222
<link>http://localhost:1313/posts/test-post/</link>
23-
<pubDate>Sat, 21 Feb 2026 21:39:34 +0100</pubDate><author>support@yixboost.dev (Yixboost)</author>
23+
<pubDate>Sat, 21 Feb 2026 20:39:34 +0000</pubDate><author>https://link.yixboost.dev/contact (Yixboost)</author>
2424
<guid>http://localhost:1313/posts/test-post/</guid>
2525
<description>Markdown: Syntax Overview Philosophy Inline HTML Automatic Escaping for Special Characters Block Elements Paragraphs and Line Breaks Headers Blockquotes Lists Code Blocks Horizontal Rules Span Elements Links Emphasis Code Images Miscellaneous Backslash Escapes Automatic Links Note: This document is itself written using Markdown; you can see the source for it by adding &amp;lsquo;.text&amp;rsquo; to the URL.&#xA;Overview Philosophy Markdown is intended to be as easy-to-read and easy-to-write as is feasible.</description>
2626
</item>

public/index.xml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -6,21 +6,21 @@
66
<description>Recent content on Yixboost Blog</description>
77
<generator>Hugo -- gohugo.io</generator>
88
<language>en-us</language>
9-
<managingEditor>support@yixboost.dev (Yixboost)</managingEditor>
10-
<webMaster>support@yixboost.dev (Yixboost)</webMaster>
9+
<managingEditor>https://link.yixboost.dev/contact (Yixboost)</managingEditor>
10+
<webMaster>https://link.yixboost.dev/contact (Yixboost)</webMaster>
1111
<lastBuildDate>Sun, 22 Feb 2026 10:13:52 +0100</lastBuildDate>
1212
<atom:link href="http://localhost:1313/index.xml" rel="self" type="application/rss+xml" />
1313
<item>
1414
<title>Setting Up Hugo</title>
1515
<link>http://localhost:1313/posts/setting-up-hugo/</link>
16-
<pubDate>Sun, 22 Feb 2026 10:13:52 +0100</pubDate><author>support@yixboost.dev (Yixboost)</author>
16+
<pubDate>Sun, 22 Feb 2026 10:13:52 +0100</pubDate><author>https://link.yixboost.dev/contact (Yixboost)</author>
1717
<guid>http://localhost:1313/posts/setting-up-hugo/</guid>
18-
<description>Setting up hugo is easy! look it is workign right now (:&#xA;hugo is working&#xA;actual content (:</description>
18+
<description>Setting up hugo is easy! look it is working right now (:&#xA;hugo is working&#xA;actual content (:</description>
1919
</item>
2020
<item>
2121
<title>Test Post</title>
2222
<link>http://localhost:1313/posts/test-post/</link>
23-
<pubDate>Sat, 21 Feb 2026 21:39:34 +0100</pubDate><author>support@yixboost.dev (Yixboost)</author>
23+
<pubDate>Sat, 21 Feb 2026 20:39:34 +0000</pubDate><author>https://link.yixboost.dev/contact (Yixboost)</author>
2424
<guid>http://localhost:1313/posts/test-post/</guid>
2525
<description>Markdown: Syntax Overview Philosophy Inline HTML Automatic Escaping for Special Characters Block Elements Paragraphs and Line Breaks Headers Blockquotes Lists Code Blocks Horizontal Rules Span Elements Links Emphasis Code Images Miscellaneous Backslash Escapes Automatic Links Note: This document is itself written using Markdown; you can see the source for it by adding &amp;lsquo;.text&amp;rsquo; to the URL.&#xA;Overview Philosophy Markdown is intended to be as easy-to-read and easy-to-write as is feasible.</description>
2626
</item>

public/posts/index.xml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -6,21 +6,21 @@
66
<description>Recent content in Posts on Yixboost Blog</description>
77
<generator>Hugo -- gohugo.io</generator>
88
<language>en-us</language>
9-
<managingEditor>support@yixboost.dev (Yixboost)</managingEditor>
10-
<webMaster>support@yixboost.dev (Yixboost)</webMaster>
9+
<managingEditor>https://link.yixboost.dev/contact (Yixboost)</managingEditor>
10+
<webMaster>https://link.yixboost.dev/contact (Yixboost)</webMaster>
1111
<lastBuildDate>Sun, 22 Feb 2026 10:13:52 +0100</lastBuildDate>
1212
<atom:link href="http://localhost:1313/posts/index.xml" rel="self" type="application/rss+xml" />
1313
<item>
1414
<title>Setting Up Hugo</title>
1515
<link>http://localhost:1313/posts/setting-up-hugo/</link>
16-
<pubDate>Sun, 22 Feb 2026 10:13:52 +0100</pubDate><author>support@yixboost.dev (Yixboost)</author>
16+
<pubDate>Sun, 22 Feb 2026 10:13:52 +0100</pubDate><author>https://link.yixboost.dev/contact (Yixboost)</author>
1717
<guid>http://localhost:1313/posts/setting-up-hugo/</guid>
18-
<description>Setting up hugo is easy! look it is workign right now (:&#xA;hugo is working&#xA;actual content (:</description>
18+
<description>Setting up hugo is easy! look it is working right now (:&#xA;hugo is working&#xA;actual content (:</description>
1919
</item>
2020
<item>
2121
<title>Test Post</title>
2222
<link>http://localhost:1313/posts/test-post/</link>
23-
<pubDate>Sat, 21 Feb 2026 21:39:34 +0100</pubDate><author>support@yixboost.dev (Yixboost)</author>
23+
<pubDate>Sat, 21 Feb 2026 20:39:34 +0000</pubDate><author>https://link.yixboost.dev/contact (Yixboost)</author>
2424
<guid>http://localhost:1313/posts/test-post/</guid>
2525
<description>Markdown: Syntax Overview Philosophy Inline HTML Automatic Escaping for Special Characters Block Elements Paragraphs and Line Breaks Headers Blockquotes Lists Code Blocks Horizontal Rules Span Elements Links Emphasis Code Images Miscellaneous Backslash Escapes Automatic Links Note: This document is itself written using Markdown; you can see the source for it by adding &amp;lsquo;.text&amp;rsquo; to the URL.&#xA;Overview Philosophy Markdown is intended to be as easy-to-read and easy-to-write as is feasible.</description>
2626
</item>

public/sitemap.xml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -27,12 +27,12 @@
2727
<lastmod>2026-02-21T21:44:09+01:00</lastmod>
2828
</url><url>
2929
<loc>http://localhost:1313/tags/markdown/</loc>
30-
<lastmod>2026-02-21T21:39:34+01:00</lastmod>
30+
<lastmod>2026-02-21T20:39:34+00:00</lastmod>
3131
</url><url>
3232
<loc>http://localhost:1313/tags/test/</loc>
33-
<lastmod>2026-02-21T21:39:34+01:00</lastmod>
33+
<lastmod>2026-02-21T20:39:34+00:00</lastmod>
3434
</url><url>
3535
<loc>http://localhost:1313/posts/test-post/</loc>
36-
<lastmod>2026-02-21T21:39:34+01:00</lastmod>
36+
<lastmod>2026-02-21T20:39:34+00:00</lastmod>
3737
</url>
3838
</urlset>

public/tags/hugo/index.xml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -6,16 +6,16 @@
66
<description>Recent content in Hugo on Yixboost Blog</description>
77
<generator>Hugo -- gohugo.io</generator>
88
<language>en-us</language>
9-
<managingEditor>support@yixboost.dev (Yixboost)</managingEditor>
10-
<webMaster>support@yixboost.dev (Yixboost)</webMaster>
9+
<managingEditor>https://link.yixboost.dev/contact (Yixboost)</managingEditor>
10+
<webMaster>https://link.yixboost.dev/contact (Yixboost)</webMaster>
1111
<lastBuildDate>Sun, 22 Feb 2026 10:13:52 +0100</lastBuildDate>
1212
<atom:link href="http://localhost:1313/tags/hugo/index.xml" rel="self" type="application/rss+xml" />
1313
<item>
1414
<title>Setting Up Hugo</title>
1515
<link>http://localhost:1313/posts/setting-up-hugo/</link>
16-
<pubDate>Sun, 22 Feb 2026 10:13:52 +0100</pubDate><author>support@yixboost.dev (Yixboost)</author>
16+
<pubDate>Sun, 22 Feb 2026 10:13:52 +0100</pubDate><author>https://link.yixboost.dev/contact (Yixboost)</author>
1717
<guid>http://localhost:1313/posts/setting-up-hugo/</guid>
18-
<description>Setting up hugo is easy! look it is workign right now (:&#xA;hugo is working&#xA;actual content (:</description>
18+
<description>Setting up hugo is easy! look it is working right now (:&#xA;hugo is working&#xA;actual content (:</description>
1919
</item>
2020
</channel>
2121
</rss>

public/tags/index.xml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -6,35 +6,35 @@
66
<description>Recent content in Tags on Yixboost Blog</description>
77
<generator>Hugo -- gohugo.io</generator>
88
<language>en-us</language>
9-
<managingEditor>support@yixboost.dev (Yixboost)</managingEditor>
10-
<webMaster>support@yixboost.dev (Yixboost)</webMaster>
9+
<managingEditor>https://link.yixboost.dev/contact (Yixboost)</managingEditor>
10+
<webMaster>https://link.yixboost.dev/contact (Yixboost)</webMaster>
1111
<lastBuildDate>Sun, 22 Feb 2026 10:13:52 +0100</lastBuildDate>
1212
<atom:link href="http://localhost:1313/tags/index.xml" rel="self" type="application/rss+xml" />
1313
<item>
1414
<title>Hugo</title>
1515
<link>http://localhost:1313/tags/hugo/</link>
16-
<pubDate>Sun, 22 Feb 2026 10:13:52 +0100</pubDate><author>support@yixboost.dev (Yixboost)</author>
16+
<pubDate>Sun, 22 Feb 2026 10:13:52 +0100</pubDate><author>https://link.yixboost.dev/contact (Yixboost)</author>
1717
<guid>http://localhost:1313/tags/hugo/</guid>
1818
<description></description>
1919
</item>
2020
<item>
2121
<title>Tutorial</title>
2222
<link>http://localhost:1313/tags/tutorial/</link>
23-
<pubDate>Sun, 22 Feb 2026 10:13:52 +0100</pubDate><author>support@yixboost.dev (Yixboost)</author>
23+
<pubDate>Sun, 22 Feb 2026 10:13:52 +0100</pubDate><author>https://link.yixboost.dev/contact (Yixboost)</author>
2424
<guid>http://localhost:1313/tags/tutorial/</guid>
2525
<description></description>
2626
</item>
2727
<item>
2828
<title>Markdown</title>
2929
<link>http://localhost:1313/tags/markdown/</link>
30-
<pubDate>Sat, 21 Feb 2026 21:39:34 +0100</pubDate><author>support@yixboost.dev (Yixboost)</author>
30+
<pubDate>Sat, 21 Feb 2026 20:39:34 +0000</pubDate><author>https://link.yixboost.dev/contact (Yixboost)</author>
3131
<guid>http://localhost:1313/tags/markdown/</guid>
3232
<description></description>
3333
</item>
3434
<item>
3535
<title>Test</title>
3636
<link>http://localhost:1313/tags/test/</link>
37-
<pubDate>Sat, 21 Feb 2026 21:39:34 +0100</pubDate><author>support@yixboost.dev (Yixboost)</author>
37+
<pubDate>Sat, 21 Feb 2026 20:39:34 +0000</pubDate><author>https://link.yixboost.dev/contact (Yixboost)</author>
3838
<guid>http://localhost:1313/tags/test/</guid>
3939
<description></description>
4040
</item>

public/tags/markdown/index.xml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -6,14 +6,14 @@
66
<description>Recent content in Markdown on Yixboost Blog</description>
77
<generator>Hugo -- gohugo.io</generator>
88
<language>en-us</language>
9-
<managingEditor>support@yixboost.dev (Yixboost)</managingEditor>
10-
<webMaster>support@yixboost.dev (Yixboost)</webMaster>
11-
<lastBuildDate>Sat, 21 Feb 2026 21:39:34 +0100</lastBuildDate>
9+
<managingEditor>https://link.yixboost.dev/contact (Yixboost)</managingEditor>
10+
<webMaster>https://link.yixboost.dev/contact (Yixboost)</webMaster>
11+
<lastBuildDate>Sat, 21 Feb 2026 20:39:34 +0000</lastBuildDate>
1212
<atom:link href="http://localhost:1313/tags/markdown/index.xml" rel="self" type="application/rss+xml" />
1313
<item>
1414
<title>Test Post</title>
1515
<link>http://localhost:1313/posts/test-post/</link>
16-
<pubDate>Sat, 21 Feb 2026 21:39:34 +0100</pubDate><author>support@yixboost.dev (Yixboost)</author>
16+
<pubDate>Sat, 21 Feb 2026 20:39:34 +0000</pubDate><author>https://link.yixboost.dev/contact (Yixboost)</author>
1717
<guid>http://localhost:1313/posts/test-post/</guid>
1818
<description>Markdown: Syntax Overview Philosophy Inline HTML Automatic Escaping for Special Characters Block Elements Paragraphs and Line Breaks Headers Blockquotes Lists Code Blocks Horizontal Rules Span Elements Links Emphasis Code Images Miscellaneous Backslash Escapes Automatic Links Note: This document is itself written using Markdown; you can see the source for it by adding &amp;lsquo;.text&amp;rsquo; to the URL.&#xA;Overview Philosophy Markdown is intended to be as easy-to-read and easy-to-write as is feasible.</description>
1919
</item>

0 commit comments

Comments
 (0)