You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
jorge 29fe707c70 removed unused templates and updated language options 2 months ago
laescocesa-assets changed logo to assets directory 4 months ago
newsletter-laescocesa-img changed logo to assets directory 4 months ago
.gitignore changed gitignore 5 months ago
LICENSE Initial commit 5 months ago
README.md updated readme 5 months ago
assets added assets 5 months ago
newsletter-laescocesa-template-CONTENT-v02.html modified version 02 of template and content 4 months ago
newsletter-laescocesa-template-CONTENT-v03.html added template 03 with tables so gmail and others show proper design 3 months ago
newsletter-laescocesa-template-CONTENT.html separated the html template, the listmonk template and the content design 5 months ago
newsletter-laescocesa-template-v04-castellano.html removed unused templates and updated language options 2 months ago
newsletter-laescocesa-template-v04-catala.html removed unused templates and updated language options 2 months ago
newsletter-laescocesa-template-v04-english.html removed unused templates and updated language options 2 months ago
newsletter-laescocesa-v01.html separated the html template, the listmonk template and the content design 5 months ago
newsletter-laescocesa-v02.html modified version 02 of template and content 4 months ago

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"