Skip to content

danielcaldas/goodguydaniel.com

Repository files navigation

goodguydaniel.com

Blog and Home of Daniel Caldas

Run book

Development

npm run dev

Utils

Auto-generate links in browser

copy(`<a href="${window.location.href}" target="_blank" title="${document.title}">${document.title}</a>`);