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
4 changes: 2 additions & 2 deletions _config.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
title: TeslApp Content Catalog
description: Community-curated light shows, lock sounds, boombox tracks, wraps, and horn sounds for Tesla vehicles.
title: Volts
description: "Vehicle orchestration: Lights, Tunes & Skins — Community-curated light shows, lock sounds, boombox tracks, wraps, and horn sounds for Tesla vehicles."
baseurl: "/Volts"
url: ""

Expand Down
2 changes: 1 addition & 1 deletion _data/tags.yaml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Known tags for the TeslApp content catalog.
# Known tags for the Volts content catalog.
# All meta.yaml tags must use values from this list.
# Add new tags here before using them in content submissions.

Expand Down
2 changes: 1 addition & 1 deletion _layouts/default.html
Original file line number Diff line number Diff line change
Expand Up @@ -176,7 +176,7 @@
{{ content }}
</main>
<footer class="site-footer">
<p>&copy; {{ 'now' | date: '%Y' }} TeslApp Community</p>
<p>Made with ❤️ by NatoBytes</p>
</footer>
</body>
</html>
2 changes: 1 addition & 1 deletion content/boombox/sample-track.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
---
title: Electric Dreams
author: TeslApp Team
author: Volts Team
description: An ambient electronic track for the Boombox feature.
tags:
- electronic
Expand Down
2 changes: 1 addition & 1 deletion content/boombox/sample-track/meta.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
title: Electric Dreams
author: TeslApp Team
author: Volts Team
description: An ambient electronic track for the Boombox feature.
tags:
- electronic
Expand Down
2 changes: 1 addition & 1 deletion content/hornsounds/sample-horn.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
---
title: La Cucaracha
author: TeslApp Team
author: Volts Team
description: The classic La Cucaracha horn melody.
tags:
- funny
Expand Down
2 changes: 1 addition & 1 deletion content/hornsounds/sample-horn/meta.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
title: La Cucaracha
author: TeslApp Team
author: Volts Team
description: The classic La Cucaracha horn melody.
tags:
- funny
Expand Down
2 changes: 1 addition & 1 deletion content/lightshows/sample-show.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
---
title: Holiday Special
author: TeslApp Team
author: Volts Team
description: A festive light show sequence with synchronized holiday music.
tags:
- holiday
Expand Down
2 changes: 1 addition & 1 deletion content/lightshows/sample-show/meta.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
title: Holiday Special
author: TeslApp Team
author: Volts Team
description: A festive light show sequence with synchronized holiday music.
tags:
- holiday
Expand Down
2 changes: 1 addition & 1 deletion content/locksounds/sample-chime.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
---
title: R2D2 Beep
author: TeslApp Team
author: Volts Team
description: A fun sci-fi inspired lock chime sound.
tags:
- sci-fi
Expand Down
2 changes: 1 addition & 1 deletion content/locksounds/sample-chime/meta.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
title: R2D2 Beep
author: TeslApp Team
author: Volts Team
description: A fun sci-fi inspired lock chime sound.
tags:
- sci-fi
Expand Down
2 changes: 1 addition & 1 deletion content/tags.yaml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Known tags for the TeslApp content catalog.
# Known tags for the Volts content catalog.
# All meta.yaml tags must use values from this list.
# Add new tags here before using them in content submissions.

Expand Down
2 changes: 1 addition & 1 deletion content/wraps/sample-wrap.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
---
title: Cybertruck Matte Black
author: TeslApp Team
author: Volts Team
description: A sleek matte black wrap design for the Cybertruck.
tags:
- cybertruck
Expand Down
2 changes: 1 addition & 1 deletion content/wraps/sample-wrap/meta.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
title: Cybertruck Matte Black
author: TeslApp Team
author: Volts Team
description: A sleek matte black wrap design for the Cybertruck.
tags:
- cybertruck
Expand Down
2 changes: 1 addition & 1 deletion index.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ layout: default
title: Home
---

<h1>TeslApp Content Catalog</h1>
<h1>Volts — Vehicle orchestration: Lights, Tunes & Skins</h1>
<p style="margin-bottom: var(--space-xl);">Browse community-contributed content for your Tesla.</p>

<div class="card-grid">
Expand Down
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"name": "teslapp-backend",
"name": "volts",
"version": "0.1.0",
"private": true,
"description": "Community content catalog for Tesla vehicles – light shows, lock sounds, boombox tracks, wraps, and horn sounds.",
Expand Down
Loading