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

https://github.com/0xtadash1/blog

Blog; Next.js, Chakra UI
https://github.com/0xtadash1/blog

Last synced: 3 months ago
JSON representation

Blog; Next.js, Chakra UI

Awesome Lists containing this project

README

        

# 0xT's Blog

- Next.js

## Dev

- yarn v1

### Linter/Formatter

- Commitlint
- `type(scope?): subject`
- Types (default + `post` for blog post)
- build
- chore
- ci
- docs
- feat
- fix
- perf
- **post**
- refactor
- revert
- style
- test
- ESLint
- `.ts`, `.tsx`
- Prettier
- `.json`
- `.css`
- `.scss`
- Remark
- `.md`
- Markdownlint
- `.md`
- Textlint
- `.md`

### Style

#### All File Types

- Line width: 100

#### Markdown

- OrderdList: `one`
- LineBreak: `\`
- Others