Skip to content

Commit

Permalink
chore(img): add my avatar image
Browse files Browse the repository at this point in the history
  • Loading branch information
froggy1014 committed Jan 30, 2025
1 parent 3a376b7 commit 88d4a12
Show file tree
Hide file tree
Showing 16 changed files with 2 additions and 4 deletions.
2 changes: 1 addition & 1 deletion docusaurus.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,7 @@ const config: Config = {
],
],
themeConfig: {
image: "https://avatars.githubusercontent.com/u/76844856?v=4",
image: "https://froggy1014.github.io/static/img/avatar.webp",
colorMode: {
defaultMode: "dark",
},
Expand Down
4 changes: 1 addition & 3 deletions src/components/ProfileSection.tsx
Original file line number Diff line number Diff line change
@@ -1,8 +1,6 @@
import Link from "@docusaurus/Link";
import { useThemeConfig } from "@docusaurus/theme-common";
import useBaseUrl from "@docusaurus/useBaseUrl";

import useDocusaurusContext from "@docusaurus/useDocusaurusContext";
import {
GitHubLogoIcon,
InstagramLogoIcon,
Expand All @@ -15,7 +13,7 @@ export default function ProfileSection() {
const themeConfig = useThemeConfig();

const name = "Jeongmin Lee";
const avatarUrl = useBaseUrl(themeConfig.image || "/img/avatar.jpg");
const avatarUrl = useBaseUrl(themeConfig.image || "/img/avatar.webp");
const bio =
"블리딩엣지에 서서 꾸준한 페이스로 완주까지 하고 싶은 프론트엔드 개발자 이정민입니다.";

Expand Down
Binary file removed static/img/9111275_github_icon.png
Binary file not shown.
Binary file removed static/img/android-chrome-192x192.png
Binary file not shown.
Binary file removed static/img/android-chrome-512x512.png
Binary file not shown.
Binary file removed static/img/apple-touch-icon.png
Binary file not shown.
Binary file added static/img/avatar.webp
Binary file not shown.
Binary file removed static/img/blog-profile.jpg
Binary file not shown.
Binary file removed static/img/calendar_thumnail.png
Binary file not shown.
Binary file removed static/img/evan-blog-og.jpg
Binary file not shown.
Binary file removed static/img/evan.png
Binary file not shown.
Binary file removed static/img/github.png
Binary file not shown.
Binary file removed static/img/incourse_thumnail.png
Binary file not shown.
Binary file removed static/img/nailofnail_thumnail.png
Binary file not shown.
Binary file removed static/img/place_thumbnail.png
Binary file not shown.
Binary file removed static/img/swipejeju_thumnail.png
Binary file not shown.

0 comments on commit 88d4a12

Please sign in to comment.