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
- Host: GitHub
- URL: https://github.com/0xtadash1/blog
- Owner: 0xTadash1
- Created: 2021-12-23T05:51:53.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2021-12-23T05:52:45.000Z (over 3 years ago)
- Last Synced: 2024-01-22T23:26:08.426Z (over 1 year ago)
- Language: TypeScript
- Homepage: blog-0xtadash1.vercel.app
- Size: 175 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 5
-
Metadata Files:
- Readme: README.md
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