Mirror of
0
fork

Configure Feed

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

Merge pull request #4 from trueberryless-org/cooler-credit

cooler credit

authored by

trueberryless and committed by
GitHub
17a57bdd 43c4d6ea

+40 -2
+5
.changeset/spicy-beds-shop.md
··· 1 + --- 2 + "mutanuq": patch 3 + --- 4 + 5 + Add cooler credit
+19
pnpm-lock.yaml
··· 56 56 sharp: 57 57 specifier: ^0.33.5 58 58 version: 0.33.5 59 + starlight-cooler-credit: 60 + specifier: ^0.3.1 61 + version: 0.3.1(@astrojs/starlight@0.32.2(astro@5.4.2(jiti@1.21.6)(rollup@4.35.0)(typescript@5.7.2))) 59 62 starlight-image-zoom: 60 63 specifier: ^0.11.1 61 64 version: 0.11.1(@astrojs/starlight@0.32.2(astro@5.4.2(jiti@1.21.6)(rollup@4.35.0)(typescript@5.7.2))) ··· 922 925 chalk@5.3.0: 923 926 resolution: {integrity: sha512-dLitG79d+GV1Nb/VYcCDFivJeK1hiukt9QjRNVOsUtTy1rR1YJsmpGGTZ3qJos+uw7WmWF4wUwBd9jxjocFC2w==} 924 927 engines: {node: ^12.17.0 || ^14.13 || >=16.0.0} 928 + 929 + change-case@5.4.4: 930 + resolution: {integrity: sha512-HRQyTk2/YPEkt9TnUPbOpr64Uw3KOicFWPVBb+xiHvd6eBx/qPr9xqfBFDT8P2vWsvvz4jbEkfDe71W3VyNu2w==} 925 931 926 932 character-entities-html4@2.1.0: 927 933 resolution: {integrity: sha512-1v7fgQRj6hnSwFpq1Eu0ynr/CDEw0rXo2B61qXrLNdHZmPKgb7fqS1a2JwF0rISo9q77jDI8VMEHoApn8qDoZA==} ··· 2140 2146 sprintf-js@1.0.3: 2141 2147 resolution: {integrity: sha512-D9cPgkvLlV3t3IzL0D0YLvGA9Ahk4PcvVwUbN0dSGr1aP0Nrt4AEnTUbuGvquEC0mA64Gqt1fzirlRs5ibXx8g==} 2142 2148 2149 + starlight-cooler-credit@0.3.1: 2150 + resolution: {integrity: sha512-HIWP9YWnM26roiroTzLUgBK8IiyMuYyhdLjfk1OGv2609YbRvHoa1BoRYmS4YJpXg8S6ljqlw+b+nNI4m1u9tg==} 2151 + engines: {node: ^18.17.1 || ^20.3.0 || >=21.0.0} 2152 + peerDependencies: 2153 + '@astrojs/starlight': '>=0.32' 2154 + 2143 2155 starlight-image-zoom@0.11.1: 2144 2156 resolution: {integrity: sha512-TmnAyS+MWWV6h1fjuezrMFA36REd+7QzcjDFFFyC4ws5FDMoHsjQn0MlHM0cUaHEKfQ9y1PpL9LijCvRFuGbuw==} 2145 2157 engines: {node: '>=18'} ··· 3560 3572 ccount@2.0.1: {} 3561 3573 3562 3574 chalk@5.3.0: {} 3575 + 3576 + change-case@5.4.4: {} 3563 3577 3564 3578 character-entities-html4@2.1.0: {} 3565 3579 ··· 5324 5338 xmldom-sre: 0.1.31 5325 5339 5326 5340 sprintf-js@1.0.3: {} 5341 + 5342 + starlight-cooler-credit@0.3.1(@astrojs/starlight@0.32.2(astro@5.4.2(jiti@1.21.6)(rollup@4.35.0)(typescript@5.7.2))): 5343 + dependencies: 5344 + '@astrojs/starlight': 0.32.2(astro@5.4.2(jiti@1.21.6)(rollup@4.35.0)(typescript@5.7.2)) 5345 + change-case: 5.4.4 5327 5346 5328 5347 starlight-image-zoom@0.11.1(@astrojs/starlight@0.32.2(astro@5.4.2(jiti@1.21.6)(rollup@4.35.0)(typescript@5.7.2))): 5329 5348 dependencies:
+5
starlight/astro.config.mjs
··· 2 2 import { defineConfig } from "astro/config"; 3 3 import rehypeMathjax from "rehype-mathjax"; 4 4 import remarkMath from "remark-math"; 5 + import starlightCoolerCredit from "starlight-cooler-credit"; 5 6 import starlightImageZoom from "starlight-image-zoom"; 6 7 import starlightLinksValidator from "starlight-links-validator"; 7 8 import starlightSidebarTopicsDropdown from "starlight-sidebar-topics-dropdown"; ··· 240 241 }, 241 242 ]), 242 243 starlightThemeRapide(), 244 + starlightCoolerCredit({ 245 + customImage: "./src/assets/starlight-hero-star.png", 246 + customImageAlt: "Mutant Logo", 247 + }), 243 248 ], 244 249 credits: true, 245 250 }),
+1
starlight/package.json
··· 24 24 "rehype-mathjax": "^7.1.0", 25 25 "remark-math": "^6.0.0", 26 26 "sharp": "^0.33.5", 27 + "starlight-cooler-credit": "^0.3.1", 27 28 "starlight-image-zoom": "^0.11.1", 28 29 "starlight-links-validator": "^0.14.3", 29 30 "starlight-sidebar-topics-dropdown": "^0.4.1",
starlight/src/assets/starlight-hero-star.png

This is a binary file and will not be displayed.

+8
starlight/src/styles/custom.css
··· 30 30 div.sidebar-pane ul.top-level > li > a { 31 31 font-size: var(--sl-text-sm) !important; 32 32 } 33 + 34 + .sl-markdown-content :is(th, td):first-of-type:not(:where(.not-content *)) { 35 + padding-left: 0.5rem !important; 36 + } 37 + 38 + .sl-markdown-content :is(th, td):last-of-type:not(:where(.not-content *)) { 39 + padding-right: 0.5rem !important; 40 + }
+2 -2
starlight/src/styles/landing.css
··· 17 17 } 18 18 19 19 [data-has-hero] header { 20 - border-bottom: 1px solid transparent; 21 - background-color: transparent; 20 + border-bottom: 1px solid transparent !important; 21 + background-color: transparent !important; 22 22 -webkit-backdrop-filter: blur(16px); 23 23 backdrop-filter: blur(16px); 24 24 }