Skip to content

Commit

Permalink
reading time
Browse files Browse the repository at this point in the history
  • Loading branch information
azgh committed Sep 29, 2024
1 parent 128c834 commit 328a233
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 37 deletions.
3 changes: 3 additions & 0 deletions hugo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -20,3 +20,6 @@ home = [ "HTML", "RSS", "JSON" ]

[params]
ShowBreadCrumbs = true

[Params]
ShowReadingTime = true
36 changes: 3 additions & 33 deletions public/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@
"description": "",
"thumbnailUrl": "https://go.aznotes.me/favicon.ico",
"sameAs": [
"https://github.com/azgh", "https://x.com"

]
}
</script>
Expand Down Expand Up @@ -126,38 +126,8 @@
</nav>
</header>
<main class="main">
<article class="first-entry home-info">
<header class="entry-header">
<h1>Welcome to my notes :)</h1>
</header>
<div class="entry-content">
You can know me more here.
</div>
<footer class="entry-footer">
<div class="social-icons" >
<a href="https://github.com/azgh" target="_blank" rel="noopener noreferrer me"
title="Github">
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2"
stroke-linecap="round" stroke-linejoin="round">
<path
d="M9 19c-5 1.5-5-2.5-7-3m14 6v-3.87a3.37 3.37 0 0 0-.94-2.61c3.14-.35 6.44-1.54 6.44-7A5.44 5.44 0 0 0 20 4.77 5.07 5.07 0 0 0 19.91 1S18.73.65 16 2.48a13.38 13.38 0 0 0-7 0C6.27.65 5.09 1 5.09 1A5.07 5.07 0 0 0 5 4.77a5.44 5.44 0 0 0-1.5 3.78c0 5.42 3.3 6.61 6.44 7A3.37 3.37 0 0 0 9 18.13V22">
</path>
</svg>
</a>
<a href="https://x.com" target="_blank" rel="noopener noreferrer me"
title="X">
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" fill="currentColor">
<path
d="M18.244 2.25h3.308l-7.227 8.26 8.502 11.24H16.17l-5.214-6.817L4.99 21.75H1.68l7.73-8.835L1.254 2.25H8.08l4.713 6.231zm-1.161 17.52h1.833L7.084 4.126H5.117z">
</path>
</svg>
</a>
</div>

</footer>
</article>

<article class="post-entry">
<article class="first-entry">
<header class="entry-header">
<h2 class="entry-hint-parent">About Me
</h2>
Expand All @@ -168,7 +138,7 @@ <h2 class="entry-hint-parent">About Me
I’m currently learning about AI and machine learning.
</p>
</div>
<footer class="entry-footer"><span title='2024-09-29 09:38:57 +0800 CST'>September 29, 2024</span></footer>
<footer class="entry-footer"><span title='2024-09-29 09:38:57 +0800 CST'>September 29, 2024</span>&nbsp;·&nbsp;1 min</footer>
<a class="entry-link" aria-label="post link to About Me" href="https://go.aznotes.me/posts/about_me/"></a>
</article>
</main>
Expand Down
4 changes: 2 additions & 2 deletions public/posts/about_me/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -171,11 +171,11 @@

<article class="post-single">
<header class="post-header">
<div class="breadcrumbs"><a href="https://go.aznotes.me/">Home</a>&nbsp;»&nbsp;<a href="https://go.aznotes.me/posts/">Posts</a></div>

<h1 class="post-title entry-hint-parent">
About Me
</h1>
<div class="post-meta"><span title='2024-09-29 09:38:57 +0800 CST'>September 29, 2024</span>
<div class="post-meta"><span title='2024-09-29 09:38:57 +0800 CST'>September 29, 2024</span>&nbsp;·&nbsp;1 min

</div>
</header>
Expand Down
4 changes: 2 additions & 2 deletions public/posts/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -126,7 +126,7 @@
</nav>
</header>
<main class="main">
<header class="page-header"><div class="breadcrumbs"><a href="https://go.aznotes.me/">Home</a></div>
<header class="page-header">
<h1>
Posts
</h1>
Expand All @@ -143,7 +143,7 @@ <h2 class="entry-hint-parent">About Me
I’m currently learning about AI and machine learning.
</p>
</div>
<footer class="entry-footer"><span title='2024-09-29 09:38:57 +0800 CST'>September 29, 2024</span></footer>
<footer class="entry-footer"><span title='2024-09-29 09:38:57 +0800 CST'>September 29, 2024</span>&nbsp;·&nbsp;1 min</footer>
<a class="entry-link" aria-label="post link to About Me" href="https://go.aznotes.me/posts/about_me/"></a>
</article>
</main>
Expand Down

0 comments on commit 328a233

Please sign in to comment.