https://github.com/team-durumi/hugo-record
기록을 관리하는 hugo-theme
https://github.com/team-durumi/hugo-record
Last synced: 2 months ago
JSON representation
기록을 관리하는 hugo-theme
- Host: GitHub
- URL: https://github.com/team-durumi/hugo-record
- Owner: team-durumi
- License: mit
- Created: 2022-11-01T07:33:09.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2022-11-01T07:33:11.000Z (over 2 years ago)
- Last Synced: 2025-01-02T00:43:06.222Z (4 months ago)
- Language: HTML
- Size: 30.3 KB
- 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
```