File tree Expand file tree Collapse file tree 2 files changed +23
-13
lines changed
Expand file tree Collapse file tree 2 files changed +23
-13
lines changed Original file line number Diff line number Diff line change 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+ ```
Original file line number Diff line number Diff line change 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- ```
You can’t perform that action at this time.
0 commit comments