Hacker News new | ask | show | jobs
by chc 4576 days ago
> Seriously, unless you're using your blog as a massive CMS, why not use static files?

Because regenerating the whole site all the time and manually uploading is annoying?

1 comments

because `./build.py; rsync -r site/ site.com:~/site/` is easy?