-
Notifications
You must be signed in to change notification settings - Fork 0
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[v2] add custom page features #19
Merged
Merged
+868
−43
Conversation
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
The latest updates on your projects. Learn more about Vercel for Git ↗︎
|
nabi-chan
force-pushed
the
feature/custom-pages
branch
from
May 24, 2024 16:47
a58c2cd
to
306c883
Compare
nabi-chan
added a commit
that referenced
this pull request
May 24, 2024
* [v2] initial commit * chore: add .vscode setting * [v2] add global layout (#14) - 어드민 / 사이트 레이아웃 추가 * chore: drop prisma migration * chore: add styled-components support * chore: update supabase type * [v2] 블로그 기능을 추가 (#16) - [x] 에디터 정하기 - [x] AST를 렌더링 하는 기능 추가하기 - [x] API 연결하기 * docs: update README.md * [v2] fix blog issues (#17) - [x] 브라우저가 다크모드일때 컨텐츠가 검정색으로 나오는 이슈 - [x] github-markdown-css를 styled-components로 이동 - [x] 좁은 뷰포트에서 블로그 네비바가 깨지는 문제를 해결 - [x] Github Callout - [x] Github에 하드링크된 코드 제거 * [v2] patch bezier-react (#18) - bezier react 내 오류로 인해 콘솔에 오류가 뜨는 문제를 해결합니다. - bezier react 의 버전을 2.0.6으로 업데이트 합니다. channel-io/bezier-react#2238 (comment) * [v2] add custom page features (#19) * [v2] allow raw html in markdown (#20) # In this PR... - raw한 html을 마크다운 파일에서 받았을 때, 이를 렌더링 할 수 있도록 합니다. * [v2] fix invalidate post query not working * [v2] add deleting feature (#21) ## Whats in this PR... - 페이지를 삭제하는 기능을 추가 - 블로그 글을 삭제하는 기능을 추가 * [v2] fix shikijs style and transformers
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
No description provided.