Translatable service name using lektor_service_name plugin
Implements per-language site name by:
- Creating the
lektor_service_nameplugin. - Ensuring that all
LEKTOR_SERVICE_NAME_environment variables are exported during build time atscripts/env. - Changing content and template files use
service_name(this.alt)instead ofenvvars('SERVICE_NAME).
Closes #52 (closed).
Edited by Silvio Rhatto