Skip to content

Commit 7235e32

Browse files
committed
add a new post
0 parents  commit 7235e32

File tree

22 files changed

+1437
-0
lines changed

22 files changed

+1437
-0
lines changed

.gitmodules

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
[submodule "themes/PaperMod"]
2+
path = themes/PaperMod
3+
url = https://github.com/adityatelange/hugo-PaperMod.git

.hugo_build.lock

Whitespace-only changes.

archetypes/default.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
---
2+
date: '{{ .Date }}'
3+
draft: true
4+
title: '{{ replace .File.ContentBaseName "-" " " | title }}'
5+
---

content/posts/11_21_2025.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
---
2+
title: "My first blog post"
3+
date: 1970-01-01
4+
draft: false
5+
ShowToc: true
6+
---
7+
Hi!

content/posts/11_22_2025.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
---
2+
title: "My second blog post"
3+
date: 1970-01-01
4+
draft: false
5+
ShowToc: true
6+
---
7+
Hi!

hugo.yaml

Lines changed: 25 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,25 @@
1+
baseURL: https://AgentScaleLab.github.io
2+
languageCode: en-us
3+
title: Jason'Log
4+
theme: PaperMod
5+
params:
6+
defaultTheme: dark
7+
homeInfoParams:
8+
Title: "\U0001F44B Welcome to Jason'Log"
9+
Content: >-
10+
Hi, this is Jason. I'm documenting my learning notes in this blog since 2025.
11+
socialIcons:
12+
- name: email
13+
url: 'aascodedev02@outlook.com'
14+
- name: github
15+
url: 'https://github.com/AgentScaleLab'
16+
menu:
17+
main:
18+
- identifier: home
19+
name: Home
20+
url: /
21+
weight: 10
22+
- identifier: posts
23+
name: Blog
24+
url: /posts/
25+
weight: 20

public/404.html

