mirror of
https://github.com/alexohneander/alexohneander-astro.git
synced 2025-12-16 12:10:12 +00:00
Compare commits
39 Commits
v2.3.14
...
dependabot
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
9b3e69e27c | ||
| 72739701a8 | |||
| 8bc8c9550c | |||
|
|
7024d50fca | ||
|
|
c6859cb651 | ||
| 9729792cfd | |||
| 696c5c1e05 | |||
|
|
ddea171ea2 | ||
|
|
fde0158330 | ||
| 3136a4b455 | |||
| 7390d7aa36 | |||
| 8709e60483 | |||
| 72e69364c0 | |||
| 54ab42c7b5 | |||
|
|
c537a95b72 | ||
| af9dfe9e6b | |||
|
|
e3fef30bcd | ||
| a4765a8ca7 | |||
| 15040820be | |||
|
|
b40b5b9283 | ||
|
|
4788fe2cb6 | ||
| 6fbb03a7ed | |||
| a1e390287d | |||
| 351eff1e15 | |||
|
|
3114fca069 | ||
| b14b975ef6 | |||
| 87fbaff137 | |||
|
|
ecf293c153 | ||
| d7566f1472 | |||
| 7c08062e35 | |||
| 0aa7005de9 | |||
|
|
e536f05258 | ||
| 48346c9c6f | |||
|
|
2e28aa45bb | ||
|
|
3516342fea | ||
|
|
98beb48e6d | ||
|
|
555d0a011e | ||
|
|
157cc7780a | ||
| 974236e5a4 |
11
.github/dependabot.yml
vendored
Normal file
11
.github/dependabot.yml
vendored
Normal file
@@ -0,0 +1,11 @@
|
|||||||
|
# To get started with Dependabot version updates, you'll need to specify which
|
||||||
|
# package ecosystems to update and where the package manifests are located.
|
||||||
|
# Please see the documentation for all configuration options:
|
||||||
|
# https://docs.github.com/code-security/dependabot/dependabot-version-updates/configuration-options-for-the-dependabot.yml-file
|
||||||
|
|
||||||
|
version: 2
|
||||||
|
updates:
|
||||||
|
- package-ecosystem: "" # See documentation for possible values
|
||||||
|
directory: "/" # Location of package manifests
|
||||||
|
schedule:
|
||||||
|
interval: "weekly"
|
||||||
@@ -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
|
||||||
|
|||||||
10842
package-lock.json
generated
10842
package-lock.json
generated
File diff suppressed because it is too large
Load Diff
@@ -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",
|
||||||
|
|||||||
@@ -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",
|
||||||
|
|||||||
@@ -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.
|
||||||
|
|||||||
Reference in New Issue
Block a user