No description
  • Astro 77.2%
  • TypeScript 17.3%
  • JavaScript 3%
  • CSS 2.5%
Find a file
slaxeea 9eedbc6140
All checks were successful
CI / check-astro (push) Successful in 3m23s
remove og-image
2026-02-13 23:19:53 +01:00
.github/workflows upgrade node version 2026-02-13 18:02:26 +01:00
public remove og-image 2026-02-13 23:19:53 +01:00
src add new posts ip12 and ip34 2026-02-13 22:25:55 +01:00
.eslintrc.js Initial commit 2024-06-11 22:08:09 +02:00
.gitattributes Initial commit 2024-06-11 22:08:09 +02:00
.gitignore changed gradient direction 2025-06-30 17:57:33 +02:00
.nvmrc Initial commit 2024-06-11 22:08:09 +02:00
.prettier.config.cjs Initial commit 2024-06-11 22:08:09 +02:00
astro.config.mjs 2026 update 2026-02-13 17:57:27 +01:00
LICENSE Initial commit 2024-06-11 22:08:09 +02:00
package-lock.json add package-lock.json 2026-02-13 18:26:47 +01:00
package.json add astro/check 2026-02-13 18:25:44 +01:00
README.md modify README.md 2025-06-30 18:00:03 +02:00
tailwind.config.cjs Initial commit 2024-06-11 22:08:09 +02:00
tsconfig.json Initial commit 2024-06-11 22:08:09 +02:00

Portfolio

themes can be configured on the src/data/theme.ts file.

Usage

  • Modify all the information in the files in the data folder (presentation, social links, projects list, colors).
  • Write articles in markdown format in the content/posts folder.

Commands

Command Action
npm install Installs dependencies
npm run dev Starts local dev server at localhost:4321
npm run build Build your production site to ./dist/
npm run preview Preview your build locally, before deploying
npm run astro ... Run CLI commands like astro add, astro check
npm run astro -- --help Get help using the Astro CLI