generated from manuelernestog/astrofy
-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
6 changed files
with
34 additions
and
77 deletions.
There are no files selected for viewing
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -13,16 +13,13 @@ | |
<ul> | ||
<!-- Sidebar content here --> | ||
<li><a href="/">Home</a></li> | ||
<li><a href="/projects">Projects</a></li> | ||
<li><a href="/store/1">Store</a></li> | ||
<li><a href="/blog/1">Blog</a></li> | ||
<li><a href="/aboutme">About me</a></li> | ||
<li><a href="/cv">CV</a></li> | ||
<li><a href="https://manuelernestog.github.io/paylink/" target="_blank">Support my Work</a></li> | ||
<li><a href="mailto:[email protected]">Contact</a></li> | ||
</ul> | ||
<div class="grow"></div> | ||
<div class="social-icons px-4 my-2 flex self-center"> | ||
<a href="https://github.com/manuelernestog" target="_blank" class="mx-3" aria-label="Github"> | ||
<a href="https://github.com/luigieai" target="_blank" class="mx-3" aria-label="Github"> | ||
<svg | ||
xmlns="http://www.w3.org/2000/svg" | ||
width="24" | ||
|
@@ -36,7 +33,7 @@ | |
></path> | ||
</svg> | ||
</a> | ||
<a href="https://twitter.com/manuelernestog" target="_blank" class="mx-3" aria-label="Twitter"> | ||
<a href="https://twitter.com/LuigiOliveira__" target="_blank" class="mx-3" aria-label="Twitter"> | ||
<svg | ||
xmlns="http://www.w3.org/2000/svg" | ||
width="24" | ||
|
@@ -48,20 +45,7 @@ | |
></path> | ||
</svg> | ||
</a> | ||
<a href="https://t.me/manuelernestog" target="_blank" class="mx-3" aria-label="Telegram"> | ||
<svg | ||
xmlns="http://www.w3.org/2000/svg" | ||
width="24" | ||
height="24" | ||
viewBox="0 0 24 24" | ||
style="fill: currentColor;transform: ;msFilter:;" | ||
><path | ||
d="m20.665 3.717-17.73 6.837c-1.21.486-1.203 1.161-.222 1.462l4.552 1.42 10.532-6.645c.498-.303.953-.14.579.192l-8.533 7.701h-.002l.002.001-.314 4.692c.46 0 .663-.211.921-.46l2.211-2.15 4.599 3.397c.848.467 1.457.227 1.668-.785l3.019-14.228c.309-1.239-.473-1.8-1.282-1.434z" | ||
></path> | ||
</svg> | ||
</a> | ||
|
||
<a href="https://www.linkedin.com/in/manuelernestogr" target="_blank" class="mx-3" aria-label="Linkedin"> | ||
<a href="https://www.linkedin.com/in/luigimarqs" target="_blank" class="mx-3" aria-label="Linkedin"> | ||
<svg | ||
xmlns="http://www.w3.org/2000/svg" | ||
width="24" | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,5 @@ | ||
// Place any global data in this file. | ||
// You can import this data from anywhere in your site by using the `import` keyword. | ||
|
||
export const SITE_TITLE = 'Astro Modern Personal Website Template'; | ||
export const SITE_DESCRIPTION = 'Astro Modern Personal Website template with Project Section, CV Section, Paginated Blog, RSS Feed, SEO Friendly, Visual themes and Responsive Desing.'; | ||
export const SITE_TITLE = 'Luigi Oliveira'; | ||
export const SITE_DESCRIPTION = 'My personal website and blog, where I share about myself and tech discoveries'; |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters