Go to file
jorge 0e140fe686 added mods to template mail content 2024-04-12 11:32:05 +02:00
laescocesa-assets changed logo to assets directory 2023-07-25 21:05:52 +02:00
newsletter-laescocesa-img changed logo to assets directory 2023-07-25 21:04:57 +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 added mods to template mail content 2024-04-12 11:32:05 +02:00
assets added assets 2023-07-14 16:42:08 +02:00
newsletter-laescocesa-template-CONTENT-v02.html modified version 02 of template and content 2023-07-25 20:55:42 +02:00
newsletter-laescocesa-template-CONTENT-v03.html added template 03 with tables so gmail and others show proper design 2023-09-07 15:57:47 +02:00
newsletter-laescocesa-template-CONTENT-v05.html added mods to template mail content 2024-04-12 11:32:05 +02:00
newsletter-laescocesa-template-CONTENT.html separated the html template, the listmonk template and the content design 2023-07-14 17:59:31 +02:00
newsletter-laescocesa-template-v04-castellano.html removed unused templates and updated language options 2023-10-01 15:15:25 +02:00
newsletter-laescocesa-template-v04-catala.html removed unused templates and updated language options 2023-10-01 15:15:25 +02:00
newsletter-laescocesa-template-v04-english.html removed unused templates and updated language options 2023-10-01 15:15:25 +02:00
newsletter-laescocesa-v01.html separated the html template, the listmonk template and the content design 2023-07-14 17:59:31 +02:00
newsletter-laescocesa-v02.html modified version 02 of template and content 2023-07-25 20:55:42 +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.

list of templates

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"