develop #278
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"
|
"url": "https://git.sp-codes.de/samuel-p/sp-codes.de"
|
||||||
},
|
},
|
||||||
"optionalDependencies": {
|
"optionalDependencies": {
|
||||||
"browser-sync": "^3.0.3"
|
"browser-sync": "^3.0.4"
|
||||||
},
|
},
|
||||||
"devDependencies": {
|
"devDependencies": {
|
||||||
"@11ty/eleventy": "^2.0.1",
|
"@11ty/eleventy": "^2.0.1",
|
||||||
|
@ -28,13 +28,13 @@
|
||||||
"eleventy-plugin-rev": "^2.0.0",
|
"eleventy-plugin-rev": "^2.0.0",
|
||||||
"eleventy-sass": "^2.2.6",
|
"eleventy-sass": "^2.2.6",
|
||||||
"glob": "^11.0.1",
|
"glob": "^11.0.1",
|
||||||
"minify": "^13.0.0",
|
"minify": "^14.0.0",
|
||||||
"postcss": "^8.5.2",
|
"postcss": "^8.5.3",
|
||||||
"replace-in-file": "^8.3.0",
|
"replace-in-file": "^8.3.0",
|
||||||
"sass": "^1.85.0",
|
"sass": "^1.86.3",
|
||||||
"uncss": "^0.17.3"
|
"uncss": "^0.17.3"
|
||||||
},
|
},
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"bootstrap": "^5.3.3"
|
"bootstrap": "^5.3.5"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
|
@ -2,6 +2,27 @@
|
||||||
{
|
{
|
||||||
"year": 2025,
|
"year": 2025,
|
||||||
"donations": [
|
"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",
|
"date": "14.02.2025",
|
||||||
"amount": 20,
|
"amount": 20,
|
||||||
|
|
|
@ -1,16 +1,26 @@
|
||||||
[
|
[
|
||||||
{
|
{
|
||||||
"name": "Services",
|
"name": "Services",
|
||||||
"type": "Dedicated Server",
|
"type": "Cloud Server",
|
||||||
"provider": "Hetzner",
|
"provider": "Hetzner",
|
||||||
"location": "Falkenstein",
|
"location": "Nürnberg",
|
||||||
"amount": 75.8
|
"amount": 38.56
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"name": {
|
||||||
|
"en": "Media",
|
||||||
|
"de": "Medien"
|
||||||
|
},
|
||||||
|
"type": "Object Storage",
|
||||||
|
"provider": "Hetzner",
|
||||||
|
"location": "Nürnberg",
|
||||||
|
"amount": 5.94
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"name": "Monitoring",
|
"name": "Monitoring",
|
||||||
"type": "Cloud Server",
|
"type": "Cloud Server",
|
||||||
"provider": "Hetzner",
|
"provider": "Hetzner",
|
||||||
"location": "Nürnberg",
|
"location": "Falkenstein",
|
||||||
"amount": 4.51
|
"amount": 4.51
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
|
|
Loading…
Add table
Reference in a new issue