Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
O-h-y-o committed Jul 5, 2023
1 parent 95b7f6c commit fd2521d
Show file tree
Hide file tree
Showing 10 changed files with 305 additions and 77 deletions.
1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@
"typescript": "^5.1.3",
"vue": "^3.3.4",
"vuepress": "2.0.0-beta.63",
"vuepress-plugin-sitemap2": "2.0.0-beta.230",
"vuepress-theme-hope": "2.0.0-beta.227"
},
"dependencies": {
Expand Down
139 changes: 139 additions & 0 deletions pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

20 changes: 0 additions & 20 deletions sitemap.xml

This file was deleted.

4 changes: 4 additions & 0 deletions src/.vuepress/config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@ import { defineUserConfig } from "vuepress";
import theme from "./theme.js";
import { registerComponentsPlugin } from "@vuepress/plugin-register-components";
import { path } from "@vuepress/utils";
import { sitemapPlugin } from "vuepress-plugin-sitemap2";

export default defineUserConfig({
base: "/",
Expand All @@ -25,6 +26,9 @@ export default defineUserConfig({
registerComponentsPlugin({
componentsDir: path.resolve(__dirname, "./components"),
}),
sitemapPlugin({
hostname: "https://o-h-y-o.github.io",
}),
],

theme,
Expand Down
12 changes: 12 additions & 0 deletions src/.vuepress/navbar/ko.ts
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,10 @@ export const koNavbar = navbar([
text: "시작하기",
link: "start-blog",
},
{
text: "구글 검색 노출",
link: "search-engine",
},
],
},
{
Expand Down Expand Up @@ -66,6 +70,10 @@ export const koNavbar = navbar([
text: "정보",
prefix: "info/",
children: [
{
text: "AWS S3",
link: "aws-s3",
},
{
text: "카카오 로그인",
link: "kakao-easy-login",
Expand All @@ -74,6 +82,10 @@ export const koNavbar = navbar([
text: "네이버 로그인",
link: "naver-easy-login",
},
{
text: "구글 로그인",
link: "google-easy-login",
},
],
},
],
Expand Down
File renamed without changes.
File renamed without changes.
Loading

0 comments on commit fd2521d

Please sign in to comment.