Skip to content

daaain/danieldemmel.me-next

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

54 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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