Hacker News new | ask | show | jobs
by juandazapata 2214 days ago
Grey beard: 1. Opens emacs 2. Writes the post in org-mode 3. Exports to html 4. rsyncs with a remote server
1 comments

This or asciidoc, and I literally just git to my server with post-receive hooks that push to the public webserver dir. No sftp or rsync required.
> with post-receive hooks that push to the public webserver dir

Setting that up is just a different version of doing points 2 through 7 in the grandparent post's list...

(Though your direct parent post also left out the 30 years of "getting emacs set up just the way I like it"...)

You modern hipster