Skip to content

Commit

Permalink
chore(domain): fix root domain to 'jyje.live'
Browse files Browse the repository at this point in the history
  • Loading branch information
jyje committed Oct 3, 2024
1 parent 0774a8e commit cf3105d
Show file tree
Hide file tree
Showing 5 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
# docs

Please check [here](https://docs.jyje.online)
Please check [here](https://docs.jyje.live)
2 changes: 1 addition & 1 deletion content/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)를 준수하고 있습니다. 필요한 경우 별도의 크레딧을 표기를 할 예정입니다.

Expand Down
4 changes: 2 additions & 2 deletions quartz.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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: {
Expand Down
2 changes: 1 addition & 1 deletion quartz.layout.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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",
},
Expand Down
2 changes: 1 addition & 1 deletion quartz/components/Footer.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ export default ((opts?: Options) => {
<hr />
<p>
{i18n(cfg.locale).components.footer.createdWith}{" "}
<a href="https://jyje.online">jyje.online</a>
<a href="https://jyje.live">jyje.live</a>
{" "}©{" "}{beginYear}-{year}.{" "}
{i18n(cfg.locale).components.footer.poweredBy}{" "}
<a href="https://quartz.jzhao.xyz">Quartz v{version}</a>
Expand Down

0 comments on commit cf3105d

Please sign in to comment.