Skip to content

Translatable service name using lektor_service_name plugin

Implements per-language site name by:

  • Creating the lektor_service_name plugin.
  • Ensuring that all LEKTOR_SERVICE_NAME_ environment variables are exported during build time at scripts/env.
  • Changing content and template files use service_name(this.alt) instead of envvars('SERVICE_NAME).

Closes #52 (closed).

Edited by Silvio Rhatto

Merge request reports