Skip to content

Latest commit

 

History

History
20 lines (14 loc) · 258 Bytes

README.md

File metadata and controls

20 lines (14 loc) · 258 Bytes

Danieldemmel.me

A new incarnation of my personal website and blog, using Next.js.

Development

nvm use
yarn install
yarn dev

Notes

Convert images to WebP:

cwebp -lossless image.png -o image.webp
cwebp image.jpg -o image.webp