Skip to content

Commit 6c68ee8

Browse files
committed
feat: Add slogan and update logos to official design
- Add slogan 'Write once. Deploy Everywhere.' to site description - Update logo references from SVG to PNG (official design) - Replace favicon with optimized 32x32 PNG - Update homepage hero image (index.mdx) - Update Astro config with PNG logo path All logos now consistent with main repo design ✅
1 parent 55bd595 commit 6c68ee8

File tree

7 files changed

+6
-46
lines changed

7 files changed

+6
-46
lines changed

astro.config.mjs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,9 +9,9 @@ export default defineConfig({
99
integrations: [
1010
starlight({
1111
title: 'LUMOS',
12-
description: 'Type-safe schema language for Solana development',
12+
description: 'Write once. Deploy Everywhere. Type-safe schema language for Solana development.',
1313
logo: {
14-
src: './src/assets/logo.svg',
14+
src: './src/assets/logo.png',
1515
},
1616
components: {
1717
Footer: './src/components/Footer.astro',

public/favicon.png

1.46 KB
Loading

public/favicon.svg

Lines changed: 0 additions & 1 deletion
This file was deleted.

src/assets/logo.png

-1.34 MB
Loading

src/assets/logo.svg

Lines changed: 0 additions & 41 deletions
This file was deleted.

src/content/docs/getting-started/introduction.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,10 @@
11
---
22
title: Introduction
3-
description: Learn what LUMOS is and why it's the best tool for Solana development
3+
description: Write once. Deploy Everywhere. Type-safe schema language for Solana development.
44
---
55

6+
> **Write once. Deploy Everywhere.**
7+
68
## What is LUMOS?
79

810
LUMOS is a **type-safe schema language** designed specifically for Solana development. It bridges the gap between Rust (on-chain programs) and TypeScript (frontend applications) by providing a single source of truth for your data structures.

src/content/docs/index.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ template: splash
55
hero:
66
tagline: Illuminate your Solana development with type-safe cross-language code generation
77
image:
8-
file: ../../assets/logo.svg
8+
file: ../../assets/logo.png
99
actions:
1010
- text: Get Started
1111
link: /getting-started/installation/

0 commit comments

Comments
 (0)