Go to file
jorge ffab02a834 added assets 2023-07-14 16:42:08 +02:00
laescocesa-assets ordered images and added proper links 2023-07-14 16:40:22 +02:00
newsletter-laescocesa-img ordered images and added proper links 2023-07-14 16:40:22 +02:00
.gitignore changed gitignore 2023-07-14 16:41:44 +02:00
LICENSE Initial commit 2023-07-11 16:59:37 +02:00
README.md updated readme 2023-07-13 10:15:08 +02:00
assets added assets 2023-07-14 16:42:08 +02:00
newsletter-laescocesa-template-v01.html ordered images and added proper links 2023-07-14 16:40:22 +02:00

README.md

newsletter-templates

this is the repository for the La Escocesa newsletter templates repository.

As for 2023 the running system is an installation of ListMonk managed by Hangar tech.

configuring assets

Because the listmonk is a go app, it needs a proxypass with apache, in order to serve a different static path we need to do an exclusion of the apache proxypass as explained here

add this to your apache config

    ProxyPass /assets !
    Alias /assets "/var/www/laescocesa-assets"