-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* Add: 프로젝트 캠프 1주차 리뷰 작성 * Update: last modified 날짜 추가 * Update: 수업 사진 추가 및 사진 alt text 수정 * Update: FontAwesomeIcon 대체 - 초기 렌더링 문제 방지 * Update: ProfileImage 숨기기 * Fix: 이미지 크기에 따른 모바일 화면 overflow 오류 해결 * Add: Next.js 프로젝트 캠프 2주차 내용 작성 * Add: 'nextjs' 태그 추가 * Update: 커버 이미지 변경 * Change: 폴더 날짜 변경 * Add: 이미지 추가 * Add: 프로젝트 캠프 3주차 리뷰 작성 * Update: 오탈자 수정 및 hydration 참고 링크 추가 * Update: auth 기본 설명 수정 * Add: 사용자 인증 내용 추가 * Update: 사용자 인증 내용 수정 * Change: 프로젝트 카테고리; Course -> Camp * Update: 앱 라우터 그룹 참고 내용 추가 * Change: 폴더 날짜 변경 * Pull (#11) * Writing (#10) * Add: 프로젝트 캠프 1주차 리뷰 작성 * Update: last modified 날짜 추가 * Update: 수업 사진 추가 및 사진 alt text 수정 * Update: FontAwesomeIcon 대체 - 초기 렌더링 문제 방지 * Update: ProfileImage 숨기기 * Fix: 이미지 크기에 따른 모바일 화면 overflow 오류 해결 * Add: Next.js 프로젝트 캠프 2주차 내용 작성 * Add: 'nextjs' 태그 추가 * Update: 커버 이미지 변경 * Change: 폴더 날짜 변경 * Add: 이미지 추가 * Add: 프로젝트 캠프 3주차 리뷰 작성 * Update: 오탈자 수정 및 hydration 참고 링크 추가 * Update: auth 기본 설명 수정 * Add: 사용자 인증 내용 추가 * Update: 사용자 인증 내용 수정 * Change: 프로젝트 카테고리; Course -> Camp * Update: 앱 라우터 그룹 참고 내용 추가 * Change: 폴더 날짜 변경 * Delete contents/2024-06-07 directory 중복 디렉토리 삭제 * Update: post table style * Add: 4주차 프로젝트 진행 리뷰 작성 * Update: 날짜 수정 * Update: 폴더 날짜 수정 * chore: change emoji * chore: add favicon * chore: change input checkbox * write: 프로젝트 캠프 5주차 리뷰 작성 * style: 다크 모드 적용 (#15) * Writing (#14) * chore: change emoji * chore: add favicon * chore: change input checkbox * write: 프로젝트 캠프 5주차 리뷰 작성 * [Style] useDarkMode 훅 추가 * [Style] flex 스타일 수정 * [Feat] 테마 토글 버튼 컴포넌트 추가 * [Style] prefer-color-scheme 스타일 적용 * chore * chore: 수정 * write: 오류 해결 과정 정리글 작성 * write: 프로젝트 캠프 6주차 진행 과정 리뷰 작성 * chore: update tag * style: update * write: dark-mode context * Merge * Merge * Merge * fix: delete replicate * fix: bold in table * chore: change image file format (png -> jpg) & update posts * write: about add dark mode toggle function in blog * refactor: separate icons * write: 프로젝트 넷째주 진행 리뷰 작성 * . * try to fix: build error * try to fix:: * try to fix:: * fix:replace code -> image * write: change post title * upload only post of 24-07-11 * . * add
- Loading branch information
1 parent
af43b88
commit 103fa91
Showing
8 changed files
with
535 additions
and
433 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,12 +1,12 @@ | ||
{ | ||
"printWidth": 80, | ||
"tabWidth": 2, | ||
"useTabs": false, | ||
"semi": false, | ||
"singleQuote": true, | ||
"useTabs": true, | ||
"semi": true, | ||
"singleQuote": false, | ||
"quoteProps": "as-needed", | ||
"trailingComma": "all", | ||
"bracketSpacing": true, | ||
"arrowParens": "avoid", | ||
"endOfLine": "lf" | ||
} | ||
"endOfLine": "crlf" | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Binary file not shown.
Oops, something went wrong.