Skip to content

Commit 10ac22a

Browse files
committed
chore: website
1 parent 15451a0 commit 10ac22a

2 files changed

Lines changed: 15 additions & 2 deletions

File tree

docs/.vitepress/config.mts

Lines changed: 10 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -63,12 +63,20 @@ export default defineConfig({
6363

6464
socialLinks: [
6565
{ icon: 'github', link: 'https://github.com/farfromrefug' },
66-
{ icon: 'linkedin', link: 'https://www.linkedin.com/in/martinguillon/' }
66+
{ icon: 'linkedin', link: 'https://www.linkedin.com/in/martinguillon/' },
67+
{
68+
icon: {
69+
svg: '<svg role="img" viewBox="0 0 24 24" xmlns="http://www.w3.org/2000/svg"><title>Open Collective</title><path d="M12 0C5.373 0 0 5.373 0 12s5.373 12 12 12c2.54 0 4.894-.79 6.834-2.135l-3.107-3.109a7.715 7.715 0 1 1 0-13.512l3.107-3.109A11.943 11.943 0 0 0 12 0zm9.865 5.166l-3.109 3.107A7.67 7.67 0 0 1 19.715 12a7.682 7.682 0 0 1-.959 3.727l3.109 3.107A11.943 11.943 0 0 0 24 12c0-2.54-.79-4.894-2.135-6.834z"/></svg>'
70+
},
71+
link: 'https://opencollective.com/oss-appscollective',
72+
// You can include a custom label for accessibility too (optional but recommended):
73+
ariaLabel: 'Open Collective'
74+
}
6775
],
6876

6977
footer: {
7078
message: 'Released under the MIT License.',
71-
copyright: 'Copyright © 2024-present Martin Guillon'
79+
copyright: 'Copyright © 2024-present OSS Apps Collective'
7280
},
7381

7482
search: {

docs/index.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -74,6 +74,11 @@ OSS Weather is completely free and open source. If you find it useful, please co
7474
</p>
7575

7676
<div style="display: flex; gap: 15px; justify-content: center; flex-wrap: wrap; margin-bottom: 20px;">
77+
78+
<a href="https://opencollective.com/oss-appscollective" target="_blank" style="display: inline-block; padding: 12px 24px; background: #0d2e67; color: white; text-decoration: none; border-radius: 6px; font-weight: 600;display: flex;">
79+
<svg role="img" viewBox="0 0 24 24" width="20" xmlns="http://www.w3.org/2000/svg" fill="#b5d2f0" style="margin-right:10;"><title>Open Collective</title><path d="M12 0C5.373 0 0 5.373 0 12s5.373 12 12 12c2.54 0 4.894-.79 6.834-2.135l-3.107-3.109a7.715 7.715 0 1 1 0-13.512l3.107-3.109A11.943 11.943 0 0 0 12 0zm9.865 5.166l-3.109 3.107A7.67 7.67 0 0 1 19.715 12a7.682 7.682 0 0 1-.959 3.727l3.109 3.107A11.943 11.943 0 0 0 24 12c0-2.54-.79-4.894-2.135-6.834z"/></svg>Open Collective
80+
</a>
81+
7782
<a href="https://github.com/sponsors/farfromrefug" target="_blank" style="display: inline-block; padding: 12px 24px; background: #ea4aaa; color: white; text-decoration: none; border-radius: 6px; font-weight: 600;">
7883
❤️ GitHub Sponsors
7984
</a>

0 commit comments

Comments
 (0)