Hacker News new | ask | show | jobs
by richardknop 3275 days ago
Static website? Just write HTML files in text editor and copy to a server running nginx via ftp.

If you are going to make changes to the website often, add an extra step for creating git repository and instead of using FTP to push files to server just pull from git.

1 comments

What are the friction points in your workflow?