diff --git a/README.md b/README.md index e415da702..a3b50888c 100644 --- a/README.md +++ b/README.md @@ -1,3 +1,3 @@ # docs -Please check [here](https://docs.jyje.online) +Please check [here](https://docs.jyje.live) diff --git a/content/index.md b/content/index.md index fb702f2b8..553bb01b0 100644 --- a/content/index.md +++ b/content/index.md @@ -8,7 +8,7 @@ aliases: # 소개 안녕하세요. 이 사이트는 저의 지식들을 정리하고자 만든 저장소인 **🌿 디지털 가든**입니다. 주로 **👨🏼‍🔬 컴퓨터 비전, 🧑🏼‍💻 데브옵스** 등의 IT 분야를 다룹니다. 그 밖의 유용한 정보도 꾸준히 업데이트할 계획입니다. 부디 여러분에게 도움이 되었으면 좋겠습니다. 좋은 하루 되세요! 😊 -- 문서에서 주로 다루는 분야는 **컴퓨터 비전, 데브옵스, 홈 서버 개발** 등의 IT 분야 입니다. 이 분야에 대한 저의 경험이 궁금하시다면, 저의 소개인 [jyje.online](https://jyje.online)에서 찾아보실 수 있습니다! +- 문서에서 주로 다루는 분야는 **컴퓨터 비전, 데브옵스, 홈 서버 개발** 등의 IT 분야 입니다. 이 분야에 대한 저의 경험이 궁금하시다면, 저의 소개인 [jyje.live](https://jyje.live)에서 찾아보실 수 있습니다! - 다른 문서는 이 창을 최대화 하면 왼쪽에 보이는 '**Explorer**'에서 탐색하실 수 있습니다. - 이 사이트의 모든 내용은 기본적으로 [MIT license](https://github.com/jyje/docs/blob/main/LICENSE.txt)를 준수하고 있습니다. 필요한 경우 별도의 크레딧을 표기를 할 예정입니다. diff --git a/quartz.config.ts b/quartz.config.ts index 00cec1ae6..e4bcc7067 100644 --- a/quartz.config.ts +++ b/quartz.config.ts @@ -3,14 +3,14 @@ import * as Plugin from "./quartz/plugins" const config: QuartzConfig = { configuration: { - pageTitle: "📜 docs.jyje.online", + pageTitle: "📜 docs.jyje.live", enableSPA: true, enablePopovers: true, analytics: { provider: "plausible", }, locale: "en-US", - baseUrl: "docs.jyje.online", + baseUrl: "docs.jyje.live", ignorePatterns: ["private", "templates", ".obsidian"], defaultDateType: "created", theme: { diff --git a/quartz.layout.ts b/quartz.layout.ts index 99bbfa92f..5dcab5559 100644 --- a/quartz.layout.ts +++ b/quartz.layout.ts @@ -9,7 +9,7 @@ export const sharedPageComponents: SharedLayout = { links: { Repository: "https://github.com/jyje/docs", License: "https://github.com/jyje/docs/blob/main/LICENSE.txt", - Bio: "https://jyje.online", + Bio: "https://jyje.live", LinkedIn: "https://www.linkedin.com/in/jyje", GitHub: "https://github.com/jyje", }, diff --git a/quartz/components/Footer.tsx b/quartz/components/Footer.tsx index 99c1781a2..505ecd4b9 100644 --- a/quartz/components/Footer.tsx +++ b/quartz/components/Footer.tsx @@ -26,7 +26,7 @@ export default ((opts?: Options) => {

{i18n(cfg.locale).components.footer.createdWith}{" "} - jyje.online + jyje.live {" "}©{" "}{beginYear}-{year}.{" "} {i18n(cfg.locale).components.footer.poweredBy}{" "} Quartz v{version}