- Import the theme
- Set in the global configuration of GoAdmin
package main
import (
	...
	_ "github.com/GoAdminGroup/themes/adminlte"
	...
)
func main()  {
	
	...
	
	cfg := config.Config{
    		...
    		
    		Theme: "adminlte",
    		
    		...
    	}
	
	...
 
}Use the Makefile under each theme directory.