@marcocevoli
@pamtbaau
I'm brand new to GRAV, but I'm finding it very much to my liking. I too opted for the Quark Open Publishing theme and installed the skeleton on my linux server. I needed to change the icon over to something that my site could use and I wanted to ditch the link to the repository on the top menu bar as I'm using git to backup my pages for personal reasons rather than for open publishing (which I think is a pretty cool idea).
I have a user named grav and the grav install is parked under that user account. I first moved files over from the Quark Open Publishing install over to mytheme:
cd home/grav/www/html/user/themes/quark-open-publishing/templates
cp -r * /home/grav/www/html/user/themes/mytheme/templates
Then I went to edit the twig file with the link to the svg.
nano /home/grav/www/html/user/themes/mytheme/templates/partials/base.html.twig
In nano I just pressed control-w to search for the svg string to find the icon link and change it. BTW Affinity Designer made me look like I knew what I was doing in taking the GRAV logo and modifying it for my use. 😎
To get rid of the Git repo icon and link on the menubar, I modified the git_sync_repo_link.html.twig file:
nano /home/grav/www/html/user/themes/mytheme/templates/partials git_sync_repo_link.html.twig
I just wrapped the entire contents of the file with twig comment markers:
{# and #}
I'm not used to the discourse forum, but I hope that this post is helpful to somebody and that I got the formatting right. 🔧🔩