Mirror of
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

refactor: remove logo, use emojies (#111)

authored by

Felix Schneider and committed by
GitHub
e1077254 bb5859c4

+10 -8
-5
docs/astro.config.ts
··· 8 8 integrations: [ 9 9 starlight({ 10 10 title: "Starlight Cooler Credit", 11 - logo: { 12 - light: "./src/assets/logo-light.png", 13 - dark: "./src/assets/logo-dark.png", 14 - replacesTitle: true, 15 - }, 16 11 editLink: { 17 12 baseUrl: 18 13 "https://github.com/trueberryless-org/starlight-cooler-credit/edit/main/docs/",
+1 -1
docs/public/favicon.svg
··· 1 - <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 128 128"><path fill-rule="evenodd" d="M81 36 64 0 47 36l-1 2-9-10a6 6 0 0 0-9 9l10 10h-2L0 64l36 17h2L28 91a6 6 0 1 0 9 9l9-10 1 2 17 36 17-36v-2l9 10a6 6 0 1 0 9-9l-9-9 2-1 36-17-36-17-2-1 9-9a6 6 0 1 0-9-9l-9 10v-2Zm-17 2-2 5c-4 8-11 15-19 19l-5 2 5 2c8 4 15 11 19 19l2 5 2-5c4-8 11-15 19-19l5-2-5-2c-8-4-15-11-19-19l-2-5Z" clip-rule="evenodd"/><path d="M118 19a6 6 0 0 0-9-9l-3 3a6 6 0 1 0 9 9l3-3Zm-96 4c-2 2-6 2-9 0l-3-3a6 6 0 1 1 9-9l3 3c3 2 3 6 0 9Zm0 82c-2-2-6-2-9 0l-3 3a6 6 0 1 0 9 9l3-3c3-2 3-6 0-9Zm96 4a6 6 0 0 1-9 9l-3-3a6 6 0 1 1 9-9l3 3Z"/><style>path{fill:#000}@media (prefers-color-scheme:dark){path{fill:#fff}}</style></svg> 1 + <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 100 100"><text y="0.9em" font-size="90">😎</text></svg>
docs/src/assets/big-logo-dark.png

This is a binary file and will not be displayed.

docs/src/assets/big-logo-light.png

This is a binary file and will not be displayed.

docs/src/assets/logo-dark.png

This is a binary file and will not be displayed.

docs/src/assets/logo-light.png

This is a binary file and will not be displayed.

+9 -2
docs/src/content/docs/index.mdx
··· 4 4 head: 5 5 - tag: title 6 6 content: Starlight Cooler Credit 7 + - tag: style 8 + content: | 9 + .hero-html { 10 + --size: 12rem; 11 + font-size: var(--size); 12 + justify-content: center; 13 + line-height: var(--size); 14 + } 7 15 template: splash 8 16 editUrl: false 9 17 hero: 10 18 tagline: Add a nice credit to Starlight or Astro at the bottom of Table of Contents. 11 19 image: 12 - dark: ../../assets/big-logo-dark.png 13 - light: ../../assets/big-logo-light.png 20 + html: '😎' 14 21 actions: 15 22 - text: Get Started 16 23 link: /getting-started/