🍃 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.
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.
- Nuxt 3 (but uses Nuxt 4 experimental features)
- Modules:
i18n
,unocss
,pinia
,image
,icon
,eslint
,floating-vue
and more!
- Modules:
- UnoCSS
- LightningCSS
- FontSource variable fonts
- ESLint
- Bun (
bun run --bun
compatible) - TypeScript
To start development you only need to install Node LTS and Bun latest version, other steps are identical to default Nuxt guide.