A blog dedicated to my ramblings, learnings and other things.
To install project dependencies, run the following command:
make install
To build the website, run the following command:
make build
To watch for file changes, run the following command:
make watch
To build website artifact, run the following command:
make artifact
To create a new blog post, run the following command:
POST_TITLE=<some title> make new_post
To convert mp4 (screen recordings) to gifs, run the following command:
VIDEO_INPUT=<some source mp4 file> make mp4_to_gif