easy-hugo 里设置的 easy-hugo-root 这个值是作什么用的呢?

不知它是干什么的,随便设个值好似也不报错,它到底是干什么的呢?

Read The Fucking Source Code

easy-hugo-publish 函数内,看样子是用来指定远端 rsync 路径的。

(call-process "rsync"
			    nil
			    "*hugo-rsync*"
			    t
			    easy-hugo-rsync-flags
			    (concat "--chmod=" easy-hugo-publish-chmod)
			    "--delete"
			    easy-hugo-rsync-delete-directory
			    (concat easy-hugo-sshdomain ":" (shell-quote-argument easy-hugo-root)))

如此看来,变量名设置得不太合理, 应该叫 easy-hugo-ssh-remote-root