Lines changed: 161 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,161 @@
1+
<!DOCTYPE html>
2+
<html lang="en" dir="auto" data-theme="dark">
3+
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">
5+
<meta http-equiv="X-UA-Compatible" content="IE=edge">
6+
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
7+
<meta name="robots" content="noindex, nofollow">
8+
<title>404 Page not found | Jason&#39;Log</title>
9+
<meta name="keywords" content="">
10+
<meta name="description" content="">
11+
<meta name="author" content="">
12+
<link rel="canonical" href="http://localhost:1313/404.html">
13+
<link crossorigin="anonymous" href="/assets/css/stylesheet.343cc480b9ffc8f04ccbe5e968ad674880cab773ec19905e93033065c1e7a804.css" integrity="sha256-NDzEgLn/yPBMy&#43;XpaK1nSIDKt3PsGZBekwMwZcHnqAQ=" 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">
19+
<meta name="theme-color" content="#2e2e33">
20+
<meta name="msapplication-TileColor" content="#2e2e33">
21+
<link rel="alternate" hreflang="en" href="http://localhost:1313/404.html">
22+
<noscript>
23+
<style>
24+
#theme-toggle,
25+
.top-link {
26+
display: none;
27+
}
28+
29+
</style>
30+
</noscript>
31+
<script>
32+
if (localStorage.getItem("pref-theme") === "light") {
33+
document.querySelector("html").dataset.theme = 'light';
34+
}
35+
36+
</script>
37+
</head>
38+
<body class="list" id="top">
39+
<header class="header">
40+
<nav class="nav">
41+
<div class="logo">
42+
<a href="http://localhost:1313/" accesskey="h" title="Jason&#39;Log (Alt + H)">Jason&#39;Log</a>
43+
<div class="logo-switches">
44+
<button id="theme-toggle" accesskey="t" title="(Alt + T)" aria-label="Toggle theme">
45+
<svg id="moon" xmlns="http://www.w3.org/2000/svg" width="24" height="18" viewBox="0 0 24 24"
46+
fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round"
47+
stroke-linejoin="round">
48+
<path d="M21 12.79A9 9 0 1 1 11.21 3 7 7 0 0 0 21 12.79z"></path>
49+
</svg>
50+
<svg id="sun" xmlns="http://www.w3.org/2000/svg" width="24" height="18" viewBox="0 0 24 24"
51+
fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round"
52+
stroke-linejoin="round">
53+
<circle cx="12" cy="12" r="5"></circle>
54+
<line x1="12" y1="1" x2="12" y2="3"></line>
55+
<line x1="12" y1="21" x2="12" y2="23"></line>
56+
<line x1="4.22" y1="4.22" x2="5.64" y2="5.64"></line>
57+
<line x1="18.36" y1="18.36" x2="19.78" y2="19.78"></line>
58+
<line x1="1" y1="12" x2="3" y2="12"></line>
59+
<line x1="21" y1="12" x2="23" y2="12"></line>
60+
<line x1="4.22" y1="19.78" x2="5.64" y2="18.36"></line>
61+
<line x1="18.36" y1="5.64" x2="19.78" y2="4.22"></line>
62+
</svg>
63+
</button>
64+
</div>
65+
</div>
66+
<ul id="menu">
67+
<li>
68+
<a href="http://localhost:1313/" title="Home">
69+
<span>Home</span>
70+
</a>
71+
</li>
72+
<li>
73+
<a href="http://localhost:1313/posts/" title="Blog">
74+
<span>Blog</span>
75+
</a>
76+
</li>
77+
</ul>
78+
</nav>
79+
</header>
80+
<main class="main">
81+
<div class="not-found">404</div>
82+
</main>
83+
84+
<footer class="footer">
85+
<span>&copy; 2025 <a href="http://localhost:1313/">Jason&#39;Log</a></span> ·
86+
87+
<span>
88+
Powered by
89+
<a href="https://gohugo.io/" rel="noopener noreferrer" target="_blank">Hugo</a> &
90+
<a href="https://github.com/adityatelange/hugo-PaperMod/" rel="noopener" target="_blank">PaperMod</a>
91+
</span>
92+
</footer>
93+
<a href="#top" aria-label="go to top" title="Go to Top (Alt + G)" class="top-link" id="top-link" accesskey="g">
94+
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 12 6" fill="currentColor">
95+
<path d="M12 6H0l6-6z" />
96+
</svg>
97+
</a>
98+
99+
<script>
100+
let menu = document.getElementById('menu');
101+
if (menu) {
102+
103+
const scrollPosition = localStorage.getItem("menu-scroll-position");
104+
if (scrollPosition) {
105+
menu.scrollLeft = parseInt(scrollPosition, 10);
106+
}
107+
108+
menu.onscroll = function () {
109+
localStorage.setItem("menu-scroll-position", menu.scrollLeft);
110+
}
111+
}
112+
113+
document.querySelectorAll('a[href^="#"]').forEach(anchor => {
114+
anchor.addEventListener("click", function (e) {
115+
e.preventDefault();
116+
var id = this.getAttribute("href").substr(1);
117+
if (!window.matchMedia('(prefers-reduced-motion: reduce)').matches) {
118+
document.querySelector(`[id='${decodeURIComponent(id)}']`).scrollIntoView({
119+
behavior: "smooth"
120+
});
121+
} else {
122+
document.querySelector(`[id='${decodeURIComponent(id)}']`).scrollIntoView();
123+
}
124+
if (id === "top") {
125+
history.replaceState(null, null, " ");
126+
} else {
127+
history.pushState(null, null, `#${id}`);
128+
}
129+
});
130+
});
131+
132+
</script>
133+
<script>
134+
var mybutton = document.getElementById("top-link");
135+
window.onscroll = function () {
136+
if (document.body.scrollTop > 800 || document.documentElement.scrollTop > 800) {
137+
mybutton.style.visibility = "visible";
138+
mybutton.style.opacity = "1";
139+
} else {
140+
mybutton.style.visibility = "hidden";
141+
mybutton.style.opacity = "0";
142+
}
143+
};
144+
145+
</script>
146+
<script>
147+
document.getElementById("theme-toggle").addEventListener("click", () => {
148+
const html = document.querySelector("html");
149+
if (html.dataset.theme === "dark") {
150+
html.dataset.theme = 'light';
151+
localStorage.setItem("pref-theme", 'light');
152+
} else {
153+
html.dataset.theme = 'dark';
154+
localStorage.setItem("pref-theme", 'dark');
155+
}
156+
})
157+
158+
</script>
159+
</body>
160+
161+
</html>

