Skip to content

Commit

Permalink
Add initial Lunaria brand assets (#48)
Browse files Browse the repository at this point in the history
  • Loading branch information
yanthomasdev authored Nov 8, 2023
1 parent 01096f9 commit 76b6fd8
Show file tree
Hide file tree
Showing 9 changed files with 796 additions and 235 deletions.
19 changes: 18 additions & 1 deletion docs/astro.config.mjs
Original file line number Diff line number Diff line change
@@ -1,18 +1,35 @@
import { defineConfig } from 'astro/config';
import starlight from '@astrojs/starlight';

const site = 'https://lunaria.dev/';

// https://astro.build/config
export default defineConfig({
site: 'https://lunaria.dev',
site,
integrations: [
starlight({
title: 'Lunaria',
logo: {
light: "./src/assets/logo-light.svg",
dark: "./src/assets/logo-dark.svg",
replacesTitle: true,
},
social: {
github: 'https://github.com/Yan-Thomas/lunaria',
},
editLink: {
baseUrl: 'https://github.com/Yan-Thomas/lunaria/edit/main/docs/',
},
head: [
{
tag: 'meta',
attrs: { property: 'og:image', content: site + 'og.jpg?v=1' },
},
{
tag: 'meta',
attrs: { property: 'twitter:image', content: site + 'og.jpg?v=1' },
},
],
sidebar: [
{
label: 'Start Here',
Expand Down
4 changes: 2 additions & 2 deletions docs/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,8 @@
"astro": "astro"
},
"dependencies": {
"@astrojs/starlight": "^0.10.4",
"astro": "^3.2.1",
"@astrojs/starlight": "^0.12.0",
"astro": "^3.4.4",
"sharp": "^0.32.5"
}
}
30 changes: 29 additions & 1 deletion docs/public/favicon.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 docs/public/og.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
35 changes: 35 additions & 0 deletions docs/src/assets/logo-dark.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
35 changes: 35 additions & 0 deletions docs/src/assets/logo-light.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
22 changes: 22 additions & 0 deletions docs/src/assets/luna.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
5 changes: 4 additions & 1 deletion docs/src/content/docs/index.mdx
Original file line number Diff line number Diff line change
@@ -1,10 +1,13 @@
---
title: Lunaria 🌘 The missing localization management toolchain for open-source projects
description: Supercharge your localization workflow.
description: Supercharge your localization workflow
template: splash
editUrl: false
hero:
title: Supercharge your localization workflow
tagline: Lunaria is the way to manage your OSS project's localization. Great for maintainers. Even better for contributors.
image:
file: ../../assets/luna.svg
actions:
- text: Get started
link: /getting-started/
Expand Down
Loading

0 comments on commit 76b6fd8

Please sign in to comment.