https://github.com/team-durumi/hugo-theme-tw
hugo theme using tailwindcss
https://github.com/team-durumi/hugo-theme-tw
Last synced: 2 months ago
JSON representation
hugo theme using tailwindcss
- Host: GitHub
- URL: https://github.com/team-durumi/hugo-theme-tw
- Owner: team-durumi
- License: mit
- Created: 2021-11-18T05:19:53.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2022-02-28T01:35:36.000Z (about 3 years ago)
- Last Synced: 2025-01-02T00:43:06.053Z (4 months ago)
- Language: HTML
- Size: 1.46 MB
- Stars: 0
- Watchers: 4
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# hugo theme using tailwindcss
## development
```
$ go version
go version go1.17 linux/amd64 (> 1.12)# Run server.
$ git clone https://github.com/team-durumi/hugo-theme-tw.git
$ cd hugo-theme-tw/exampleSite
$ npm i && hugo serve
# open http://localhost:1313
```