feat: update
All checks were successful
deploy / build (push) Successful in 12m7s

This commit is contained in:
rizaldy 2024-12-13 11:34:00 +07:00
parent 5a8c8ba72c
commit 7509e5c70f
2 changed files with 6 additions and 7 deletions

View File

@ -75,18 +75,16 @@ What's the point of computers?
### Development
- [fish](https://fishshell.com/) (Mac OS/Linux)
- [iTerm2](https://iterm2.com/) (Mac OS)
- [Alacritty](https://alacritty.org/) (Linux)
- [HTTPie](https://httpie.io) (Mac OS)
- [Ghostty](https://ghostty.dev) (Mac OS/Linux)
- [Helix](https://helix-editor.com/) (Mac OS/Linux)
- [Xcode](https://developer.apple.com/xcode/) (Mac OS)
- [OrbStack](https://orbstack.dev) (Mac OS)
- [Zed](https://zed.dev/) (Mac OS/Linux)
- [Helix](https://helix-editor.com/) (Mac OS/Linux)
### Browser
- [Apple Safari](https://www.apple.com/safari/) (iPadOS/iOS)
- [Zen Browser](https://www.mozilla.org/en-US/firefox/) (Mac OS/Linux)
- [Zen Browser](https://zen-browser.app/) (Mac OS/Linux)
### Productivity™
@ -108,8 +106,7 @@ What's the point of computers?
- [Bunny](https://bunny.net?ref=2jpxrtyw72) (DNS & CDN)
- [Linode](https://www.linode.com/lp/refer/?r=6429dc6e97eda216fcd4a685a62bffd510245711) (Public server)
- [Cloudflare](https://www.cloudflare.com) (Private tunnel)
- [Migadu](https://www.migadu.com) (Personal email)
- [Mailgun](https://www.mailgun.com) (Transaction email)
- [Postmark](https://postmarkapp.com/) (Transaction email)
- [Namecheap](https://www.namecheap.com) (Domain registrar)
Kembali ke [[index|beranda]].

View File

@ -33,6 +33,8 @@ export default (() => {
<meta property="og:title" content={title} />
<meta property="og:description" content={description} />
{cfg.baseUrl && <meta property="og:image" content={ogImagePath} />}
<meta name="fediverse:creator" content="@rizaldy@edgy.social" />
<link rel="me" href="https://edgy.social/@rizaldy" />
<meta property="og:width" content="1200" />
<meta property="og:height" content="675" />
<link rel="icon" href={iconPath} />