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