Skip to content

Commit 27371d0

Browse files
committed
update blogs
1 parent fe3251d commit 27371d0

File tree

25 files changed

+1087
-95
lines changed

25 files changed

+1087
-95
lines changed

content/posts/11_21_2025.md

Lines changed: 0 additions & 7 deletions
This file was deleted.

content/posts/11_22_2025.md

Lines changed: 0 additions & 7 deletions
This file was deleted.
Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
---
2+
title: "Creating a blog with Hugo and GitHub Pages"
3+
date: 2025-11-21
4+
draft: false
5+
ShowToc: true
6+
author: "Jason"
7+
tags: ["writing"]
8+
---
9+
Hi! I am a new blog post.
Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
---
2+
title: "Best practices for developing a agentic ai system"
3+
date: 2025-11-22
4+
draft: false
5+
ShowToc: true
6+
author: "Jason"
7+
tags: ["ai agents"]
8+
---
9+
Hi! I am a new blog post.

content/tags/_index.md

Whitespace-only changes.

hugo.yaml

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,9 @@ title: Jason'Log
44
theme: PaperMod
55
params:
66
defaultTheme: dark
7+
ShowReadingTime: true
8+
ShowAllPagesInArchive: true
9+
ShowWordCount: true
710
homeInfoParams:
811
Title: "\U0001F44B Welcome to Jason'Log"
912
Content: >-
@@ -27,4 +30,8 @@ menu:
2730
name: Project
2831
url: /projects/
2932
weight: 20
33+
- identifier: tags
34+
name: Tags
35+
url: /tags/
36+
weight: 20
3037

public/404.html

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -79,6 +79,11 @@
7979
<span>Project</span>
8080
</a>
8181
</li>
82+
<li>
83+
<a href="http://localhost:1313/tags/" title="Tags">
84+
<span>Tags</span>
85+
</a>
86+
</li>
8287
</ul>
8388
</nav>
8489
</header>

public/categories/index.html

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -80,6 +80,11 @@
8080
<span>Project</span>
8181
</a>
8282
</li>
83+
<li>
84+
<a href="http://localhost:1313/tags/" title="Tags">
85+
<span>Tags</span>
86+
</a>
87+
</li>
8388
</ul>
8489
</nav>
8590
</header>

public/index.html

Lines changed: 9 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -81,6 +81,11 @@
8181
<span>Project</span>
8282
</a>
8383
</li>
84+
<li>
85+
<a href="http://localhost:1313/tags/" title="Tags">
86+
<span>Tags</span>
87+
</a>
88+
</li>
8489
</ul>
8590
</nav>
8691
</header>
@@ -118,28 +123,15 @@ <h1>👋 Welcome to Jason&rsquo;Log</h1>
118123

119124
<article class="post-entry">
120125
<header class="entry-header">
121-
<h2 class="entry-hint-parent">My first blog post
122-
</h2>
123-
</header>
124-
<div class="entry-content">
125-
<p>Hi!
126-
</p>
127-
</div>
128-
<footer class="entry-footer"><span title='1970-01-01 00:00:00 +0000 UTC'>January 1, 1970</span></footer>
129-
<a class="entry-link" aria-label="post link to My first blog post" href="http://localhost:1313/posts/11_21_2025/"></a>
130-
</article>
131-
132-
<article class="post-entry">
133-
<header class="entry-header">
134-
<h2 class="entry-hint-parent">My second blog post
126+
<h2 class="entry-hint-parent">Creating a blog with Hugo and GitHub Pages
135127
</h2>
136128
</header>
137129
<div class="entry-content">
138-
<p>Hi!
130+
<p>Hi! I am a new blog post.
139131
</p>
140132
</div>
141-
<footer class="entry-footer"><span title='1970-01-01 00:00:00 +0000 UTC'>January 1, 1970</span></footer>
142-
<a class="entry-link" aria-label="post link to My second blog post" href="http://localhost:1313/posts/11_22_2025/"></a>
133+
<footer class="entry-footer"><span title='2025-11-21 00:00:00 +0000 UTC'>November 21, 2025</span>&nbsp;·&nbsp;<span>1 min</span>&nbsp;·&nbsp;<span>7 words</span>&nbsp;·&nbsp;<span>Jason</span></footer>
134+
<a class="entry-link" aria-label="post link to Creating a blog with Hugo and GitHub Pages" href="http://localhost:1313/posts/2025_11_21_building_a_blog_with_hugo/"></a>
143135
</article>
144136
</main>
145137

public/index.xml

Lines changed: 6 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -6,14 +6,14 @@
66
<description>Recent content on Jason&#39;Log</description>
77
<generator>Hugo -- 0.152.2</generator>
88
<language>en-us</language>
9-
<lastBuildDate>Thu, 01 Jan 1970 00:00:00 +0000</lastBuildDate>
9+
<lastBuildDate>Fri, 21 Nov 2025 00:00:00 +0000</lastBuildDate>
1010
<atom:link href="http://localhost:1313/index.xml" rel="self" type="application/rss+xml" />
1111
<item>
12-
<title>My first blog post</title>
13-
<link>http://localhost:1313/posts/11_21_2025/</link>
14-
<pubDate>Thu, 01 Jan 1970 00:00:00 +0000</pubDate>
15-
<guid>http://localhost:1313/posts/11_21_2025/</guid>
16-
<description>&lt;p&gt;Hi!&lt;/p&gt;</description>
12+
<title>Creating a blog with Hugo and GitHub Pages</title>
13+
<link>http://localhost:1313/posts/2025_11_21_building_a_blog_with_hugo/</link>
14+
<pubDate>Fri, 21 Nov 2025 00:00:00 +0000</pubDate>
15+
<guid>http://localhost:1313/posts/2025_11_21_building_a_blog_with_hugo/</guid>
16+
<description>&lt;p&gt;Hi! I am a new blog post.&lt;/p&gt;</description>
1717
</item>
1818
<item>
1919
<title>My first project</title>
@@ -22,12 +22,5 @@
2222
<guid>http://localhost:1313/projects/11_21_2025/</guid>
2323
<description>&lt;p&gt;Hi!&lt;/p&gt;</description>
2424
</item>
25-
<item>
26-
<title>My second blog post</title>
27-
<link>http://localhost:1313/posts/11_22_2025/</link>
28-
<pubDate>Thu, 01 Jan 1970 00:00:00 +0000</pubDate>
29-
<guid>http://localhost:1313/posts/11_22_2025/</guid>
30-
<description>&lt;p&gt;Hi!&lt;/p&gt;</description>
31-
</item>
3225
</channel>
3326
</rss>

0 commit comments

Comments
 (0)