Topic:: Obsidian Fundamentals

Previous Note :


Quartz Settings

1. Authoring Content

글 작성하고 퍼블리싱하는 방법

Syntax

--- 
title: Example Title
draft: false
tags:
  - example-tag
---
  • title: Title of the page. If it isn’t provided, Quartz will use the name of the file as the title.
  • description: Description of the page used for link previews.
  • aliases: Other names for this note. This is a list of strings.
  • tags: Tags for this note.
  • draft: Whether to publish the page or not. This is one way to make 
  • date: A string representing the day the note was published. Normally uses YYYY-MM-DD format.

Publishing

  • npx quartz sync : A command for syncing & publishing

2. Configuration

3. Hosting

  • Cloudflare을 활용한 호스팅
  • Tracking은 Goatcounter 사용

Tasks


Notes