https://github.com/team-durumi/jmssrn
일본군’위안부연구회’ 日本軍「慰安婦」研究会
https://github.com/team-durumi/jmssrn
Last synced: 2 months ago
JSON representation
일본군’위안부연구회’ 日本軍「慰安婦」研究会
- Host: GitHub
- URL: https://github.com/team-durumi/jmssrn
- Owner: team-durumi
- License: mit
- Created: 2021-09-08T03:22:07.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2025-02-06T15:25:38.000Z (3 months ago)
- Last Synced: 2025-02-06T15:30:30.864Z (3 months ago)
- Language: HTML
- Homepage: https://jmssrn.org/
- Size: 69.1 MB
- Stars: 0
- Watchers: 4
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# jmssrn.org | 일본군'위안부' 연구회 홈페이지
## Assets
- https://jmssrn.org/
- https://jmssrn.org/admin
- https://github.com/team-durumi/jmssrn## Dev
```
npm i
go mod init github/team-durumi/tailwind-aa-theme
go mod download
hugo mod get -u
hugo server
```
- 오랜만에 개발 환경 확인할 때
```
hugo mod clean
go mod tidy
```## Netlify build command
```
netlify build command:
hugo mod get -u ./... && hugo --gc --minify
```