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
When you want to customize your templates, you have to go to find source and download them. And also the same version. When you are in a stable version, you could find it easy. But for a dev branch, it's not as easy as before.
Since all templates has been embedded in binary, if we can list them and extract them. That's better.
update:
Maybe we could extract template files from a gitea sub command like
When you want to customize your templates, you have to go to find source and download them. And also the same version. When you are in a stable version, you could find it easy. But for a dev branch, it's not as easy as before.
Since all templates has been embedded in binary, if we can list them and extract them. That's better.
update:
Maybe we could extract template files from a gitea sub command like
Then it will load the special template file from binary embbed resources to current directory.
update:
I rename
template
toresource
so that we could also view/extract js/css files to inspect purpose.The text was updated successfully, but these errors were encountered: