Skip to content

Commit

Permalink
버전업 & 홈페이지 변경 (#12)
Browse files Browse the repository at this point in the history
* chore: bump biome

* chore: bump docusaurus

* feat: 여러가지s...
  • Loading branch information
junghyeonsu authored Oct 3, 2024
1 parent 92ec9ba commit 1db0fc1
Show file tree
Hide file tree
Showing 11 changed files with 1,666 additions and 720 deletions.
2 changes: 1 addition & 1 deletion biome.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"$schema": "https://biomejs.dev/schemas/1.3.3/schema.json",
"$schema": "https://biomejs.dev/schemas/1.9.3/schema.json",
"vcs": {
"enabled": true,
"clientKind": "git",
Expand Down
4 changes: 4 additions & 0 deletions blog/authors.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,10 @@
title: Frontend Engineer @ Daangn
url: https://github.com/junghyeonsu
image_url: https://github.com/junghyeonsu.png
socials:
linkedin: hyeonsu-jung-5483911a5
github: junghyeonsu
blog: https://junghyeonsu.com/

변성윤:
name: 변성윤
Expand Down
5 changes: 2 additions & 3 deletions docusaurus.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,6 @@ const config: Config = {
// Replace with your project's social card
image: "img/geultto-social-card.png",
navbar: {
title: "글또",
logo: {
alt: "글또 Logo",
src: "img/logo.svg",
Expand All @@ -66,7 +65,7 @@ const config: Config = {
type: "docSidebar",
sidebarId: "tutorialSidebar",
position: "left",
label: "글또 소개",
label: "가이드",
},
{ to: "/blog", label: "블로그", position: "left" },
{
Expand Down Expand Up @@ -111,7 +110,7 @@ const config: Config = {
// ],
// },
// ],
copyright: "Copyright © 2017 글또",
copyright: "Copyright © 2024 글또",
},
prism: {
theme: prismThemes.github,
Expand Down
14 changes: 7 additions & 7 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,20 +16,20 @@
"typecheck": "tsc"
},
"dependencies": {
"@docusaurus/core": "^3.2.1",
"@docusaurus/plugin-google-gtag": "^3.2.1",
"@docusaurus/preset-classic": "^3.2.1",
"@docusaurus/core": "^3.5.2",
"@docusaurus/plugin-google-gtag": "^3.5.2",
"@docusaurus/preset-classic": "^3.5.2",
"@mdx-js/react": "^3.0.0",
"clsx": "^2.0.0",
"prism-react-renderer": "^2.3.0",
"react": "^18.0.0",
"react-dom": "^18.0.0"
},
"devDependencies": {
"@biomejs/biome": "^1.4.1",
"@docusaurus/module-type-aliases": "^3.2.1",
"@docusaurus/tsconfig": "^3.2.1",
"@docusaurus/types": "^3.2.1",
"@biomejs/biome": "^1.9.3",
"@docusaurus/module-type-aliases": "^3.5.2",
"@docusaurus/tsconfig": "^3.5.2",
"@docusaurus/types": "^3.5.2",
"typescript": "~5.2.2"
},
"browserslist": {
Expand Down
2 changes: 1 addition & 1 deletion docs/intro.md → src/pages/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -105,4 +105,4 @@ last_update:
- 주변 지인분들을 돕기 위해 + 빡세게 관리하기 위해 예치금을 건 글또를 만들었습니다. 예치금을 건 이유는 저도 마음 고생하지 않고, 작성하지 않은 경우 글을 차감하고 끝(닦달하지 않고)
- 2기, 3기를 하며 많은 분들의 이야기를 듣고, 글또 분들이 성장할 수 있는 커뮤니티로 확장하려고 합니다. 발표 지원, 모각글 등을 할 예정이에요
- 글 쓰는 개발자 모임이 많이 생기면 좋겠습니다. 꼭 글또가 아니여도, 주변 지인들을 모아 할 수 있도록 저희의 시스템을 모두 공유합니다. 다만 글또를 참고했다 정도로 작성해주시면 좋을 것 같아요 :)
- 만들고 싶은 것은 "따뜻한 공간"입니다. 조금이나마 많은 분들에게 따뜻함을 드릴 수 있으면 좋겠어요
- 만들고 싶은 것은 "따뜻한 공간"입니다. 조금이나마 많은 분들에게 따뜻함을 드릴 수 있으면 좋겠어요
12 changes: 0 additions & 12 deletions src/pages/index.module.css

This file was deleted.

30 changes: 0 additions & 30 deletions src/pages/index.tsx

This file was deleted.

7 changes: 0 additions & 7 deletions src/pages/markdown-page.md

This file was deleted.

15 changes: 0 additions & 15 deletions src/theme/BlogListPage/StructuredData/index.tsx

This file was deleted.

2 changes: 0 additions & 2 deletions src/theme/BlogListPage/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,6 @@ import { HtmlClassNameProvider, PageMetadata, ThemeClassNames } from "@docusauru
import useDocusaurusContext from "@docusaurus/useDocusaurusContext";

import type { Props } from "@theme/BlogListPage";
import BlogListPageStructuredData from "@theme/BlogListPage/StructuredData";
import Layout from "@theme/Layout";
import SearchMetadata from "@theme/SearchMetadata";
import styles from "./styles.module.css";
Expand Down Expand Up @@ -98,7 +97,6 @@ export default function BlogListPage(props: Props): JSX.Element {
return (
<HtmlClassNameProvider className={clsx(ThemeClassNames.wrapper.blogPages, ThemeClassNames.page.blogListPage)}>
<BlogListPageMetadata {...props} />
<BlogListPageStructuredData {...props} />
<BlogListPageContent {...props} />
</HtmlClassNameProvider>
);
Expand Down
Loading

0 comments on commit 1db0fc1

Please sign in to comment.