Skip to content

Commit

Permalink
Merge pull request #90 from raydak-labs/fix-typos
Browse files Browse the repository at this point in the history
Fix typos
  • Loading branch information
linkvt authored Jul 18, 2024
2 parents 036eba5 + 66e8c9c commit 4b276d9
Show file tree
Hide file tree
Showing 6 changed files with 1,307 additions and 930 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/static.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,13 +27,13 @@ jobs:
- name: Checkout
uses: actions/checkout@v4

- uses: pnpm/action-setup@v2
- uses: pnpm/action-setup@v4
with:
version: 8
version: latest

- uses: actions/setup-node@v4
with:
node-version: 20
node-version: lts/*
cache: pnpm

- run: pnpm install --frozen-lockfile
Expand Down
4 changes: 2 additions & 2 deletions data/skills.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
- title: "Cloud"
featured_image: {}
icon: fa-brands fa-aws
description: Wir helfen Euch beim Aufsetzen und Weiterentwickeln eures Cloud-Setups. Ob ihr noch ganz am Anfang steht und die ersten AWS-Accounts anlegt, eure Apps in Containern deployt oder schon Serverless unterwegs seid; wir unterstützen in jedem Bereich.
description: Wir helfen Euch beim Aufsetzen und Weiterentwickeln Eures Cloud-Setups. Ob Ihr noch ganz am Anfang steht und die ersten AWS-Accounts anlegt, Eure Apps in Containern deployt oder schon Serverless unterwegs seid; wir unterstützen in jedem Bereich.
tags:
- Cloud-Native beim Design
- Infrastructure as Code (Terraform, Pulumi, ...)
Expand All @@ -10,7 +10,7 @@
- title: "Entwicklung & DevOps"
featured_image: {}
icon: fa-solid fa-gears
description: Braucht Ihr Unterstützung bei der Entwicklung eurer Anwendungen? Wir gestalten gerne mit und für Euch die Architektur eurer Anwendungen und entwickeln sie nach den Kundenanforderungen. Hierbei legen wir besonders Wert auf ein gutes Design bis hin zum Deployment und Betrieb.
description: Braucht Ihr Unterstützung bei der Entwicklung Eurer Anwendungen? Wir gestalten gerne mit und für Euch die Architektur Eurer Anwendungen und entwickeln sie nach den Kundenanforderungen. Hierbei legen wir besonders Wert auf ein gutes Design bis hin zum Deployment und Betrieb.
tags:
- Agil nach Kanban oder Scrum
- Full-Stack (TypeScript, Go, Python, Kotlin, ...)
Expand Down
2 changes: 1 addition & 1 deletion layouts/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -112,7 +112,7 @@
<h2
class="text-3xl font-bold capitalize tracking-tight text-gray-900 dark:text-gray-50 sm:text-4xl"
>
Wie helfen wir euch?
Wie helfen wir Euch?
</h2>
<div class="mt-6 space-y-6 text-gray-900 dark:text-white">
<p class="text-lg leading-7">
Expand Down
2 changes: 1 addition & 1 deletion layouts/partials/home/services.html
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
<h2
class="text-3xl font-black capitalize tracking-tight text-indigo-500 dark:text-indigo-300 sm:text-4xl"
>
Was wir euch anbieten?
Was wir Euch anbieten?
</h2>
<p
class="mx-auto mt-3 max-w-2xl text-xl text-gray-500 dark:text-gray-300 sm:mt-4"
Expand Down
12 changes: 6 additions & 6 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,26 +6,26 @@
"license": "MIT",
"private": true,
"dependencies": {
"@fortawesome/fontawesome-free": "6.5.2",
"@fortawesome/fontawesome-free": "6.6.0",
"@tailwindcss/typography": "0.5.13",
"alpinejs": "3.14.1",
"hugo-bin": "0.125.0",
"tailwindcss": "3.4.4"
"hugo-bin": "0.126.0",
"tailwindcss": "3.4.6"
},
"devDependencies": {
"autoprefixer": "10.4.19",
"postcss": "8.4.39",
"postcss-cli": "11.0.0",
"prettier": "3.3.2",
"prettier": "3.3.3",
"prettier-plugin-go-template": "0.0.15",
"prettier-plugin-tailwindcss": "0.6.5",
"rimraf": "5.0.7"
"rimraf": "6.0.1"
},
"scripts": {
"build": "hugo --minify",
"clean": "rimraf public/",
"dev": "hugo server",
"start": "yarn dev"
"start": "pnpm dev"
},
"hugo-bin": {
"buildTags": "extended"
Expand Down
Loading

0 comments on commit 4b276d9

Please sign in to comment.