Skip to content

Commit

Permalink
Quartz sync: Sep 3, 2024, 10:56 PM
Browse files Browse the repository at this point in the history
  • Loading branch information
Nguyen The Nhat committed Sep 3, 2024
1 parent a1cd769 commit 804ff64
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
"type": "module",
"author": "jackyzha0 <[email protected]>",
"license": "MIT",
"homepage": "https://quartz.jzhao.xyz",
"homepage": "https://thenhatat.github.io",
"repository": {
"type": "git",
"url": "https://github.com/jackyzha0/quartz.git"
Expand Down
4 changes: 2 additions & 2 deletions quartz.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -8,14 +8,14 @@ import * as Plugin from "./quartz/plugins"
*/
const config: QuartzConfig = {
configuration: {
pageTitle: "thenhatat's blog",
pageTitle: "I'm Nhat!",
enableSPA: true,
enablePopovers: true,
analytics: {
provider: "plausible",
},
locale: "en-US",
baseUrl: "quartz.jzhao.xyz",
baseUrl: "thenhatat.github.io",
ignorePatterns: ["private", "templates", ".obsidian"],
defaultDateType: "created",
theme: {
Expand Down

0 comments on commit 804ff64

Please sign in to comment.