delete debug blog

This commit is contained in:
Osman Faruk Bayram 2024-10-31 20:07:18 +03:00
parent 8a69da49d5
commit 079817f5a6

View file

@ -1,23 +0,0 @@
---
title: 'Third post'
description: 'First post of this website that tests many things'
pubDate: '2024-10-29'
includes_p5js: True
p5_script_path: '../../scripts/multi-sketch.js'
---
import P5Sketch from '../../components/P5Sketch.astro';
Before first Canvas
<P5Sketch sketch_path='scripts/multi-sketch.js' canvas_id='canvas1' figure_id='1' sketch_description='descccrripton a very good one' />
After first canvas
Before second Canvas
<P5Sketch sketch_path='scripts/multi-sketch.js' canvas_id='canvas2' figure_id='2' sketch_description='descccrripton a very good one' />
After second canvas
```