add layout and home page

This commit is contained in:
Benjamin Palko 2025-01-21 12:42:10 -05:00
parent f52b02db02
commit bcf2188b87
16 changed files with 126 additions and 3 deletions

View file

@ -0,0 +1 @@
export * from './links';

View file

@ -0,0 +1,6 @@
export const Links = {
github: 'https://github.com/BenjaminPalko',
itch: 'https://baobeld.itch.io/',
kofi: 'https://ko-fi.com/baobeld',
linkedin: 'https://www.linkedin.com/in/benjaminpalko/'
};