Skip to content

goude/goude.github.io

Repository files navigation

goude.se

Personal site built with Astro 5 and TypeScript.

Stack

  • Framework: Astro 5
  • Language: TypeScript (strict mode)
  • Styling: Tufte-inspired CSS, et-book fonts
  • Deploy: GitHub Pages

Development

# Install dependencies
npm install

# Start dev server
npm run dev

# Type check
npm run check

# Build for production
npm run build

# Preview production build
npm run preview

Project Structure

src/
├── components/     # Reusable Astro components
├── layouts/        # Page layouts
├── pages/          # File-based routing
├── styles/         # Global CSS
├── types/          # TypeScript type definitions
└── utils/          # Utility functions

Features

  • Dark/light theme with system preference detection
  • ISO week display (Swedish standard)

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 2

  •  
  •