Skip to content
/ website Public

πŸƒ Simple portfolio page made in synergy with Bun & Nuxt 3 (compatable with 4)

Notifications You must be signed in to change notification settings

27rogi/website

Folders and files

NameName
Last commit message
Last commit date

Latest commit

5f07300 Β· Mar 20, 2025

History

87 Commits
Mar 5, 2025
Jan 2, 2025
Feb 27, 2025
Jan 9, 2025
Jun 17, 2024
Jan 9, 2025
Jan 9, 2025
Jan 9, 2025
May 11, 2024
Aug 2, 2024
Mar 20, 2025
Feb 27, 2025
Jan 20, 2025
Mar 20, 2025
Mar 20, 2025
Jun 1, 2024
Jan 2, 2025
May 11, 2024
Mar 20, 2025
Mar 20, 2025
May 11, 2024
Mar 20, 2025
Jan 9, 2025

Repository files navigation

πŸƒ rogi#su

This is a portfolio website that I made to list all of my most notable projects and also give small glimpse into my skills and career. I decided to use Nuxt for fast and painless development. The color palette of this website mostly features Green Spring tones with some darker variations. Most of the styles are written using UnoCSS with Tailwind preset and directives.

Bun experiment

The latest generation of my website is built with Bun and uses its environment implementation, Docker builds also use special Nitro preset made to work with Bun. Due to this radical approach some features might not work on Node or vice versa. If you notice some issues with the website you can create an issue.

Built with

  • Nuxt 3 (but uses Nuxt 4 experimental features)
    • Modules: i18n, unocss, pinia, image, icon, eslint, floating-vue and more!
  • UnoCSS
  • LightningCSS
  • FontSource variable fonts
  • ESLint
  • Bun (bun run --bun compatible)
  • TypeScript

Development

To start development you only need to install Node LTS and Bun latest version, other steps are identical to default Nuxt guide.