13 Commits

Author SHA1 Message Date
3136a4b455 Update index.astro 2024-11-04 08:22:26 +01:00
7390d7aa36 Update config.ts 2024-11-04 08:21:43 +01:00
8709e60483 Update values-prod.yaml 2024-11-03 15:52:00 +01:00
72e69364c0 Update values-prod.yaml 2024-11-03 15:49:39 +01:00
54ab42c7b5 Merge pull request #14 from alexohneander/dependabot/npm_and_yarn/multi-f226eec316
build(deps): bump cookie, astro and @astrojs/tailwind
2024-10-17 08:33:15 +02:00
dependabot[bot]
c537a95b72 build(deps): bump cookie, astro and @astrojs/tailwind
Bumps [cookie](https://github.com/jshttp/cookie) to 0.7.2 and updates ancestor dependencies [cookie](https://github.com/jshttp/cookie), [astro](https://github.com/withastro/astro/tree/HEAD/packages/astro) and [@astrojs/tailwind](https://github.com/withastro/astro/tree/HEAD/packages/integrations/tailwind). These dependencies need to be updated together.


Updates `cookie` from 0.5.0 to 0.7.2
- [Release notes](https://github.com/jshttp/cookie/releases)
- [Commits](https://github.com/jshttp/cookie/compare/v0.5.0...v0.7.2)

Updates `astro` from 2.6.6 to 4.16.4
- [Release notes](https://github.com/withastro/astro/releases)
- [Changelog](https://github.com/withastro/astro/blob/main/packages/astro/CHANGELOG.md)
- [Commits](https://github.com/withastro/astro/commits/astro@4.16.4/packages/astro)

Updates `@astrojs/tailwind` from 3.1.3 to 5.1.2
- [Release notes](https://github.com/withastro/astro/releases)
- [Changelog](https://github.com/withastro/astro/blob/main/packages/integrations/tailwind/CHANGELOG.md)
- [Commits](https://github.com/withastro/astro/commits/@astrojs/tailwind@5.1.2/packages/integrations/tailwind)

---
updated-dependencies:
- dependency-name: cookie
  dependency-type: indirect
- dependency-name: astro
  dependency-type: direct:production
- dependency-name: "@astrojs/tailwind"
  dependency-type: direct:development
...

Signed-off-by: dependabot[bot] <support@github.com>
2024-10-15 12:02:59 +00:00
af9dfe9e6b Merge pull request #11 from alexohneander/dependabot/npm_and_yarn/path-to-regexp-6.3.0
build(deps): bump path-to-regexp from 6.2.1 to 6.3.0
2024-09-13 23:14:32 +02:00
dependabot[bot]
e3fef30bcd build(deps): bump path-to-regexp from 6.2.1 to 6.3.0
Bumps [path-to-regexp](https://github.com/pillarjs/path-to-regexp) from 6.2.1 to 6.3.0.
- [Release notes](https://github.com/pillarjs/path-to-regexp/releases)
- [Changelog](https://github.com/pillarjs/path-to-regexp/blob/master/History.md)
- [Commits](https://github.com/pillarjs/path-to-regexp/compare/v6.2.1...v6.3.0)

---
updated-dependencies:
- dependency-name: path-to-regexp
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>
2024-09-12 18:27:09 +00:00
a4765a8ca7 Merge pull request #10 from alexohneander/dependabot/npm_and_yarn/dset-3.1.4
build(deps): bump dset from 3.1.2 to 3.1.4
2024-09-12 15:36:47 +02:00
15040820be Merge pull request #9 from alexohneander/dependabot/npm_and_yarn/micromatch-4.0.8
build(deps): bump micromatch from 4.0.5 to 4.0.8
2024-09-12 15:36:34 +02:00
dependabot[bot]
b40b5b9283 build(deps): bump dset from 3.1.2 to 3.1.4
Bumps [dset](https://github.com/lukeed/dset) from 3.1.2 to 3.1.4.
- [Release notes](https://github.com/lukeed/dset/releases)
- [Commits](https://github.com/lukeed/dset/compare/v3.1.2...v3.1.4)

---
updated-dependencies:
- dependency-name: dset
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>
2024-09-11 23:28:47 +00:00
dependabot[bot]
4788fe2cb6 build(deps): bump micromatch from 4.0.5 to 4.0.8
Bumps [micromatch](https://github.com/micromatch/micromatch) from 4.0.5 to 4.0.8.
- [Release notes](https://github.com/micromatch/micromatch/releases)
- [Changelog](https://github.com/micromatch/micromatch/blob/master/CHANGELOG.md)
- [Commits](https://github.com/micromatch/micromatch/compare/4.0.5...4.0.8)

---
updated-dependencies:
- dependency-name: micromatch
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>
2024-09-05 09:36:23 +00:00
6fbb03a7ed Update values-prod.yaml 2024-08-12 10:04:31 +02:00
5 changed files with 7262 additions and 3652 deletions

View File

@@ -2,7 +2,7 @@ image:
repository: alexohneander/alexohneander-astro repository: alexohneander/alexohneander-astro
pullPolicy: IfNotPresent pullPolicy: IfNotPresent
# Overrides the image tag whose default is the chart appVersion. # Overrides the image tag whose default is the chart appVersion.
tag: "v2.3.14" tag: "v2.4.0"
ingress: ingress:
enabled: true enabled: true
@@ -11,12 +11,24 @@ ingress:
kubernetes.io/ingress.class: nginx kubernetes.io/ingress.class: nginx
kubernetes.io/tls-acme: "true" kubernetes.io/tls-acme: "true"
cert-manager.io/cluster-issuer: letsencrypt-prod cert-manager.io/cluster-issuer: letsencrypt-prod
nginx.ingress.kubernetes.io/configuration-snippet : | #nginx.ingress.kubernetes.io/configuration-snippet : |
if ($request_uri ~* \.(gif|jpe?g|png|woff2)) { # if ($request_uri ~* \.(gif|jpe?g|png|woff2)) {
expires 1M; # expires 1M;
add_header Cache-Control "public"; # add_header Cache-Control "public";
} # }
hosts: hosts:
- host: www.wellnitz-alex.de
paths:
- path: /
pathType: Prefix
- host: www.alexohneander.de
paths:
- path: /
pathType: Prefix
- host: wellnitz-alex.de
paths:
- path: /
pathType: Prefix
- host: alexohneander.de - host: alexohneander.de
paths: paths:
- path: / - path: /
@@ -25,3 +37,6 @@ ingress:
- secretName: alexohneander-tls - secretName: alexohneander-tls
hosts: hosts:
- alexohneander.de - alexohneander.de
- wellnitz-alex.de
- www.alexohneander.de
- www.wellnitz-alex.de

10879
package-lock.json generated

File diff suppressed because it is too large Load Diff

View File

@@ -17,7 +17,7 @@
"dependencies": { "dependencies": {
"@astrojs/rss": "^2.4.1", "@astrojs/rss": "^2.4.1",
"@resvg/resvg-js": "^2.4.1", "@resvg/resvg-js": "^2.4.1",
"astro": "^2.4.5", "astro": "^4.16.4",
"fuse.js": "^6.6.2", "fuse.js": "^6.6.2",
"github-slugger": "^2.0.0", "github-slugger": "^2.0.0",
"remark-collapse": "^0.1.2", "remark-collapse": "^0.1.2",
@@ -28,7 +28,7 @@
"devDependencies": { "devDependencies": {
"@astrojs/react": "^2.1.3", "@astrojs/react": "^2.1.3",
"@astrojs/sitemap": "^1.4.0", "@astrojs/sitemap": "^1.4.0",
"@astrojs/tailwind": "^3.1.2", "@astrojs/tailwind": "^5.1.2",
"@divriots/jampack": "^0.11.2", "@divriots/jampack": "^0.11.2",
"@tailwindcss/typography": "^0.5.9", "@tailwindcss/typography": "^0.5.9",
"@types/github-slugger": "^1.3.0", "@types/github-slugger": "^1.3.0",

View File

@@ -3,7 +3,7 @@ import type { Site, SocialObjects } from "./types";
export const SITE: Site = { export const SITE: Site = {
website: "https://astro-paper.pages.dev/", website: "https://astro-paper.pages.dev/",
author: "Alex Wellnitz", author: "Alex Wellnitz",
desc: "A minimal, responsive and SEO-friendly Astro blog theme.", desc: "Alex Wellnitz DevOps Architect | Software Developer | Kubernetes Expert | Network Security | Web Performance Optimization. Accelerating web performance and modernizing application delivery.",
title: "Alexohneander", title: "Alexohneander",
subtitle: "Engineering Chaos", subtitle: "Engineering Chaos",
ogImage: "astropaper-og.jpg", ogImage: "astropaper-og.jpg",

View File

@@ -41,7 +41,7 @@ const socialCount = SOCIALS.filter(social => social.active).length;
</a> </a>
<p> <p>
I'm Alex, a DevOps architect and software developer. I currently hold I'm Alex Wellnitz, a DevOps architect and software developer. I currently hold
the role of DevOps Engineer at Materna, where I assist developers in the role of DevOps Engineer at Materna, where I assist developers in
accelerating web performance and provide guidance on various topics such accelerating web performance and provide guidance on various topics such
as web development, Kubernetes, network security, and more. as web development, Kubernetes, network security, and more.