Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
12 changes: 10 additions & 2 deletions astro.config.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -8,9 +8,17 @@ export default defineConfig({
integrations: [
starlight({
title: "TechTileTime",
social: {
github: "https://github.com/devinekask/techtiletime",
logo: {
light: "./src/assets/logo/logo-ttt-weboptimized.svg",
dark: "./src/assets/logo/logo-ttt-weboptimized-white.svg",
},
social: [
{
icon: "github",
label: "GitHub",
href: "https://github.com/devinekask/techtiletime",
},
],
editLink: {
baseUrl: "https://github.com/devinekask/techtiletime/edit/main/",
},
Expand Down
2,736 changes: 1,528 additions & 1,208 deletions package-lock.json

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,8 @@
"astro": "astro"
},
"dependencies": {
"@astrojs/starlight": "^0.32.0",
"astro": "^5.3.0",
"@astrojs/starlight": "^0.36.2",
"astro": "^5.15.9",
"sharp": "^0.33.5"
}
}
14 changes: 14 additions & 0 deletions public/logo/logo techtiletemple shape.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
26 changes: 26 additions & 0 deletions public/logo/logo techtiletemple stroke.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added public/logo/logo techtiletemple.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
1 change: 1 addition & 0 deletions src/assets/logo/logo-ttt-weboptimized-white.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
1 change: 1 addition & 0 deletions src/assets/logo/logo-ttt-weboptimized.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
23 changes: 23 additions & 0 deletions src/content/docs/general/logo.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,23 @@
---
title: Logo
---

Yes, we have a logo! You can download it in various formats below.

## About the logo

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.

- A clean line drawing suitable for plotting, embroidery, and cutting.
- A single color.
- Optionally integrate a tile or grid motif.
- Remain recognizable when mirrored.

## Versions

We have a stroke version (plotter) and a outlined version (embroidery, vinyl cutting)

| | Stroke version | Outline version | png |
| ----------------| ------------------------- | ------------------ | ------------------ |
| 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) |
| Download | [Download SVG](/techtiletime/logo/logo%20techtiletemple%20stroke.svg) | [Download SVG](/techtiletime/logo/logo%20techtiletemple%20shape.svg) | [Download PNG](/techtiletime/logo/logo%20techtiletemple.png) |
2 changes: 2 additions & 0 deletions src/content/docs/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,8 @@ description: From digital to tactile

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

![TechTileTime logo](./../../assets/logo/logo-ttt-weboptimized.svg)

## Tech Tile Temple

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