mirror of
https://github.com/jackyzha0/quartz.git
synced 2025-12-31 00:34:05 -06:00
chore(domain): fix root domain to 'jyje.live'
This commit is contained in:
parent
0774a8e016
commit
cf3105dd3d
@ -1,3 +1,3 @@
|
|||||||
# docs
|
# docs
|
||||||
|
|
||||||
Please check [here](https://docs.jyje.online)
|
Please check [here](https://docs.jyje.live)
|
||||||
|
|||||||
@ -8,7 +8,7 @@ aliases:
|
|||||||
# 소개
|
# 소개
|
||||||
안녕하세요. 이 사이트는 저의 지식들을 정리하고자 만든 저장소인 **🌿 디지털 가든**입니다. 주로 **👨🏼🔬 컴퓨터 비전, 🧑🏼💻 데브옵스** 등의 IT 분야를 다룹니다. 그 밖의 유용한 정보도 꾸준히 업데이트할 계획입니다. 부디 여러분에게 도움이 되었으면 좋겠습니다. 좋은 하루 되세요! 😊
|
안녕하세요. 이 사이트는 저의 지식들을 정리하고자 만든 저장소인 **🌿 디지털 가든**입니다. 주로 **👨🏼🔬 컴퓨터 비전, 🧑🏼💻 데브옵스** 등의 IT 분야를 다룹니다. 그 밖의 유용한 정보도 꾸준히 업데이트할 계획입니다. 부디 여러분에게 도움이 되었으면 좋겠습니다. 좋은 하루 되세요! 😊
|
||||||
|
|
||||||
- 문서에서 주로 다루는 분야는 **컴퓨터 비전, 데브옵스, 홈 서버 개발** 등의 IT 분야 입니다. 이 분야에 대한 저의 경험이 궁금하시다면, 저의 소개인 [jyje.online](https://jyje.online)에서 찾아보실 수 있습니다!
|
- 문서에서 주로 다루는 분야는 **컴퓨터 비전, 데브옵스, 홈 서버 개발** 등의 IT 분야 입니다. 이 분야에 대한 저의 경험이 궁금하시다면, 저의 소개인 [jyje.live](https://jyje.live)에서 찾아보실 수 있습니다!
|
||||||
- 다른 문서는 이 창을 최대화 하면 왼쪽에 보이는 '**Explorer**'에서 탐색하실 수 있습니다.
|
- 다른 문서는 이 창을 최대화 하면 왼쪽에 보이는 '**Explorer**'에서 탐색하실 수 있습니다.
|
||||||
- 이 사이트의 모든 내용은 기본적으로 [MIT license](https://github.com/jyje/docs/blob/main/LICENSE.txt)를 준수하고 있습니다. 필요한 경우 별도의 크레딧을 표기를 할 예정입니다.
|
- 이 사이트의 모든 내용은 기본적으로 [MIT license](https://github.com/jyje/docs/blob/main/LICENSE.txt)를 준수하고 있습니다. 필요한 경우 별도의 크레딧을 표기를 할 예정입니다.
|
||||||
|
|
||||||
|
|||||||
@ -3,14 +3,14 @@ import * as Plugin from "./quartz/plugins"
|
|||||||
|
|
||||||
const config: QuartzConfig = {
|
const config: QuartzConfig = {
|
||||||
configuration: {
|
configuration: {
|
||||||
pageTitle: "📜 docs.jyje.online",
|
pageTitle: "📜 docs.jyje.live",
|
||||||
enableSPA: true,
|
enableSPA: true,
|
||||||
enablePopovers: true,
|
enablePopovers: true,
|
||||||
analytics: {
|
analytics: {
|
||||||
provider: "plausible",
|
provider: "plausible",
|
||||||
},
|
},
|
||||||
locale: "en-US",
|
locale: "en-US",
|
||||||
baseUrl: "docs.jyje.online",
|
baseUrl: "docs.jyje.live",
|
||||||
ignorePatterns: ["private", "templates", ".obsidian"],
|
ignorePatterns: ["private", "templates", ".obsidian"],
|
||||||
defaultDateType: "created",
|
defaultDateType: "created",
|
||||||
theme: {
|
theme: {
|
||||||
|
|||||||
@ -9,7 +9,7 @@ export const sharedPageComponents: SharedLayout = {
|
|||||||
links: {
|
links: {
|
||||||
Repository: "https://github.com/jyje/docs",
|
Repository: "https://github.com/jyje/docs",
|
||||||
License: "https://github.com/jyje/docs/blob/main/LICENSE.txt",
|
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",
|
LinkedIn: "https://www.linkedin.com/in/jyje",
|
||||||
GitHub: "https://github.com/jyje",
|
GitHub: "https://github.com/jyje",
|
||||||
},
|
},
|
||||||
|
|||||||
@ -26,7 +26,7 @@ export default ((opts?: Options) => {
|
|||||||
<hr />
|
<hr />
|
||||||
<p>
|
<p>
|
||||||
{i18n(cfg.locale).components.footer.createdWith}{" "}
|
{i18n(cfg.locale).components.footer.createdWith}{" "}
|
||||||
<a href="https://jyje.online">jyje.online</a>
|
<a href="https://jyje.live">jyje.live</a>
|
||||||
{" "}©{" "}{beginYear}-{year}.{" "}
|
{" "}©{" "}{beginYear}-{year}.{" "}
|
||||||
{i18n(cfg.locale).components.footer.poweredBy}{" "}
|
{i18n(cfg.locale).components.footer.poweredBy}{" "}
|
||||||
<a href="https://quartz.jzhao.xyz">Quartz v{version}</a>
|
<a href="https://quartz.jzhao.xyz">Quartz v{version}</a>
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user