Compare commits

...

19 Commits

Author SHA1 Message Date
alexlebens 2556adb7cb Merge pull request 'Update dependency shiki to v3.11.0' (#79) from renovate/shiki-monorepo into main
test-build / build (push) Has been cancelled
renovate / renovate (push) Has been cancelled
Reviewed-on: #79
2025-08-23 23:14:31 +00:00
renovate-bot 4ad9ec7d1e Update dependency shiki to v3.11.0
renovate/stability-days Updates have met minimum release age requirement
test-build / build (pull_request) Successful in 1m35s
2025-08-21 00:01:28 +00:00
alexlebens be91babd39 Merge pull request 'Update dependency typescript-eslint to v8.40.0' (#78) from renovate/typescript-eslint-monorepo into main
test-build / build (push) Successful in 1m51s
renovate / renovate (push) Successful in 1m9s
Reviewed-on: #78
2025-08-20 23:31:22 +00:00
renovate-bot e189edbfe5 Update dependency typescript-eslint to v8.40.0
renovate/stability-days Updates have met minimum release age requirement
test-build / build (pull_request) Successful in 49s
2025-08-20 00:03:17 +00:00
renovate-bot 17f37152a5 Update dependency @eslint-react/eslint-plugin to v1.52.6
renovate/stability-days Updates have met minimum release age requirement
renovate / renovate (push) Successful in 1m4s
test-build / build (pull_request) Successful in 1m23s
test-build / build (push) Successful in 1m20s
2025-08-20 00:02:04 +00:00
renovate-bot 80c7f6ddc2 Merge pull request 'Update dependency @iconify-json/simple-icons to v1.2.48' (#76) from renovate/iconify-json-simple-icons-1.x-lockfile into main
test-build / build (push) Successful in 1m14s
renovate / renovate (push) Successful in 2m30s
2025-08-19 00:01:36 +00:00
renovate-bot cac399b924 Update dependency @iconify-json/simple-icons to v1.2.48
renovate/stability-days Updates have met minimum release age requirement
test-build / build (pull_request) Successful in 1m16s
2025-08-19 00:01:31 +00:00
alexlebens d7b0b846d2 Merge pull request 'Update astro monorepo' (#73) from renovate/astro-monorepo into main
test-build / build (push) Successful in 1m13s
renovate / renovate (push) Successful in 1m23s
Reviewed-on: #73
2025-08-17 02:13:37 +00:00
renovate-bot d04967e435 Update astro monorepo
renovate/stability-days Updates have met minimum release age requirement
test-build / build (pull_request) Successful in 50s
2025-08-17 00:02:37 +00:00
renovate-bot 866ab47458 Update dependency @eslint-react/eslint-plugin to v1.52.5
renovate/stability-days Updates have met minimum release age requirement
renovate / renovate (push) Successful in 52s
test-build / build (pull_request) Successful in 1m10s
test-build / build (push) Successful in 1m6s
2025-08-17 00:01:45 +00:00
renovate-bot f835e06d6f Update tailwindcss monorepo to v4.1.12
renovate/stability-days Updates have met minimum release age requirement
test-build / build (pull_request) Successful in 1m14s
test-build / build (push) Successful in 1m22s
renovate / renovate (push) Successful in 1m34s
2025-08-16 00:02:17 +00:00
renovate-bot ac31a5a608 Update dependency @eslint-react/eslint-plugin to v1.52.4
renovate/stability-days Updates have met minimum release age requirement
test-build / build (push) Successful in 56s
test-build / build (pull_request) Successful in 1m16s
renovate / renovate (push) Successful in 2m16s
2025-08-15 00:01:33 +00:00
renovate-bot 0f93b9d138 Update dependency @types/react to v19.1.10
test-build / build (push) Successful in 1m6s
renovate / renovate (push) Successful in 1m27s
2025-08-13 00:02:15 +00:00
renovate-bot 2211107a2c Update dependency @directus/sdk to v20.0.2
renovate/stability-days Updates have met minimum release age requirement
renovate / renovate (push) Has been cancelled
test-build / build (push) Has been cancelled
test-build / build (pull_request) Successful in 1m17s
2025-08-13 00:01:54 +00:00
alexlebens b58cbdbe0a remove old files
test-build / build (push) Successful in 1m15s
renovate / renovate (push) Successful in 1m28s
2025-08-11 21:11:44 -05:00
alexlebens 49e2376dbf release 2.0.5
renovate / renovate (push) Successful in 25s
test-build / build (push) Successful in 55s
release-image / release (push) Successful in 4m45s
2025-08-11 19:37:01 -05:00
alexlebens 6b1eaa439a fix value
renovate / renovate (push) Has been cancelled
test-build / build (push) Has been cancelled
2025-08-11 19:36:44 -05:00
alexlebens f92f911360 release 2.0.4
renovate / renovate (push) Successful in 46s
test-build / build (push) Failing after 47s
release-image / release (push) Failing after 1m26s
2025-08-11 19:34:59 -05:00
alexlebens 1cdbbd4a11 use double quotes
test-build / build (push) Has been cancelled
renovate / renovate (push) Has been cancelled
2025-08-11 19:34:43 -05:00
7 changed files with 554 additions and 790 deletions
+1 -1
View File
@@ -1,7 +1,7 @@
ARG REGISTRY=docker.io ARG REGISTRY=docker.io
FROM ${REGISTRY}/node:22.18.0-alpine3.22 AS base FROM ${REGISTRY}/node:22.18.0-alpine3.22 AS base
LABEL version="2.0.3" LABEL version="2.0.5"
LABEL description="Astro based personal website" LABEL description="Astro based personal website"
ENV PNPM_HOME="/pnpm" ENV PNPM_HOME="/pnpm"
-23
View File
@@ -1,23 +0,0 @@
# MIT License
Copyright (c) 2025 Lê Vĩnh Khang
Copyright (c) 2025 Alex Lebens
Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
in the Software without restriction, including without limitation the rights
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
copies of the Software, and to permit persons to whom the Software is
furnished to do so, subject to the following conditions:
The above copyright notice and this permission notice shall be included in all
copies or substantial portions of the Software.
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
SOFTWARE.
+2 -2
View File
@@ -1,7 +1,7 @@
{ {
"name": "site-profile", "name": "site-profile",
"type": "module", "type": "module",
"version": "2.0.3", "version": "2.0.5",
"homepage": "https://www.alexlebens.dev", "homepage": "https://www.alexlebens.dev",
"bugs": { "bugs": {
"url": "https://gitea.alexlebens.dev/alexlebens/site-profile/issues", "url": "https://gitea.alexlebens.dev/alexlebens/site-profile/issues",
@@ -79,6 +79,6 @@
"prettier-plugin-tailwindcss": "^0.6.14", "prettier-plugin-tailwindcss": "^0.6.14",
"timeago.js": "^4.0.2", "timeago.js": "^4.0.2",
"typescript": "5.9.2", "typescript": "5.9.2",
"typescript-eslint": "8.39.1" "typescript-eslint": "8.40.0"
} }
} }
+549 -704
View File
File diff suppressed because it is too large Load Diff
+1 -1
View File
@@ -1,4 +1,4 @@
--- ---
title: 'Cloud ☁️' title: 'Cloud ☁️'
description: 'Its just someone else's server' description: "Its just someone else's server"
--- ---
+1 -1
View File
@@ -13,7 +13,7 @@ import blogImg from '@images/autumn_tree.png';
const global = await directus.request(readSingleton('site_global')); const global = await directus.request(readSingleton('site_global'));
const posts = await directus.request( const posts = await directus.request(
readItems('posts', { readItems('posts', {
filter: { status: { _eq: true } }, filter: { published: { _eq: true } },
fields: ['*'], fields: ['*'],
sort: ['-published_date'], sort: ['-published_date'],
}) })
-58
View File
@@ -1,58 +0,0 @@
/** @type {import('tailwindcss').Config} */
module.exports = {
content: ['./src/**/*.{astro,html,js,jsx,md,mdx,svelte,ts,tsx,vue}', '*.{js,ts,jsx,tsx,mdx}'],
darkMode: 'class',
theme: {
extend: {
typography: (theme) => ({
DEFAULT: {
css: {
a: {
color: theme('colors.zinc.900'),
'&:hover': {
color: theme('colors.zinc.700'),
},
textDecoration: 'underline',
textDecorationColor: theme('colors.zinc.400'),
textUnderlineOffset: '2px',
},
'h1, h2, h3, h4, h5, h6': {
color: theme('colors.zinc.900'),
},
code: {
color: theme('colors.zinc.900'),
backgroundColor: theme('colors.zinc.100'),
borderRadius: theme('borderRadius.md'),
padding: `${theme('padding.1')} ${theme('padding.1.5')}`,
},
'code::before': {
content: '""',
},
'code::after': {
content: '""',
},
},
},
invert: {
css: {
a: {
color: theme('colors.zinc.100'),
'&:hover': {
color: theme('colors.zinc.300'),
},
textDecorationColor: theme('colors.zinc.700'),
},
'h1, h2, h3, h4, h5, h6': {
color: theme('colors.zinc.100'),
},
code: {
color: theme('colors.zinc.100'),
backgroundColor: theme('colors.zinc.800'),
},
},
},
}),
},
},
plugins: [require('@tailwindcss/typography')],
};