Birthday and small fix
All checks were successful
Linting and checking code / get-version (push) Successful in 2s
Linting and checking code / astro-check (push) Successful in 13s
Build and deploy preview site / check-tag (push) Successful in 2s
Build and deploy preview site / checking (push) Successful in 14s
Build and deploy preview site / build-site (push) Successful in 1m22s
Build and deploy preview site / run-unlighthouse (push) Successful in 0s
Build and deploy preview site / auto-deploy-dockge (push) Successful in 3s
Build and deploy preview site / create-release (push) Successful in 7s

This commit is contained in:
Firq 2024-10-27 14:58:32 +01:00
parent fa88fede29
commit 19e7d02520
Signed by: Firq
GPG key ID: 4DE1059A4666E89F
6 changed files with 10 additions and 8 deletions

View file

@ -1,6 +1,7 @@
import { defineConfig } from 'astro/config';
import sitemap from "@astrojs/sitemap";
import astroMetaTags from "astro-meta-tags";
import mdx from "@astrojs/mdx";
// https://astro.build/config
@ -10,5 +11,5 @@ export default defineConfig({
outDir: 'dist',
publicDir: 'public',
site: 'https://firq.dev/',
integrations: [sitemap(), mdx()]
integrations: [sitemap(), mdx(), astroMetaTags()]
});

6
package-lock.json generated
View file

@ -1,12 +1,12 @@
{
"name": "@firq/fgosite",
"version": "0.2.0-pre.40",
"version": "0.2.0-pre.43",
"lockfileVersion": 3,
"requires": true,
"packages": {
"": {
"name": "@firq/fgosite",
"version": "0.2.0-pre.40",
"version": "0.2.0-pre.43",
"dependencies": {
"@astro-community/astro-embed-youtube": "^0.5.2",
"@astrojs/check": "^0.9.4",
@ -14,7 +14,7 @@
"@astrojs/sitemap": "^3.2.1",
"@fontsource-variable/work-sans": "^5.1.0",
"astro": "^4.16.6",
"astro-meta-tags": "^0.3.0",
"astro-meta-tags": "^0.3.1",
"autoprefixer": "^10.4.19",
"iconoir": "^7.7.0",
"postcss-preset-env": "^9.6.0",

View file

@ -1,7 +1,7 @@
{
"name": "@firq/fgosite",
"type": "module",
"version": "0.2.0-pre.42",
"version": "0.2.0-pre.43",
"private": true,
"scripts": {
"dev": "astro dev",
@ -17,7 +17,7 @@
"@astrojs/sitemap": "^3.2.1",
"@fontsource-variable/work-sans": "^5.1.0",
"astro": "^4.16.6",
"astro-meta-tags": "^0.3.0",
"astro-meta-tags": "^0.3.1",
"autoprefixer": "^10.4.19",
"iconoir": "^7.7.0",
"postcss-preset-env": "^9.6.0",

View file

@ -4,7 +4,7 @@
<div>
<p>
I'm a 23 year old software developer from Germany. Even if my roots are with Electrical Engineering,
I'm a 24 year old software developer from Germany. Even if my roots are with Electrical Engineering,
I am currently pursuing a Masters Degree in Computer Science after starting to code more during my studies.
I am mostly programming in Python, but I'm also confident in writing Javascript.
</p>

View file

@ -38,7 +38,7 @@ const display = fadeout ? "": "display: none"
margin: 1rem 0px 0px;
padding: 0.5rem 0.75rem;
text-decoration: none;
background: radial-gradient(var(--c-primary-background), var(--c-secondary-background)) ;
background: var(--c-primary-background);
border-radius: 10px;
border: 2px var(--c-accent-1) solid;
}

View file

@ -41,6 +41,7 @@ import LinkContainer from "../links/linkContainer.astro";
font-size: 1rem;
font-weight: 400;
font-family: 'Work Sans Variable', sans-serif;
width: 97.5%;
}
.fancy {