Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/zztkm/tsurutatakumi.info


https://github.com/zztkm/tsurutatakumi.info

Last synced: 12 days ago
JSON representation

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 の紹介

### +α 開発プラクティスの共有

```