Skip to content

Commit

Permalink
homeinfo
Browse files Browse the repository at this point in the history
  • Loading branch information
azgh committed Sep 28, 2024
1 parent d04b781 commit a4dc79c
Show file tree
Hide file tree
Showing 2 changed files with 46 additions and 50 deletions.
25 changes: 8 additions & 17 deletions hugo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -3,23 +3,14 @@ languageCode = 'en-us'
title = 'Aaron Notes'
theme = 'PaperMod'

[params.profileMode]
enabled = true
title = "Aaron Zhang"
subtitle = "About Me"
imageUrl = "/data/Aaron.JPG"
imageTitle = "Aaron"
imageWidth = 120
imageHeight = 120
[params.homeInfoParams]
Title = "Hi there wave"
Content = "Can be Info, links, about..."

[[params.profileMode.buttons]]
name = "Archive"
url = "/archive"

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

[[params.socialIcons]]
name = "linkedin"
url = "https://linkedin.com"
name = "X"
url = "https://x.com"
71 changes: 38 additions & 33 deletions public/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@
"description": "",
"thumbnailUrl": "https://go.aznotes.me/favicon.ico",
"sameAs": [
"https://linkedin.com"
"https://github.com", "https://x.com"
]
}
</script>
Expand Down Expand Up @@ -124,44 +124,49 @@
</ul>
</nav>
</header>
<main class="main"><div class="profile">
<div class="profile_inner">
<img draggable="false" src="https://go.aznotes.me/data/Aaron.JPG" alt="Aaron" title="Aaron"
height="120" width="120" />
<h1>Aaron Zhang</h1>
<span>About Me</span><div class="social-icons" >
<a href="https://linkedin.com" target="_blank" rel="noopener noreferrer me"
title="Linkedin">
<main class="main">
<article class="first-entry home-info">
<header class="entry-header">
<h1>Hi there wave</h1>
</header>
<div class="entry-content">
Can be Info, links, about&hellip;
</div>
<footer class="entry-footer">
<div class="social-icons" >
<a href="https://github.com" 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="M16 8a6 6 0 0 1 6 6v7h-4v-7a2 2 0 0 0-2-2 2 2 0 0 0-2 2v7h-4v-7a6 6 0 0 1 6-6z"></path>
<rect x="2" y="9" width="4" height="12"></rect>
<circle cx="4" cy="4" r="2"></circle>
<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>

<div class="buttons">
<a class="button" href="/archive" rel="noopener" title="Archive">
<span class="button-inner">
Archive
</span>
</a>
<a class="button" href="https://github.com/" rel="noopener" title="Github">
<span class="button-inner">
Github&nbsp;
<svg fill="none" shape-rendering="geometricPrecision" stroke="currentColor" stroke-linecap="round"
stroke-linejoin="round" stroke-width="2.5" viewBox="0 0 24 24" height="14" width="14">
<path d="M18 13v6a2 2 0 01-2 2H5a2 2 0 01-2-2V8a2 2 0 012-2h6"></path>
<path d="M15 3h6v6"></path>
<path d="M10 14L21 3"></path>
</svg>
</span>
</a>
</div>
</div>
</div>

</footer>
</article>

<article class="post-entry">
<header class="entry-header">
<h2 class="entry-hint-parent">Hello World
</h2>
</header>
<div class="entry-content">
<p></p>
</div>
<footer class="entry-footer"><span title='2024-09-28 18:14:38 +0800 CST'>September 28, 2024</span></footer>
<a class="entry-link" aria-label="post link to Hello World" href="https://go.aznotes.me/posts/hello-world/"></a>
</article>
</main>

<footer class="footer">
Expand Down

0 comments on commit a4dc79c

Please sign in to comment.