diff --git a/content/example-canvas.canvas b/content/example-canvas.canvas deleted file mode 100644 index b688adcf1..000000000 --- a/content/example-canvas.canvas +++ /dev/null @@ -1,81 +0,0 @@ -{ - "nodes": [ - { - "id": "node-1", - "type": "text", - "x": 0, - "y": 0, - "width": 250, - "height": 120, - "text": "# Welcome\nThis is a **text node** with markdown content.", - "color": "1" - }, - { - "id": "node-2", - "type": "text", - "x": 400, - "y": -50, - "width": 200, - "height": 100, - "text": "A second text node connected to the first." - }, - { - "id": "node-3", - "type": "file", - "x": 0, - "y": 200, - "width": 250, - "height": 80, - "file": "index.md", - "color": "4" - }, - { - "id": "node-4", - "type": "link", - "x": 400, - "y": 200, - "width": 250, - "height": 80, - "url": "https://jsoncanvas.org", - "color": "5" - }, - { - "id": "group-1", - "type": "group", - "x": -30, - "y": -80, - "width": 700, - "height": 200, - "label": "Main Ideas", - "color": "6" - } - ], - "edges": [ - { - "id": "edge-1", - "fromNode": "node-1", - "fromSide": "right", - "toNode": "node-2", - "toSide": "left", - "toEnd": "arrow", - "label": "connects to" - }, - { - "id": "edge-2", - "fromNode": "node-1", - "fromSide": "bottom", - "toNode": "node-3", - "toSide": "top", - "toEnd": "arrow" - }, - { - "id": "edge-3", - "fromNode": "node-2", - "fromSide": "bottom", - "toNode": "node-4", - "toSide": "top", - "toEnd": "arrow", - "color": "#ff6600" - } - ] -} diff --git a/content/index.md b/content/index.md deleted file mode 100644 index f030bec69..000000000 --- a/content/index.md +++ /dev/null @@ -1,7 +0,0 @@ ---- -title: Welcome ---- - -This is a test site for Quartz v5. - -- [[example-canvas|Example Canvas]]