Skip to content
This repository has been archived by the owner on Apr 2, 2024. It is now read-only.

Dis-codes/documentation

 
 

Repository files navigation

Developer documentation

Using Obsidian to write docs, using Quartz to transfer it to a website

View locally

npm i
quartz build --serve

synchronize

npx quartz sync

Updating quartz

npx quartz update

Restoring content from cache, if merge conflict

npx quartz restore

Authoring Content

  • title : Title of the page. If it isn’t provided, Quartz will use the name of the file as the title.
  • aliases : Other names for this note. This is a list of strings.
  • draft : Whether to publish the page or not. This is one way to make pages private in Quartz.
  • date : A string representing the day the note was published. Normally uses YYYY-MM-DD format

Languages

  • TypeScript 82.8%
  • SCSS 8.9%
  • JavaScript 8.3%