Skip to content

Latest commit

 

History

History
33 lines (20 loc) · 909 Bytes

README.md

File metadata and controls

33 lines (20 loc) · 909 Bytes

portfolio

Netlify Status

This is my portfolio. I used Svelte, SvelteKit and TailwindCSS to build it 🎉.

It's a PWA (Progressive Web Application) that can be used offline :

LightHouse results

This website is also my personal blog.

Drone

I created a tool to help me automate some tasks. It can be run with the following command:

Create an article

node drone generate-article 'The title of the blog post'

Refresh article publication date

node drone update-article-datetime 'The title of the blog post'

Create a note

node drone create-note