Skip to content

Commit

Permalink
bumping hugo version + adding version info to readme
Browse files Browse the repository at this point in the history
  • Loading branch information
DerLev committed Apr 23, 2024
1 parent 926fb2a commit 047b9d2
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/integration-deployment.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ on:
- 'main'

env:
HUGO_VERSION: 0.125.1
HUGO_VERSION: 0.125.3
DASH_CONTAINER_REGISTRY_LOCATION: europe-west1
DASH_CONTAINER_REGISTRY: cr-webapps
DASH_CONTAINER_NAME: dashboard
Expand Down
2 changes: 2 additions & 0 deletions homepage/README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
# homepage

[![CI/CD](https://github.com/DerLev/derlev-xyz/actions/workflows/integration-deployment.yml/badge.svg?branch=main&event=push)](https://github.com/DerLev/derlev-xyz/actions/workflows/integration-deployment.yml)
![Hugo version](https://img.shields.io/badge/dynamic/yaml?url=https%3A%2F%2Fraw.githubusercontent.com%2FDerLev%2Fderlev-xyz%2Fmain%2F.github%2Fworkflows%2Fintegration-deployment.yml&query=env.HUGO_VERSION&prefix=v&logo=hugo&logoColor=white&label=version&labelColor=282e33&color=ff4088)
![Nodejs version](https://img.shields.io/badge/dynamic/json?url=https%3A%2F%2Fraw.githubusercontent.com%2FDerLev%2Fderlev-xyz%2Fmain%2Fhomepage%2Fpackage.json&query=engines.node&prefix=v&logo=node.js&logoColor=white&label=version&labelColor=282e33&color=59a946)

This is the main webpage for [derlev.xyz](https://derlev.xyz) built with Hugo,
Vite, React, TypeScript and Tailwind CSS.
Expand Down
3 changes: 3 additions & 0 deletions homepage/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -45,5 +45,8 @@
"typescript": "^5.3.3",
"vite": "^5.1.4",
"workbox-build": "^7.0.0"
},
"engines": {
"node": "20"
}
}

0 comments on commit 047b9d2

Please sign in to comment.