Skip to content

Commit

Permalink
Add favicon
Browse files Browse the repository at this point in the history
  • Loading branch information
garrettmflynn committed Oct 4, 2024
1 parent 8201072 commit 726d35f
Show file tree
Hide file tree
Showing 3 changed files with 35 additions and 24 deletions.
56 changes: 34 additions & 22 deletions docs/.vitepress/config.mts
Original file line number Diff line number Diff line change
@@ -1,36 +1,48 @@
import { defineConfig } from 'vitepress'
import { defineConfig } from "vitepress";

const siteCopyright = 'Copyright © 2024-present Garrett Flynn and Contributors';
const siteCopyright = "Copyright © 2024-present Garrett Flynn and Contributors";

export default defineConfig({

lang: 'en-US',
lang: "en-US",
title: "Brains@Play",
description: "Brain-Computer Interfaces with Everyone",

themeConfig: {

head: [["link", { rel: "icon", href: "/assets/favicon.ico" }]],

themeConfig: {
sidebar: {
'/projects': [
{
text: 'The Brains@Play Initiative',
items: [
{ text: 'International Competition', link: '/projects/initiative/brains-and-games-competition' },
{ text: 'High School Course', link: '/projects/initiative/brains-at-play-course' },
{ text: 'Public Engagement Event', link: '/projects/initiative/livewire' },
]
}
]
"/projects": [
{
text: "The Brains@Play Initiative",
items: [
{
text: "International Competition",
link: "/projects/initiative/brains-and-games-competition",
},
{
text: "High School Course",
link: "/projects/initiative/brains-at-play-course",
},
{
text: "Public Engagement Event",
link: "/projects/initiative/livewire",
},
],
},
],
},

socialLinks: [
{ icon: 'github', link: 'https://github.com/neuralinterfaces/brainsatplay' }
{
icon: "github",
link: "https://github.com/neuralinterfaces/brainsatplay",
},
],

aside: false,
footer: {
message: 'Built with 🧠 by Garrett Flynn',
copyright: siteCopyright
}
}
})
message: "Built with 🧠 by Garrett Flynn",
copyright: siteCopyright,
},
},
});
Binary file added docs/assets/favicon.ico
Binary file not shown.
3 changes: 1 addition & 2 deletions docs/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@ layout: home
hero:
name: Brains@Play
tagline: Brain-Computer Interfaces with Everyone
# image: /assets/logo.jpg
actions:
- theme: brand
text: View your Brainwaves
Expand Down Expand Up @@ -34,4 +33,4 @@ A few mistakes stood out as key contributors to the company's failure:
2. **Focusing on developer tools** rather than our core product.
3. **Working diligently without a clear business model** and sustainable funding through contracts, grants, or community support.

A complete archive of our work is available on [GitHub](https://github.com/brainsatplay) and a [full summary of our work](https://dl.acm.org/doi/10.1145/3594806.3594810) was published in August 2023 following Garrett's graduation from the MA in Media Arts, Games, and Health program.
A complete archive of our work is available on [GitHub](https://github.com/brainsatplay) and a [full summary of our work](https://dl.acm.org/doi/10.1145/3594806.3594810) was published in August 2023 following Garrett's graduation from the MA in Media Arts, Games, and Health program.

0 comments on commit 726d35f

Please sign in to comment.