https://github.com/matchaism/website
https://github.com/matchaism/website
bootstrap css html javascript
Last synced: 5 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/matchaism/website
- Owner: matchaism
- Created: 2021-03-02T15:34:47.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2026-01-11T01:08:23.000Z (6 months ago)
- Last Synced: 2026-01-11T04:18:26.213Z (6 months ago)
- Topics: bootstrap, css, html, javascript
- Language: HTML
- Homepage: https://portal.matchaism.net
- Size: 10.9 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 5
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Matchaism Portal
[](https://github.com/matchaism/website/actions/workflows/pages/pages-build-deployment) [](https://github.com/matchaism/website/actions/workflows/get-atcoder-user-history-json.yml)
[Matchaism Portal](https://portal.matchaism.net/)で公開
## Development
### `./*.html`
基本となるページはすべてここにある.英語版は`./eng/`直下にまとめている.
### `./(lifehack|work)/*.html`
制作物(lifehack|work)の詳細を紹介するページはここにある.`./work.html`からジャンプできる.
### `./component/`
- `./component/header.html`: 各種ページ上部のヘッダー
- `./component/(lifehack|work)/`: `./work.html`に掲載するworkやlifehackの中身はここ
## Deploy
- deployブランチでpushが発生すると,Actionsが実行
- get-atcoder-user-history-jsonの実行 (build)
- GitHub Pagesの更新 (build-deploy)
- 指定したタイミングでActionsが自動で実行
- get-atcoder-user-history-json (JST 02:00 Monday)
### Procedure
1. Develop
2. Commit changes to local develop branches
3. Merge into local master branch
4. Push and update remote main branch
5. Merge remote main branch into remote deploy branch
6. Will run actions automatically to deploy