No description https://neifler.de
  • Astro 92.2%
  • TypeScript 5.6%
  • JavaScript 1.4%
  • CSS 0.6%
  • JSON-with-Comments 0.2%
Find a file
IC3P3 223064f553
All checks were successful
Deploy / deploy (push) Successful in 25s
Changed text from homelab
2026-05-16 18:32:00 +02:00
.forgejo/workflows Updated used pnpm version 2026-05-15 21:03:36 +02:00
.vscode Initial commit from Astro 2026-02-26 20:27:48 +01:00
public favicon again not working 2026-04-01 09:24:26 +02:00
src Changed text from homelab 2026-05-16 18:32:00 +02:00
.editorconfig Added some qc tooling and removed unneeded files 2026-03-30 21:40:39 +02:00
.gitattributes Made some adjustments to cv 2026-03-30 22:09:49 +02:00
.gitignore Initial commit from Astro 2026-02-26 20:27:48 +01:00
.prettierrc Added some qc tooling and removed unneeded files 2026-03-30 21:40:39 +02:00
astro.config.mjs Added English to i18n 2026-05-16 17:21:40 +02:00
eslint.config.mjs Added some qc tooling and removed unneeded files 2026-03-30 21:40:39 +02:00
lefthook.yml Added some qc tooling and removed unneeded files 2026-03-30 21:40:39 +02:00
mise.toml Updated used pnpm version 2026-05-15 21:03:36 +02:00
package.json Updated astro to 6.3.3 2026-05-15 21:28:08 +02:00
pnpm-lock.yaml Added skills section 2026-05-15 23:52:21 +02:00
pnpm-workspace.yaml Updated used pnpm version 2026-05-15 21:08:21 +02:00
README.md Added skills section 2026-05-15 23:52:21 +02:00
tsconfig.json Initial commit from Astro 2026-02-26 20:27:48 +01:00

Personal Website

My personal portfolio site built with Astro and Tailwind CSS.

Stack

Project Structure

src/
├── components/       # Astro components
├── content/          # Markdown content collections
│   ├── experience/
│   ├── projects/
│   └── skills/
├── i18n/             # Locale strings
├── layouts/          # Page layouts
├── pages/            # Routes
├── scripts/          # TypeScript scripts
├── styles/           # Global styles
├── types/            # TypeScript types
└── content.config.ts # Content collection schemas

Commands

Command Action
pnpm dev Start dev server at localhost:4321
pnpm build Build to ./dist/
pnpm preview Preview the production build
pnpm format Format with Prettier
pnpm lint Lint with ESLint
pnpm knip Check for unused exports and files