diff --git a/.github/dependabot.yml b/.github/dependabot.yml index ac85d1a..7c6f570 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -1,8 +1,8 @@ version: 2 updates: - - package-ecosystem: "github-actions" - directory: "/" + - package-ecosystem: 'github-actions' + directory: '/' schedule: - interval: "weekly" + interval: 'weekly' reviewers: - - "bartvdbraak" \ No newline at end of file + - 'bartvdbraak' diff --git a/.github/renovate.json b/.github/renovate.json index 2088054..35fbcc2 100644 --- a/.github/renovate.json +++ b/.github/renovate.json @@ -1,5 +1,5 @@ { - "$schema": "https://docs.renovatebot.com/renovate-schema.json", - "extends": ["config:base"], - "reviewers": ["bartvdbraak"] -} \ No newline at end of file + "$schema": "https://docs.renovatebot.com/renovate-schema.json", + "extends": ["config:base"], + "reviewers": ["bartvdbraak"] +} diff --git a/.github/workflows/unlighthouse-report.yaml b/.github/workflows/unlighthouse-report.yaml index 788c796..887b890 100644 --- a/.github/workflows/unlighthouse-report.yaml +++ b/.github/workflows/unlighthouse-report.yaml @@ -1,6 +1,6 @@ name: Unlighthouse report -on: [ pull_request ] +on: [pull_request] permissions: pull-requests: write @@ -33,7 +33,7 @@ jobs: uses: pnpm/action-setup@v2.2.4 with: version: 8.6.11 - + - name: Use Node.js ${{ matrix.node-version }} uses: actions/setup-node@v3.7.0 with: diff --git a/README.md b/README.md index f1a9201..d9bdda9 100644 --- a/README.md +++ b/README.md @@ -73,4 +73,4 @@ Let's connect! You can find me on: - GitHub: [github.com/bartvdbraak](https://github.com/bartvdbraak) - Email: bart@vanderbraak.nl -Looking forward to hearing from you! 😊 \ No newline at end of file +Looking forward to hearing from you! 😊 diff --git a/postcss.config.cjs b/postcss.config.cjs index 3cb3f98..99f1ccb 100644 --- a/postcss.config.cjs +++ b/postcss.config.cjs @@ -3,10 +3,7 @@ const tailwindcss = require('tailwindcss'); const autoprefixer = require('autoprefixer'); const config = { - plugins: [ - tailwindcss(), - autoprefixer - ] + plugins: [tailwindcss(), autoprefixer] }; module.exports = config; diff --git a/src/app.html b/src/app.html index a9a7224..96ccf6c 100644 --- a/src/app.html +++ b/src/app.html @@ -1,20 +1,20 @@ -
- - - - - - - - - - -As a DevOps engineer, I thrive on solving complex challenges with the power of code and - automation. My passion for streamlining workflows led me to create internal tooling using - APIs, boosting productivity for myself and my colleagues. Outside of work, I enjoy taking on - side projects that push my boundaries, expanding my skill set, and exploring new - technologies. I strongly believe that innovation and continuous learning are key drivers of - success in the ever-evolving tech landscape. + automation. My passion for streamlining workflows led me to create internal tooling using APIs, + boosting productivity for myself and my colleagues. Outside of work, I enjoy taking on side + projects that push my boundaries, expanding my skill set, and exploring new technologies. I + strongly believe that innovation and continuous learning are key drivers of success in the + ever-evolving tech landscape.
- +
diff --git a/src/routes/blog/[slug]/+page.svelte b/src/routes/blog/[slug]/+page.svelte
index fdc9b04..0f65c0d 100644
--- a/src/routes/blog/[slug]/+page.svelte
+++ b/src/routes/blog/[slug]/+page.svelte
@@ -1,6 +1,6 @@