Added more links, upddated TODO

This commit is contained in:
Martin Berg Alstad 2025-02-25 19:33:01 +01:00
parent 83b2b9ac68
commit 16104d12ae
Signed by: martials
GPG Key ID: 706F53DD087A91DE
4 changed files with 30 additions and 15 deletions

30
TODO.md
View File

@ -1,39 +1,39 @@
# TODO
- [ ] License
## Code
- [ ] day.js for dates
- [ ] Nix Shell
- [ ] Analytics
## SSE
- [x] Correct Sitemap.xml
- [x] Correct robots.txt
- [x] Correct security.txt
## SEO
- [ ] Meta tags on each page
## Layout
- [x] Show current page
- [x] Correct bg colour on entire page
- [x] Hamburger menu on mobile
- [ ] Dark mode toggle
- [ ] Navigate using pathname / breadcrumbs
## Accessibility
- [x] Fix colours on buttons
- [x] Correct contrast
- [ ] All interactable elements have labels
- [x] Colour links, also in MDX posts
## I18N
- [ ] Markdown for text
## ~/
- [ ] About me description
- [x] Latest projects
- [x] Non-cat image
- [ ] Limit latest projects to N (5?)
## ~/about
- [ ] About me
## ~/links
- [ ] Add Bluesky link
- [ ] Add MusicBrainz link
- [ ] Add Archidekt link
## ~/projects
- [ ] Translate projects
- [ ] Bachelor project
- [ ] Sparebank1 ActualBudget service
- [ ] More about this website
## ~/slashes
- [ ] List of all slashes

View File

@ -1,5 +1,6 @@
{
"$schema": "https://inlang.com/schema/inlang-message-format",
"archidektMessage": "My MTG cards and decks",
"hiIm": "Hi, I'm",
"position": "Software Engineer",
"aboutMe": "Dedicated developer currently working at Capgemini Bergen.",

View File

@ -1,5 +1,6 @@
{
"$schema": "https://inlang.com/schema/inlang-message-format",
"archidektMessage": "Mine MTG kort og decks",
"hiIm": "Hei, jeg er",
"position": "Programvareutvikler",
"aboutMe": "Engasjert utvikler som for tiden jobber hos Capgemini Bergen.",

View File

@ -13,6 +13,15 @@ export interface MyLink {
}
export default [
{
title: "Archidekt",
url: "https://archidekt.com/u/Emberal",
message: m.archidektMessage(),
},
{
title: "Bluesky",
url: "https://bsky.app/profile/martials.no",
},
{
title: "Codeberg",
url: "https://codeberg.org/martials",
@ -55,6 +64,10 @@ export default [
alt: "Mastodon icon",
},
},
{
title: "ListenBrainz",
url: "https://listenbrainz.org/user/emberal/",
},
{
title: "Pixelfed",
url: "https://pixelfed.social/i/web/profile/261454857934868480",