Hacker News new | ask | show | jobs
by jimmyechan 882 days ago
Woa! That's quite a bit. What do you use for your static site generator? Or is a custom tool you built for yourself?

Curious, how do you organize or keep track of all your scripts? I assume you have them easily accessible so you can trigger them quickly?

1 comments

It’s my own SSG: https://github.com/nicbou/ursus/. I edit text for a living so the effort was worth it.

As for organisation, they are usually in the ./scripts directory of their respective projects. Generic ones are in my dotfiles: https://github.com/nicbou/dotfiles