You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
After translation, I want to configure the lithophane so it fits on my site.
How do you want this? I would just add some javascript variables to set title and logo.
However, I would like to point to the original too, so to your version. Perhaps a footer or something to point to your website in English? Other ideas?
So I would do:
add a lithophane-config.js
2 there some variables:
var SiteUrl = "http://3dp.rocks/lithophane/";
var SiteTitle = "3DP Rocks - Lithophane generator"
var SiteLogo = "images/logo.png";
and then I investigate how I can set those from that javascript in index.html. On a local install, one then just has to update this lithophane-config.js to ones own settings.
The text was updated successfully, but these errors were encountered:
After translation, I want to configure the lithophane so it fits on my site.
How do you want this? I would just add some javascript variables to set title and logo.
However, I would like to point to the original too, so to your version. Perhaps a footer or something to point to your website in English? Other ideas?
So I would do:
2 there some variables:
var SiteUrl = "http://3dp.rocks/lithophane/";
var SiteTitle = "3DP Rocks - Lithophane generator"
var SiteLogo = "images/logo.png";
and then I investigate how I can set those from that javascript in index.html. On a local install, one then just has to update this lithophane-config.js to ones own settings.
The text was updated successfully, but these errors were encountered: