Skip to content

Commit 73b3a4e

Browse files
Merge pull request #8 from devinekask/feature/logos
Add TechTileTime logo in SVG and documentation
2 parents c4ac5a4 + c125b3f commit 73b3a4e

10 files changed

Lines changed: 1607 additions & 1212 deletions

astro.config.mjs

Lines changed: 10 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,9 +8,17 @@ export default defineConfig({
88
integrations: [
99
starlight({
1010
title: "TechTileTime",
11-
social: {
12-
github: "https://github.com/devinekask/techtiletime",
11+
logo: {
12+
light: "./src/assets/logo/logo-ttt-weboptimized.svg",
13+
dark: "./src/assets/logo/logo-ttt-weboptimized-white.svg",
1314
},
15+
social: [
16+
{
17+
icon: "github",
18+
label: "GitHub",
19+
href: "https://github.com/devinekask/techtiletime",
20+
},
21+
],
1422
editLink: {
1523
baseUrl: "https://github.com/devinekask/techtiletime/edit/main/",
1624
},

package-lock.json

Lines changed: 1528 additions & 1208 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,8 +10,8 @@
1010
"astro": "astro"
1111
},
1212
"dependencies": {
13-
"@astrojs/starlight": "^0.32.0",
14-
"astro": "^5.3.0",
13+
"@astrojs/starlight": "^0.36.2",
14+
"astro": "^5.15.9",
1515
"sharp": "^0.33.5"
1616
}
1717
}
Lines changed: 14 additions & 0 deletions
Loading
Lines changed: 26 additions & 0 deletions
Loading
13.2 KB
Loading
Lines changed: 1 addition & 0 deletions
Loading
Lines changed: 1 addition & 0 deletions
Loading

src/content/docs/general/logo.md

Lines changed: 23 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,23 @@
1+
---
2+
title: Logo
3+
---
4+
5+
Yes, we have a logo! You can download it in various formats below.
6+
7+
## About the logo
8+
9+
A team of professional designers created the TechTileTime logo, based on a couple of constraints so it would also be a perfect use case for our machines.
10+
11+
- A clean line drawing suitable for plotting, embroidery, and cutting.
12+
- A single color.
13+
- Optionally integrate a tile or grid motif.
14+
- Remain recognizable when mirrored.
15+
16+
## Versions
17+
18+
We have a stroke version (plotter) and a outlined version (embroidery, vinyl cutting)
19+
20+
| | Stroke version | Outline version | png |
21+
| ----------------| ------------------------- | ------------------ | ------------------ |
22+
| Preview | ![TechTileTime logo - stroke version](/techtiletime/logo/logo%20techtiletemple%20stroke.svg) | ![TechTileTime logo - outlined version](/techtiletime/logo/logo%20techtiletemple%20shape.svg) | ![TechTileTime logo - png version](/techtiletime/logo/logo%20techtiletemple.png) |
23+
| Download | [Download SVG](/techtiletime/logo/logo%20techtiletemple%20stroke.svg) | [Download SVG](/techtiletime/logo/logo%20techtiletemple%20shape.svg) | [Download PNG](/techtiletime/logo/logo%20techtiletemple.png) |

src/content/docs/index.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,8 @@ description: From digital to tactile
55

66
Join us for an ongoing exploration of plotting, embroidery and other techniques.
77

8+
![TechTileTime logo](./../../assets/logo/logo-ttt-weboptimized.svg)
9+
810
## Tech Tile Temple
911

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

0 commit comments

Comments
 (0)