https://github.com/yutopp/website
https://github.com/yutopp/website
Last synced: about 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/yutopp/website
- Owner: yutopp
- Created: 2017-12-31T21:51:43.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2018-12-31T03:07:13.000Z (over 6 years ago)
- Last Synced: 2025-01-20T10:48:59.388Z (4 months ago)
- Language: CSS
- Homepage: https://yutopp.net/
- Size: 53.7 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# yutopp.net
## webpage
### dev
```
sass --scss --watch src/sass:static/style
hugo server
```## builder
### build image
```
docker build -t yutopp/yutopp.net-builder:latest _builder
docker push yutopp/yutopp.net-builder:latest
```