mirror of
https://github.com/jackyzha0/quartz.git
synced 2025-12-28 23:34:05 -06:00
21 lines
438 B
Markdown
21 lines
438 B
Markdown
---
|
|
title: A Homepage
|
|
tags:
|
|
- test
|
|
---
|
|
# Welcome!
|
|
This is a [[Digital Garden]].
|
|
> A digital garden is an online space at the intersection of a notebook and a blog, where digital gardeners share seeds of thoughts to be cultivated in public.
|
|
>
|
|
> \- [Le Cunff](https://nesslabs.com/digital-garden-set-up)
|
|
|
|
> [!info] Info
|
|
> This is a test page to show off a theme.
|
|
|
|
```c++
|
|
int main(int argc, char** argv)
|
|
{
|
|
// Some code
|
|
return 0;
|
|
}
|
|
``` |