Merge pull request 'develop' (#278) from develop into main
All checks were successful
Build and Deploy Website / Build Dev Website (push) Has been skipped
Build and Deploy Website / Deploy Dev Website (push) Has been skipped
Build and Deploy Website / Build Website (push) Successful in 2m10s
Build and Deploy Website / Deploy Website (push) Successful in 13s
All checks were successful
Build and Deploy Website / Build Dev Website (push) Has been skipped
Build and Deploy Website / Deploy Dev Website (push) Has been skipped
Build and Deploy Website / Build Website (push) Successful in 2m10s
Build and Deploy Website / Deploy Website (push) Successful in 13s
Reviewed-on: #278
This commit is contained in:
commit
3c3b7e73d6
3 changed files with 40 additions and 9 deletions
10
package.json
10
package.json
|
@ -15,7 +15,7 @@
|
|||
"url": "https://git.sp-codes.de/samuel-p/sp-codes.de"
|
||||
},
|
||||
"optionalDependencies": {
|
||||
"browser-sync": "^3.0.3"
|
||||
"browser-sync": "^3.0.4"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@11ty/eleventy": "^2.0.1",
|
||||
|
@ -28,13 +28,13 @@
|
|||
"eleventy-plugin-rev": "^2.0.0",
|
||||
"eleventy-sass": "^2.2.6",
|
||||
"glob": "^11.0.1",
|
||||
"minify": "^13.0.0",
|
||||
"postcss": "^8.5.2",
|
||||
"minify": "^14.0.0",
|
||||
"postcss": "^8.5.3",
|
||||
"replace-in-file": "^8.3.0",
|
||||
"sass": "^1.85.0",
|
||||
"sass": "^1.86.3",
|
||||
"uncss": "^0.17.3"
|
||||
},
|
||||
"dependencies": {
|
||||
"bootstrap": "^5.3.3"
|
||||
"bootstrap": "^5.3.5"
|
||||
}
|
||||
}
|
||||
|
|
|
@ -2,6 +2,27 @@
|
|||
{
|
||||
"year": 2025,
|
||||
"donations": [
|
||||
{
|
||||
"date": "08.04.2025",
|
||||
"amount": 20,
|
||||
"via": "banktransfer",
|
||||
"from": "frantab",
|
||||
"first": true
|
||||
},
|
||||
{
|
||||
"date": "04.04.2025",
|
||||
"amount": 20,
|
||||
"via": "banktransfer",
|
||||
"from": "ub1x",
|
||||
"first": false
|
||||
},
|
||||
{
|
||||
"date": "25.03.2025",
|
||||
"amount": 100,
|
||||
"via": "banktransfer",
|
||||
"from": "BrauchC",
|
||||
"first": true
|
||||
},
|
||||
{
|
||||
"date": "14.02.2025",
|
||||
"amount": 20,
|
||||
|
|
|
@ -1,16 +1,26 @@
|
|||
[
|
||||
{
|
||||
"name": "Services",
|
||||
"type": "Dedicated Server",
|
||||
"type": "Cloud Server",
|
||||
"provider": "Hetzner",
|
||||
"location": "Falkenstein",
|
||||
"amount": 75.8
|
||||
"location": "Nürnberg",
|
||||
"amount": 38.56
|
||||
},
|
||||
{
|
||||
"name": {
|
||||
"en": "Media",
|
||||
"de": "Medien"
|
||||
},
|
||||
"type": "Object Storage",
|
||||
"provider": "Hetzner",
|
||||
"location": "Nürnberg",
|
||||
"amount": 5.94
|
||||
},
|
||||
{
|
||||
"name": "Monitoring",
|
||||
"type": "Cloud Server",
|
||||
"provider": "Hetzner",
|
||||
"location": "Nürnberg",
|
||||
"location": "Falkenstein",
|
||||
"amount": 4.51
|
||||
},
|
||||
{
|
||||
|
|
Loading…
Add table
Reference in a new issue