Changing logo instructions are not clear
See original GitHub issueI cloned the repo, and changed the /src/main/resources/logo.svg file to something custom.
However, after building a Docker image, and running it, I’m still getting the default Scoold logo.
I also tried using para.logo_url = "/logo.svg"
.conf file, but this results in no logo being displayed at all.
How should I change the logo?
Issue Analytics
- State:
- Created 2 years ago
- Comments:6 (6 by maintainers)
Top Results From Across the Web
Logo - Quick Guide - Tutorialspoint
Click a line in the history to make it jump to the respective command line, then we can make changes (if required). Once...
Read more >Logo Tutorial - Brown CS
The simple Logo drawing commands move the turtle forward and backward and turn it right or left. The commands and their abbreviations are...
Read more >Set Pen Size and Pen Color using menu and commands
Pen color and Pen size in logo can be changes in two ways, one by set option of menu and two by logo...
Read more >UT Dallas LOGO Workshop
Basic Logo Commands: ... Sets position of turtle to new values of X and Y ... Use cs command to clear the screen...
Read more >BERKELEY LOGO 6.2
However, if a Logo instruction includes an unquoted word that is not the name of a procedure, Logo could look for a variable...
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
Oh, so ‘/‘ path refers to the ‘resources’ directory in the code repo. Got it, thanks.
That’s a feature in Scoold Pro - you can upload an image for the logo. But in your case, changing
"/logo.svg"
to"/images/logo.svg"
should do the trick.