Skip to content

Commit

Permalink
auto
Browse files Browse the repository at this point in the history
  • Loading branch information
azgh committed Sep 29, 2024
1 parent 62406bc commit fa7ac67
Show file tree
Hide file tree
Showing 2 changed files with 28 additions and 1 deletion.
9 changes: 9 additions & 0 deletions hugo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,15 @@ 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 = "linkedin"
url = "https://www.linkedin.com/"


[menus]
[[menus.main]]
name = 'Search'
Expand Down
20 changes: 19 additions & 1 deletion 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://github.com/azgh", "https://www.linkedin.com/"
]
}
</script>
Expand Down Expand Up @@ -139,6 +139,24 @@ <h1>Welcome to my notes :)</h1>
</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://www.linkedin.com/" target="_blank" rel="noopener noreferrer me"
title="Linkedin">
<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>
</svg>
</a>
</div>

</footer>
Expand Down

0 comments on commit fa7ac67

Please sign in to comment.