Compare commits
1 Commits
d25a6eabf9
...
v4
| Author | SHA1 | Date | |
|---|---|---|---|
| f5eb12a16d |
@@ -0,0 +1 @@
|
|||||||
|
hello world
|
||||||
@@ -2,7 +2,7 @@
|
|||||||
title: Authoring Content
|
title: Authoring Content
|
||||||
---
|
---
|
||||||
|
|
||||||
All of the content in your Quartz should go in the `/content` folder. The content for the home page of your Quartz lives in `content/index.md`. If you've [[index#🪴 Get Started|setup Quartz]] already, this folder should already be initialized. Any Markdown in this folder will get processed by Quartz.
|
All of the content in your Quartz should go in the `/content` folder. The content for the home page of your Quartz lives in `content/index.md`. If you've [[egf/docs/index#🪴 Get Started|setup Quartz]] already, this folder should already be initialized. Any Markdown in this folder will get processed by Quartz.
|
||||||
|
|
||||||
It is recommended that you use [Obsidian](https://obsidian.md/) as a way to edit and maintain your Quartz. It comes with a nice editor and graphical interface to preview, edit, and link your local files and attachments.
|
It is recommended that you use [Obsidian](https://obsidian.md/) as a way to edit and maintain your Quartz. It comes with a nice editor and graphical interface to preview, edit, and link your local files and attachments.
|
||||||
|
|
||||||
|
|||||||
+1
-1
@@ -2,7 +2,7 @@
|
|||||||
title: "Building your Quartz"
|
title: "Building your Quartz"
|
||||||
---
|
---
|
||||||
|
|
||||||
Once you've [[index#🪴 Get Started|initialized]] Quartz, let's see what it looks like locally:
|
Once you've [[egf/docs/index#🪴 Get Started|initialized]] Quartz, let's see what it looks like locally:
|
||||||
|
|
||||||
```bash
|
```bash
|
||||||
npx quartz build --serve
|
npx quartz build --serve
|
||||||
|
|||||||
@@ -2,7 +2,7 @@
|
|||||||
title: Setting up your GitHub repository
|
title: Setting up your GitHub repository
|
||||||
---
|
---
|
||||||
|
|
||||||
First, make sure you have Quartz [[index#🪴 Get Started|cloned and setup locally]].
|
First, make sure you have Quartz [[egf/docs/index#🪴 Get Started|cloned and setup locally]].
|
||||||
|
|
||||||
Then, create a new repository on GitHub.com. Do **not** initialize the new repository with `README`, license, or `gitignore` files.
|
Then, create a new repository on GitHub.com. Do **not** initialize the new repository with `README`, license, or `gitignore` files.
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user