Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/zztkm/tsurutatakumi.info
https://github.com/zztkm/tsurutatakumi.info
Last synced: 12 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/zztkm/tsurutatakumi.info
- Owner: zztkm
- Created: 2021-08-26T18:20:45.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2024-09-29T01:46:38.000Z (3 months ago)
- Last Synced: 2024-12-20T23:29:54.888Z (16 days ago)
- Language: JavaScript
- Homepage: https://tsurutatakumi.info
- Size: 5.4 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 5
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Open Sea
おれのホームページ
## Theme color
https://coolors.co/palette/227c9d-17c3b2-ffcb77-fef9ef-fe6d73
## Development
```shell
make dev
```## Build website
```shell
./scripts/build.sh
```dist/index.html をブラウザで開くと確認できます
## Project structure
```
.
├── README.md
├── config.toml
├── dist
│ └── index.html
├── index.md
├── scripts
│ └── build.sh
└── vss
```## Slide
use: https://revealjs.com/
`` と本文の間には改行が必要!
```markdown
# 知ってると便利な git command の紹介
### +α 開発プラクティスの共有
```