Skip to content

MarErm27/themes

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

GoAdmin Official Themes

中文介绍

How to use

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

import (
	...
	_ "github.com/MarErm27/themes/adminlte"
	...
)

func main()  {
	
	...
	
	cfg := config.Config{
    		...
    		
    		Theme: "adminlte",
    		
    		...
    	}
	
	...
 
}

How to modify and make it work

Use the Makefile under each theme directory.

About

The official ui themes of GoAdmin

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Go 36.9%
  • JavaScript 33.0%
  • CSS 29.4%
  • Makefile 0.7%