Skip to content

Commit 42384ff

Browse files
committed
Quartz sync: May 18, 2025, 2:02 PM
1 parent 9b974ec commit 42384ff

File tree

8 files changed

+5
-237
lines changed

8 files changed

+5
-237
lines changed

content/.gitignore

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
*
2+
3+
!.gitignore
4+
!index.md

content/hi/index.md

Lines changed: 0 additions & 3 deletions
This file was deleted.

content/hi/test.md

Whitespace-only changes.

content/index.md

Lines changed: 0 additions & 24 deletions
Original file line numberDiff line numberDiff line change
@@ -1,24 +0,0 @@
1-
---
2-
title: Welcome to Yòmá's Notes
3-
comments: false
4-
---
5-
6-
This is a blank Quartz installation.
7-
8-
hi
9-
10-
See the [documentation](https://quartz.jzhao.xyz) for how to get started.
11-
12-
```cpp
13-
int main() {
14-
std::cout << "Hello, world!" << std::endl;
15-
return 0;
16-
}
17-
```
18-
```cpp
19-
int main() {
20-
std::cout << "Hello, world!" << std::endl;
21-
return 0;
22-
}
23-
```
24-

content/test/index.md

Lines changed: 0 additions & 6 deletions
This file was deleted.

content/test/note.md

Lines changed: 0 additions & 203 deletions
This file was deleted.

content/test/test folder.md

Whitespace-only changes.

quartz.config.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ const config: QuartzConfig = {
1010
configuration: {
1111
pageTitle: "Yòmá's Notes",
1212
pageTitleSuffix: "",
13-
enableSPA: true,
13+
enableSPA: false,
1414
enablePopovers: true,
1515
analytics: {
1616
provider: "plausible",

0 commit comments

Comments
 (0)