Mirror of
0
fork

Configure Feed

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

Merge pull request #2 from trueberryless-org/rapide-theme

Add rapide theme

authored by

trueberryless and committed by
GitHub
43c4d6ea 7899f56b

+44 -20
+5
.changeset/smooth-shirts-hear.md
··· 1 + --- 2 + "mutanuq": minor 3 + --- 4 + 5 + Add rapide theme
+13
pnpm-lock.yaml
··· 65 65 starlight-sidebar-topics-dropdown: 66 66 specifier: ^0.4.1 67 67 version: 0.4.1(@astrojs/starlight@0.32.2(astro@5.4.2(jiti@1.21.6)(rollup@4.35.0)(typescript@5.7.2))) 68 + starlight-theme-rapide: 69 + specifier: ^0.4.0 70 + version: 0.4.0(@astrojs/starlight@0.32.2(astro@5.4.2(jiti@1.21.6)(rollup@4.35.0)(typescript@5.7.2))) 68 71 starlight-view-modes: 69 72 specifier: ^0.5.3 70 73 version: 0.5.3(@astrojs/starlight@0.32.2(astro@5.4.2(jiti@1.21.6)(rollup@4.35.0)(typescript@5.7.2)))(astro@5.4.2(jiti@1.21.6)(rollup@4.35.0)(typescript@5.7.2)) ··· 2154 2157 engines: {node: ^18.17.1 || ^20.3.0 || >=21.0.0} 2155 2158 peerDependencies: 2156 2159 '@astrojs/starlight': '>=0.30' 2160 + 2161 + starlight-theme-rapide@0.4.0: 2162 + resolution: {integrity: sha512-go2JEA3p1CNo3zqhS1pDkhCXAJNG8O7sX7KdIebae+ogaAndFRKXFtXhmw+9O/CWM785Vje6mGIXlwLer0faLQ==} 2163 + engines: {node: '>=18'} 2164 + peerDependencies: 2165 + '@astrojs/starlight': '>=0.32.0' 2157 2166 2158 2167 starlight-view-modes@0.5.3: 2159 2168 resolution: {integrity: sha512-d34w7E+wA8GIVPRcHkxJ11OPgORxVm3KQHWQkYwQh6N5S4YCjuoNDY5mHlRvxbob/i6ZXxCB5ZJdWneFltVKJQ==} ··· 5343 5352 - supports-color 5344 5353 5345 5354 starlight-sidebar-topics-dropdown@0.4.1(@astrojs/starlight@0.32.2(astro@5.4.2(jiti@1.21.6)(rollup@4.35.0)(typescript@5.7.2))): 5355 + dependencies: 5356 + '@astrojs/starlight': 0.32.2(astro@5.4.2(jiti@1.21.6)(rollup@4.35.0)(typescript@5.7.2)) 5357 + 5358 + starlight-theme-rapide@0.4.0(@astrojs/starlight@0.32.2(astro@5.4.2(jiti@1.21.6)(rollup@4.35.0)(typescript@5.7.2))): 5346 5359 dependencies: 5347 5360 '@astrojs/starlight': 0.32.2(astro@5.4.2(jiti@1.21.6)(rollup@4.35.0)(typescript@5.7.2)) 5348 5361
+2
starlight/astro.config.mjs
··· 5 5 import starlightImageZoom from "starlight-image-zoom"; 6 6 import starlightLinksValidator from "starlight-links-validator"; 7 7 import starlightSidebarTopicsDropdown from "starlight-sidebar-topics-dropdown"; 8 + import starlightThemeRapide from "starlight-theme-rapide"; 8 9 import starlightViewModes from "starlight-view-modes"; 9 10 10 11 // https://astro.build/config ··· 238 239 ], 239 240 }, 240 241 ]), 242 + starlightThemeRapide(), 241 243 ], 242 244 credits: true, 243 245 }),
+1
starlight/package.json
··· 27 27 "starlight-image-zoom": "^0.11.1", 28 28 "starlight-links-validator": "^0.14.3", 29 29 "starlight-sidebar-topics-dropdown": "^0.4.1", 30 + "starlight-theme-rapide": "^0.4.0", 30 31 "starlight-view-modes": "^0.5.3" 31 32 }, 32 33 "packageManager": "pnpm@9.6.0"
+1 -1
starlight/src/components/CustomPagination.astro
··· 1 1 --- 2 - import Pagination from "@astrojs/starlight/components/Pagination.astro"; 2 + import Pagination from "starlight-theme-rapide/overrides/Pagination.astro"; 3 3 import FeedbackComponent from "./FeedbackComponent.astro"; 4 4 5 5 const { entry } = Astro.locals.starlightRoute;
+10 -19
starlight/src/content/docs/en/index.mdx
··· 14 14 link: /en/artificial-intelligence/ 15 15 icon: right-arrow 16 16 variant: primary 17 - - text: Contribute on github 17 + - text: Contribute on 18 18 link: https://github.com/trueberryless-org/mutanuq 19 - icon: external 19 + icon: seti:github 20 20 sidebar: 21 21 hidden: true 22 22 --- ··· 25 25 26 26 ## Help or explore the universe 27 27 28 + {/* prettier-ignore */} 28 29 <CardGrid stagger> 29 30 <Card title="Sniff into the knowledge" icon="random"> 30 - You're interested in technical college knowledge? Explore the Mutanuq 31 - universe! 31 + You're interested in technical college knowledge? Explore the Mutanuq universe! 32 32 </Card> 33 33 <Card title="Contribute to the universe" icon="add-document"> 34 - Check out the project on{" "} 35 - <a href="https://github.com/trueberryless-org/mutanuq">GitHub</a> and create 36 - pull requests. 34 + Check out the project on <a href="https://github.com/trueberryless-org/mutanuq">GitHub</a> and create pull requests. 37 35 </Card> 38 36 <Card title="Support my work" icon="rocket"> 39 - I would really appreciate if you support my work, either on{" "} 40 - <a href="https://www.paypal.com/donate/?hosted_button_id=WDQ5D2VQ6SWEC"> 41 - PayPal 42 - </a> 43 - , <a href="https://www.patreon.com/trueberryless">Patreon</a> or{" "} 44 - <a href="https://ko-fi.com/trueberryless">Ko-fi</a>. 37 + I would really appreciate if you support my work, either on <a href="https://www.paypal.com/donate/?hosted_button_id=WDQ5D2VQ6SWEC">PayPal</a>, <a href="https://www.patreon.com/trueberryless">Patreon</a> or <a href="https://ko-fi.com/trueberryless">Ko-fi</a>. 38 + </Card> 39 + <Card title="Correct my mistakes" icon="pencil"> 40 + If you notice any errors in content or spelling mistakes, click on `Edit page` at the bottom to correct them! 45 41 </Card> 46 42 <Card title="Star the project" icon="star"> 47 - Give the Mutanuq project a star on{" "} 48 - <a href="https://github.com/trueberryless-org/mutanuq">GitHub</a>! 49 - </Card> 50 - <Card title="Correct my mistakes" icon="pencil"> 51 - If you notice any errors in content or spelling mistakes, click on `Edit 52 - page` at the bottom to correct them! 43 + Give the Mutanuq project a star on <a href="https://github.com/trueberryless-org/mutanuq">GitHub</a>! 53 44 </Card> 54 45 </CardGrid> 55 46
+12
starlight/src/styles/custom.css
··· 18 18 :is(code, code *) { 19 19 font-family: "JetBrains Mono Variable", sans-serif !important; 20 20 } 21 + 22 + div.sidebar-pane ul.top-level > li + li { 23 + margin-top: 0rem !important; 24 + } 25 + 26 + div.sidebar-pane ul.top-level > li:has(details) { 27 + margin-block: 0.5rem !important; 28 + } 29 + 30 + div.sidebar-pane ul.top-level > li > a { 31 + font-size: var(--sl-text-sm) !important; 32 + }