Skip to content

Latest commit

 

History

History
43 lines (26 loc) · 569 Bytes

README.md

File metadata and controls

43 lines (26 loc) · 569 Bytes

GoAdmin Official Themes

中文介绍

How to use

  • Import the theme
  • Set in the global configuration of GoAdmin
package main

import (
	...
	_ "github.com/Lifelong-Study/themes/adminlte"
	...
)

func main()  {

	...

	cfg := config.Config{
    		...

    		Theme: "adminlte",

    		...
    	}

	...

}

How to modify and make it work

Use the Makefile under each theme directory.