“[One] who works with the door open gets all kinds of interruptions, but [they] also occasionally gets clues as to what the world is and what might be important.” — Richard Hamming
Quartz is a set of tools that helps you publish your digital garden and notes as a website for free. Quartz v4 features a from-the-ground rewrite focusing on end-user extensibility and ease-of-use.
🔗 Read the documentation and get started: https://quartz.jzhao.xyz/
To run the website locally simply run
npm run serve
Item | Type | Explanation |
---|---|---|
prioritise | boolean | Whether this page should appear above maps in the explorer |
map | object | Custom object containing marker information Whether this page should show the campaign map |
map.name | string | Name of the map |
map.path | string | Path to the map image where the content folder is the root |
map.minZoom | number | The minimum zoom the map allows |
map.maxZoom | number | The maximum zoom the map allows |
marker | object | Custom object containing marker information |
marker.x | number | Marker x coordinate |
marker.y | number | Marker y coordinate |
marker.icon | string | anchor , anvil , bed , branch , camp , capitol , cauldron , diner , farm , shield , star , subway , town , tree , university |
marker.colour | string | green , lime , yellow , pink , blue , lightblue , brown , orange , red , purple |
A marker requires
title
,marker.x
,marker.x
, andmarker.icon
to be set. Colour defaults toblue
.
We also make use to the the same css this wiki uses.