Skip to content

Commit 3636786

Browse files
committed
Quartz sync: May 17, 2025, 11:51 AM
1 parent 0b73295 commit 3636786

File tree

2 files changed

+23
-13
lines changed

2 files changed

+23
-13
lines changed

content/note.md

Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,22 @@
1+
---
2+
title: Title of the page
3+
description: Description of the page used for link previews.
4+
permalink: "note.md"
5+
aliases: ["nnnn"]
6+
tags: ["tag1", "tag2"]
7+
draft: true
8+
date: 2025-05-01
9+
---
10+
11+
This is a blank Quartz installation.
12+
13+
hi
14+
15+
See the [documentation](https://quartz.jzhao.xyz) for how to get started.
16+
17+
```cpp
18+
int main() {
19+
std::cout << "Hello, world!" << std::endl;
20+
return 0;
21+
}
22+
```

content/test/index.md

Lines changed: 1 addition & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,4 @@
11
---
2-
title: Welcome to Yòmá's Notes
2+
title: Index Test
33
---
44

5-
This is a blank Quartz installation.
6-
7-
hi
8-
9-
See the [documentation](https://quartz.jzhao.xyz) for how to get started.
10-
11-
```cpp
12-
int main() {
13-
std::cout << "Hello, world!" << std::endl;
14-
return 0;
15-
}
16-
```

0 commit comments

Comments
 (0)