Skip to content

Commit

Permalink
.
Browse files Browse the repository at this point in the history
  • Loading branch information
azgh committed Sep 29, 2024
1 parent d15c6f1 commit d966844
Show file tree
Hide file tree
Showing 4 changed files with 17 additions and 22 deletions.
17 changes: 0 additions & 17 deletions hugo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -7,20 +7,3 @@ theme = 'PaperMod'
Title = "Welcome to my notes :)"
Content = "You can know me more here."

[[params.socialIcons]]
name = "Github"
url = "https://github.com/azgh"

[[params.socialIcons]]
name = "X"
url = "https://x.com"

[outputs]
home = [ "HTML", "RSS", "JSON" ]

[params]
ShowBreadCrumbs = true

[Params]
ShowReadingTime = true

18 changes: 15 additions & 3 deletions public/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,6 @@
<meta name="theme-color" content="#2e2e33">
<meta name="msapplication-TileColor" content="#2e2e33">
<link rel="alternate" type="application/rss+xml" href="https://go.aznotes.me/index.xml">
<link rel="alternate" type="application/json" href="https://go.aznotes.me/index.json">
<link rel="alternate" hreflang="en" href="https://go.aznotes.me/">
<noscript>
<style>
Expand Down Expand Up @@ -126,8 +125,21 @@
</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" >
</div>

</footer>
</article>

<article class="first-entry">
<article class="post-entry">
<header class="entry-header">
<h2 class="entry-hint-parent">About Me
</h2>
Expand All @@ -138,7 +150,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>&nbsp;·&nbsp;1 min</footer>
<footer class="entry-footer"><span title='2024-09-29 09:38:57 +0800 CST'>September 29, 2024</span></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
2 changes: 1 addition & 1 deletion public/posts/about_me/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -175,7 +175,7 @@
<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>&nbsp;·&nbsp;1 min
<div class="post-meta"><span title='2024-09-29 09:38:57 +0800 CST'>September 29, 2024</span>

</div>
</header>
Expand Down
2 changes: 1 addition & 1 deletion public/posts/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -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>&nbsp;·&nbsp;1 min</footer>
<footer class="entry-footer"><span title='2024-09-29 09:38:57 +0800 CST'>September 29, 2024</span></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 d966844

Please sign in to comment.