Skip to content

Commit

Permalink
Update mail refs
Browse files Browse the repository at this point in the history
  • Loading branch information
Einlar committed Sep 7, 2024
1 parent 9027e77 commit a14fa6c
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion src/config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ export const SOCIALS: SocialObjects = [
// },
{
name: "Mail",
href: "mailto:manzali.francesco97@gmail.com",
href: "mailto:notes@goldshish.it",
linkTitle: `Send an email to ${SITE.title}`,
active: true,
},
Expand Down
2 changes: 1 addition & 1 deletion src/content/blog/goldshish-restyled.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ So, I finally took the chance when I discovered that [Astro.js](https://astro.bu
- Pages are statically generated, so the website is **super fast**. Also this cuts down the hostings costs to 0 (well, except the annual fee for the domain), which is nice. I would like to keep hosting the notes for as long as possible!
- I can finally update the content by just writing Markdown and pushing it to git! No more need to mess up with databases and stuff. This is particularly nice because I have _this terrible idea_ of starting to write blog posts about stuff I like (so probably it'll be Machine Learning & stuff). Well, I still don't know if I actually start writing posts, but surely updating this website will make it easier, right?

The main caveat is that, at the moment, there is no way for users to directly upload notes, or even just add comments. It's something I would like to fix _soonish_ - but for now you can just drop me a [mail](mailto:manzali.francesco97@gmail.com) if you want to upload something, or you notice that something is wrong.
The main caveat is that, at the moment, there is no way for users to directly upload notes, or even just add comments. It's something I would like to fix _soonish_ - but for now you can just drop me a [mail](mailto:notes@goldshish.it) if you want to upload something, or you notice that something is wrong.

## Update 2024-05-25

Expand Down
2 changes: 1 addition & 1 deletion src/content/blog/prelude.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,6 @@ This website, **goldshish**, is the third iteration of my contribution. The firs

Here you can find all the notes I gathered over the years - some of them I wrote, some were shared by fellow colleagues, and some were the product of collaboration.

If you want to host a note to this website, just send it as PDF (or `.tex`) to [my mail](mailto:manzali.francesco97@gmail.com), and I will promptly update it.
If you want to host a note to this website, just send it as PDF (or `.tex`) to [my mail](mailto:notes@goldshish.it), and I will promptly update it.

So see you soon, and thanks for all the _fish_.
2 changes: 1 addition & 1 deletion src/pages/about.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,4 +17,4 @@ _(I know, I could just use something like Github Pages/Vercel/Netlify for hostin

## Contact

Feel free to drop me a mail at [manzali.francesco97@gmail.com](mailto:manzali.francesco97@gmail.com).
Feel free to drop me a mail at [notes@goldshish.it](mailto:notes@goldshish.it).

0 comments on commit a14fa6c

Please sign in to comment.