diff options
author | Sacha Chua <sacha@sachachua.com> | 2023-10-20 12:47:43 -0400 |
---|---|---|
committer | Sacha Chua <sacha@sachachua.com> | 2023-10-20 12:47:43 -0400 |
commit | dad54555a6682b32682977bea7823eb26b9ba088 (patch) | |
tree | b588356e9f555bd7d19e6d60d1bcaf8ef7c3808c /roles/publish | |
parent | df15d8d56324d2129823cfaf0b50f6f08c220071 (diff) | |
download | emacsconf-ansible-dad54555a6682b32682977bea7823eb26b9ba088.tar.xz emacsconf-ansible-dad54555a6682b32682977bea7823eb26b9ba088.zip |
update caption dir and assets dir
Diffstat (limited to 'roles/publish')
-rw-r--r-- | roles/publish/templates/emacsconf-config.el | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/roles/publish/templates/emacsconf-config.el b/roles/publish/templates/emacsconf-config.el index 9acad16..0c7a80b 100644 --- a/roles/publish/templates/emacsconf-config.el +++ b/roles/publish/templates/emacsconf-config.el @@ -25,8 +25,8 @@ (setq emacsconf-res-dir "/data/{{ emacsconf_id }}/{{ emacsconf_year}}") (setq emacsconf-cache-dir "/data/{{ emacsconf_id }}/cache") (setq emacsconf-stream-host "localhost") -(setq emacsconf-stream-overlay-dir "/data/emacsconf/overlays") -(setq emacsconf-stream-asset-dir "/data/emacsconf/assets") +(setq emacsconf-stream-overlay-dir "{{ emacsconf_caption_dir }}/assets/overlays") +(setq emacsconf-stream-asset-dir "{{ emacsconf_caption_dir }}/assets") {% else %} (setq emacsconf-res-dir (format "/ssh:orga@res.emacsconf.org:/data/emacsconf/%s" emacsconf-year)) {% endif %} |