Project Variables
Table of Contents
Project Variables
(defvar wal-sh/base (or (getenv "WAL_SH_BASE") (expand-file-name default-directory)) "Base directory for wal.sh project.") (defvar wal-sh/publishing (or (getenv "WAL_SH_PUBLISHING") "/ssh:www_wal_sh@wal.sh:~/wal.sh/") "Remote publishing directory for wal.sh project.") (defvar wal-sh/local-output (or (getenv "WAL_SH_LOCAL_OUTPUT") (expand-file-name "~/public_html")) "Local output directory for wal.sh project.")