My personal website, integrated with Manfred via GitHub webhooks managed with Azure Functions in lalogo.dev-relay.
This website works thanks to lalogo.dev-relay, a set of Azure Functions that allows to update the website's content by changing the information inside Manfred for the resume and projects and, soon, Notion for the blog
This project uses a .env
file to filter the main projects from the rest of the projects. The variables should look like this:
MAIN_PROJECTS = "mangateca-mango;qbittelegram;the-phpoly;shingeki-no-infinite"
MAIN_PROJECTS
is a string with the names of the main projects separated by a semicolon and slugified.
- The inspiration behind the website structure, michael-andreuzza/swissfolio,
- The link hover effect idea, courtesy of The Web Witch's Blog
- The work experience component, a contribution from midudev/porfolio.dev
- The modal component, provided by markteekman/accessible-astro-components