public/assets/css/stylesheet.343cc480b9ffc8f04ccbe5e968ad674880cab773ec19905e93033065c1e7a804.css

Lines changed: 7 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

public/categories/index.html

Lines changed: 167 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,167 @@
1+
<!DOCTYPE html>
2+
<html lang="en" dir="auto" data-theme="dark">
3+
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">
5+
<meta http-equiv="X-UA-Compatible" content="IE=edge">
6+
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
7+
<meta name="robots" content="noindex, nofollow">
8+
<title>Categories | Jason&#39;Log</title>
9+
<meta name="keywords" content="">
10+
<meta name="description" content="">
11+
<meta name="author" content="">
12+
<link rel="canonical" href="http://localhost:1313/categories/">
13+
<link crossorigin="anonymous" href="/assets/css/stylesheet.343cc480b9ffc8f04ccbe5e968ad674880cab773ec19905e93033065c1e7a804.css" integrity="sha256-NDzEgLn/yPBMy&#43;XpaK1nSIDKt3PsGZBekwMwZcHnqAQ=" 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">
19+
<meta name="theme-color" content="#2e2e33">
20+
<meta name="msapplication-TileColor" content="#2e2e33">
21+
<link rel="alternate" type="application/rss+xml" href="http://localhost:1313/categories/index.xml" title="rss">
22+
<link rel="alternate" hreflang="en" href="http://localhost:1313/categories/">
23+
<noscript>
24+
<style>
25+
#theme-toggle,
26+
.top-link {
27+
display: none;
28+
}
29+
30+
</style>
31+
</noscript>
32+
<script>
33+
if (localStorage.getItem("pref-theme") === "light") {
34+
document.querySelector("html").dataset.theme = 'light';
35+
}
36+
37+
</script>
38+
</head>
39+
<body class="list" id="top">
40+
<header class="header">
41+
<nav class="nav">
42+
<div class="logo">
43+
<a href="http://localhost:1313/" accesskey="h" title="Jason&#39;Log (Alt + H)">Jason&#39;Log</a>
44+
<div class="logo-switches">
45+
<button id="theme-toggle" accesskey="t" title="(Alt + T)" aria-label="Toggle theme">
46+
<svg id="moon" xmlns="http://www.w3.org/2000/svg" width="24" height="18" viewBox="0 0 24 24"
47+
fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round"
48+
stroke-linejoin="round">
49+
<path d="M21 12.79A9 9 0 1 1 11.21 3 7 7 0 0 0 21 12.79z"></path>
50+
</svg>
51+
<svg id="sun" xmlns="http://www.w3.org/2000/svg" width="24" height="18" viewBox="0 0 24 24"
52+
fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round"
53+
stroke-linejoin="round">
54+
<circle cx="12" cy="12" r="5"></circle>
55+
<line x1="12" y1="1" x2="12" y2="3"></line>
56+
<line x1="12" y1="21" x2="12" y2="23"></line>
57+
<line x1="4.22" y1="4.22" x2="5.64" y2="5.64"></line>
58+
<line x1="18.36" y1="18.36" x2="19.78" y2="19.78"></line>
59+
<line x1="1" y1="12" x2="3" y2="12"></line>
60+
<line x1="21" y1="12" x2="23" y2="12"></line>
61+
<line x1="4.22" y1="19.78" x2="5.64" y2="18.36"></line>
62+
<line x1="18.36" y1="5.64" x2="19.78" y2="4.22"></line>
63+
</svg>
64+
</button>
65+
</div>
66+
</div>
67+
<ul id="menu">
68+
<li>
69+
<a href="http://localhost:1313/" title="Home">
70+
<span>Home</span>
71+
</a>
72+
</li>
73+
<li>
74+
<a href="http://localhost:1313/posts/" title="Blog">
75+
<span>Blog</span>
76+
</a>
77+
</li>
78+
</ul>
79+
</nav>
80+
</header>
81+
<main class="main">
82+
<header class="page-header">
83+
<h1>Categories</h1>
84+
</header>
85+
86+
<ul class="terms-tags">
87+
</ul>
88+
</main>
89+
90+
<footer class="footer">
91+
<span>&copy; 2025 <a href="http://localhost:1313/">Jason&#39;Log</a></span> ·
92+
93+
<span>
94+
Powered by
95+
<a href="https://gohugo.io/" rel="noopener noreferrer" target="_blank">Hugo</a> &
96+
<a href="https://github.com/adityatelange/hugo-PaperMod/" rel="noopener" target="_blank">PaperMod</a>
97+
</span>
98+
</footer>
99+
<a href="#top" aria-label="go to top" title="Go to Top (Alt + G)" class="top-link" id="top-link" accesskey="g">
100+
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 12 6" fill="currentColor">
101+
<path d="M12 6H0l6-6z" />
102+
</svg>
103+
</a>
104+
105+
<script>
106+
let menu = document.getElementById('menu');
107+
if (menu) {
108+
109+
const scrollPosition = localStorage.getItem("menu-scroll-position");
110+
if (scrollPosition) {
111+
menu.scrollLeft = parseInt(scrollPosition, 10);
112+
}
113+
114+
menu.onscroll = function () {
115+
localStorage.setItem("menu-scroll-position", menu.scrollLeft);
116+
}
117+
}
118+
119+
document.querySelectorAll('a[href^="#"]').forEach(anchor => {
120+
anchor.addEventListener("click", function (e) {
121+
e.preventDefault();
122+
var id = this.getAttribute("href").substr(1);
123+
if (!window.matchMedia('(prefers-reduced-motion: reduce)').matches) {
124+
document.querySelector(`[id='${decodeURIComponent(id)}']`).scrollIntoView({
125+
behavior: "smooth"
126+
});
127+
} else {
128+
document.querySelector(`[id='${decodeURIComponent(id)}']`).scrollIntoView();
129+
}
130+
if (id === "top") {
131+
history.replaceState(null, null, " ");
132+
} else {
133+
history.pushState(null, null, `#${id}`);
134+
}
135+
});
136+
});
137+
138+
</script>
139+
<script>
140+
var mybutton = document.getElementById("top-link");
141+
window.onscroll = function () {
142+
if (document.body.scrollTop > 800 || document.documentElement.scrollTop > 800) {
143+
mybutton.style.visibility = "visible";
144+
mybutton.style.opacity = "1";
145+
} else {
146+
mybutton.style.visibility = "hidden";
147+
mybutton.style.opacity = "0";
148+
}
149+
};
150+
151+
</script>
152+
<script>
153+
document.getElementById("theme-toggle").addEventListener("click", () => {
154+
const html = document.querySelector("html");
155+
if (html.dataset.theme === "dark") {
156+
html.dataset.theme = 'light';
157+
localStorage.setItem("pref-theme", 'light');
158+
} else {
159+
html.dataset.theme = 'dark';
160+
localStorage.setItem("pref-theme", 'dark');
161+
}
162+
})
163+
164+
</script>
165+
</body>
166+
167+
</html>

public/categories/index.xml

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
<?xml version="1.0" encoding="utf-8" standalone="yes"?>
2+
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom" xmlns:content="http://purl.org/rss/1.0/modules/content/">
3+
<channel>
4+
<title>Categories on Jason&#39;Log</title>
5+
<link>http://localhost:1313/categories/</link>
6+
<description>Recent content in Categories on Jason&#39;Log</description>
7+
<generator>Hugo -- 0.152.2</generator>
8+
<language>en-us</language>
9+
<atom:link href="http://localhost:1313/categories/index.xml" rel="self" type="application/rss+xml" />
10+
</channel>
11+
</rss>

0 commit comments

Comments
 (0)