Skip to content

Commit

Permalink
updates
Browse files Browse the repository at this point in the history
  • Loading branch information
SimonVanherweghe committed Mar 21, 2024
1 parent 4344a2c commit 7a2a031
Show file tree
Hide file tree
Showing 6 changed files with 41 additions and 9 deletions.
8 changes: 0 additions & 8 deletions astro.config.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -31,14 +31,6 @@ export default defineConfig({
label: "Cricut",
autogenerate: { directory: "cricut" },
},
{
label: "Temple",
autogenerate: { directory: "temple" },
},
{
label: "Meeting notes",
autogenerate: { directory: "meetingnotes", order: "desc" },
},
],
}),
],
Expand Down
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,42 @@
title: Meetingnotes
---

## 05/03/2024

- So we tried to paint Deize, it kind of worked, but we need to work on the settings.
![Deinze posterized!](../../../assets/meetingnotes/20240305/deinze-posterize.png "Deinze, posterized")
![Deinze painted!](../../../assets/meetingnotes/20240305/deinze-painted.jpg "Deinze, painted")

This is the [Vpype script](../general/03-vpype) used to generate the paint file.

```bash
vpype \
read deinze-hatch-fill.svg \
forlayer \
lmove %_lid% 1 \
splitall \
splitdist 10cm \
linemerge \
forlayer \
lmove %_lid% "%_lid*2%" \
read -l "%_lid*2-1%" dip_water.svg \
read -l "%_lid*2-1%" dip_%_name%.svg \
end \
lmove all %_lid% \
name -l %_lid% %_name% \
color -l %_lid% %_color% \
end \
write deinze-output.svg
```

- Some logo's were embroided in the meantime.

## 20/02/2024

- Welcome in our new space, the Tech Tile Temple
- You can make use of this area [whenever you want](../temple)
- Tried to create a map of Deinze to embroider, but the file was too big for Inkscape to handle.

## 06/11/2023

- Multi pass with a Sakura White Gelly Roll pen on black paper in honour of [Plot party](https://penplotterartwork.com/plotparty/)
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
---
title: General info
title: Temple
---

The TechTileTemle is located in Atelier 2
Expand Down
4 changes: 4 additions & 0 deletions src/content/docs/index.mdx → src/content/docs/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,3 +12,7 @@ Join us for a ongoing exploration of plotting, embroidery and other techniques.
- Mon. 25/3 **Embroidery, the basics**
- Tue. 16/4 **Cut with the Cricut**
- Tue. 30/4 **Embroider socks!**

## Tech Tile Temple

If you want, you can [make use of this area whenever you want](./general/temple)

0 comments on commit 7a2a031

Please sign in to comment.