Compare commits
17 Commits
0.0.9
...
2c66f054ac
| Author | SHA1 | Date | |
|---|---|---|---|
| 2c66f054ac | |||
| f4203df217 | |||
| e6c41b60f1 | |||
| 303022a508 | |||
| 5fb18bc6f9 | |||
| ecdb56e2aa | |||
| 9691ffb459 | |||
| 0bb0b969a5 | |||
| 0b8d54db12 | |||
| e603bb0ec6 | |||
| 1ee55bea25 | |||
| e44cf5c273 | |||
| 20b5ed4950 | |||
| 89ade69719 | |||
| 3e99430b70 | |||
| 19ce82a0e9 | |||
| df6bfe452e |
@@ -13,7 +13,7 @@ on:
|
||||
jobs:
|
||||
renovate:
|
||||
runs-on: ubuntu-latest
|
||||
container: ghcr.io/renovatebot/renovate:42
|
||||
container: ghcr.io/renovatebot/renovate:43
|
||||
steps:
|
||||
- name: Checkout
|
||||
uses: actions/checkout@v6
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
ARG REGISTRY=docker.io
|
||||
FROM ${REGISTRY}/node:24.13.0-alpine3.22 AS base
|
||||
FROM ${REGISTRY}/node:24.13.0-alpine AS base
|
||||
|
||||
ENV PNPM_HOME="/pnpm"
|
||||
ENV PATH="$PNPM_HOME:$PATH"
|
||||
@@ -28,7 +28,7 @@ ENV HOST=0.0.0.0
|
||||
ENV SITE_URL=https://docs.alexlebens.dev
|
||||
ENV PORT=4321
|
||||
|
||||
LABEL version="0.0.9"
|
||||
LABEL version="0.0.12"
|
||||
LABEL description="Astro based documentation website"
|
||||
|
||||
EXPOSE $PORT
|
||||
|
||||
@@ -4,7 +4,7 @@ import { defineConfig } from "astro/config";
|
||||
import node from "@astrojs/node";
|
||||
import tailwindcss from "@tailwindcss/vite";
|
||||
import starlight from "@astrojs/starlight";
|
||||
import catppuccin from "@catppuccin/starlight";
|
||||
import starlightThemeRapide from 'starlight-theme-rapide'
|
||||
|
||||
const getSiteURL = () => {
|
||||
if (process.env.SITE_URL) {
|
||||
@@ -29,10 +29,7 @@ export default defineConfig({
|
||||
},
|
||||
],
|
||||
plugins: [
|
||||
catppuccin({
|
||||
dark: { flavor: "macchiato", accent: "sapphire" },
|
||||
light: { flavor: "latte", accent: "sky" }
|
||||
})
|
||||
starlightThemeRapide()
|
||||
],
|
||||
sidebar: [
|
||||
{
|
||||
|
||||
26
package.json
26
package.json
@@ -1,7 +1,7 @@
|
||||
{
|
||||
"name": "site-documentation",
|
||||
"type": "module",
|
||||
"version": "0.0.9",
|
||||
"version": "0.0.12",
|
||||
"scripts": {
|
||||
"dev": "astro dev",
|
||||
"build": "astro build",
|
||||
@@ -12,27 +12,27 @@
|
||||
"astro": "astro"
|
||||
},
|
||||
"dependencies": {
|
||||
"@astrojs/mdx": "4.3.13",
|
||||
"@astrojs/node": "9.5.2",
|
||||
"@astrojs/starlight": "^0.37.1",
|
||||
"@catppuccin/starlight": "1.0.2",
|
||||
"@astrojs/mdx": "^4.3.13",
|
||||
"@astrojs/node": "^9.5.2",
|
||||
"@astrojs/starlight": "^0.37.6",
|
||||
"@tailwindcss/postcss": "^4.1.18",
|
||||
"@tailwindcss/vite": "^4.1.18",
|
||||
"astro": "5.16.15",
|
||||
"motion": "^12.23.26",
|
||||
"astro": "^5.17.1",
|
||||
"motion": "^12.33.0",
|
||||
"sanitize-html": "^2.17.0",
|
||||
"sharp": "^0.34.5",
|
||||
"starlight-theme-rapide": "^0.5.2",
|
||||
"tailwindcss": "^4.1.18"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@tailwindcss/typography": "^0.5.19",
|
||||
"@typescript-eslint/parser": "8.53.1",
|
||||
"eslint": "9.39.2",
|
||||
"eslint-config-prettier": "10.1.8",
|
||||
"eslint-plugin-astro": "1.5.0",
|
||||
"prettier": "^3.7.4",
|
||||
"@typescript-eslint/parser": "^8.54.0",
|
||||
"eslint": "^10.0.0",
|
||||
"eslint-config-prettier": "^10.1.8",
|
||||
"eslint-plugin-astro": "^1.5.0",
|
||||
"prettier": "^3.8.1",
|
||||
"prettier-plugin-astro": "^0.14.1",
|
||||
"prettier-plugin-tailwindcss": "^0.7.2",
|
||||
"typescript-eslint": "8.53.1"
|
||||
"typescript-eslint": "^8.54.0"
|
||||
}
|
||||
}
|
||||
1071
pnpm-lock.yaml
generated
1071
pnpm-lock.yaml
generated
File diff suppressed because it is too large
Load Diff
Reference in New Issue
Block a user