https://github.com/goadmingroup/themes
The official ui themes of GoAdmin
https://github.com/goadmingroup/themes
Last synced: 9 months ago
JSON representation
The official ui themes of GoAdmin
- Host: GitHub
- URL: https://github.com/goadmingroup/themes
- Owner: GoAdminGroup
- Created: 2019-10-12T09:34:24.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2024-08-18T00:48:24.000Z (over 1 year ago)
- Last Synced: 2025-04-09T11:03:37.999Z (11 months ago)
- Language: Go
- Homepage: https://www.go-admin.com
- Size: 66.2 MB
- Stars: 16
- Watchers: 3
- Forks: 66
- Open Issues: 10
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# GoAdmin Official Themes
- [adminlte](https://github.com/GoAdminGroup/themes/tree/master/adminlte)
- [sword](https://github.com/GoAdminGroup/themes/tree/master/sword)
[中文介绍](./README_CN.md)
## How to use
- Import the theme
- Set in the global configuration of GoAdmin
```go
package main
import (
...
_ "github.com/GoAdminGroup/themes/adminlte"
...
)
func main() {
...
cfg := config.Config{
...
Theme: "adminlte",
...
}
...
}
```
## How to modify and make it work
Use the Makefile under each theme directory.