Compare commits

..

10 commits

Author SHA1 Message Date
e8db9b37d4 Merge pull request 'develop' (#106) from develop into main
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful
Reviewed-on: #106
2022-01-11 17:24:31 +00:00
375e117884 Merge pull request 'Update dependency node-sass to ^7.0.1' (#104) from renovate/node-sass-7.x into develop
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful
Reviewed-on: #104
2022-01-11 17:12:04 +00:00
cf2aa55b54 Merge pull request 'Update dependency @11ty/eleventy to ^1.0.0' (#105) from renovate/11ty-eleventy-1.x into develop
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful
Reviewed-on: #105
2022-01-11 17:08:09 +00:00
4a1fdc4afc Update dependency node-sass to ^7.0.1
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful
2022-01-11 17:01:08 +00:00
76100a3e86 Update dependency @11ty/eleventy to ^1.0.0
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful
2022-01-11 17:01:02 +00:00
42858fde2a updated donations.json and removed nitter
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful
2022-01-11 16:36:01 +01:00
eb43b5c243 Merge pull request 'Update dependency @11ty/eleventy to ^1.0.0-canary.49' (#103) from renovate/11ty-eleventy-1.x into develop
All checks were successful
continuous-integration/woodpecker the build was successful
Reviewed-on: #103
2021-12-25 18:09:40 +00:00
257373b834 Update dependency @11ty/eleventy to ^1.0.0-canary.49
All checks were successful
continuous-integration/woodpecker the build was successful
2021-12-22 20:01:02 +00:00
930183cfde Merge pull request 'Update dependency node-sass to v7' (#101) from renovate/node-sass-7.x into develop
Some checks failed
continuous-integration/woodpecker the build failed
Reviewed-on: #101
2021-12-08 11:23:10 +00:00
21cab43e25 Update dependency node-sass to v7
All checks were successful
continuous-integration/woodpecker the build was successful
2021-12-06 14:01:11 +00:00
3 changed files with 35 additions and 34 deletions

View file

@ -20,7 +20,7 @@
"browser-sync": "^2.27.7"
},
"devDependencies": {
"@11ty/eleventy": "^1.0.0-canary.44",
"@11ty/eleventy": "^1.0.0",
"@11ty/eleventy-navigation": "^0.3.2",
"@node-minify/core": "^6.2.0",
"@node-minify/crass": "^6.2.0",
@ -28,7 +28,7 @@
"cpx": "^1.5.0",
"glob": "^7.2.0",
"minify": "^8.0.3",
"node-sass": "^6.0.1",
"node-sass": "^7.0.1",
"node-sass-tilde-importer": "^1.0.2",
"npm-run-all": "^4.1.5",
"uncss": "^0.17.3"

View file

@ -1,4 +1,16 @@
[
{
"year": 2022,
"donations": [
{
"date": "03.01.2022",
"amount": 10,
"via": "banktransfer",
"from": "TeomaHK",
"first": true
}
]
},
{
"year": 2021,
"donations": [

View file

@ -1,15 +1,4 @@
[
{
"id": "searx",
"name": "Searx",
"icon": "i-search",
"url": "https://searx.sp-codes.de",
"status": "https://searx.sp-codes.de",
"summary": {
"de": "Eine privatsphären-respektierende, hackbare Metasuchmaschine.",
"en": "A privacy-respecting, hackable metasearch engine."
}
},
{
"id": "matrix",
"name": "Matrix",
@ -66,6 +55,16 @@
"en": "A lightweight code hosting platform for git."
}
},
{
"id": "connectivitycheck",
"name": "Captive Portal Check",
"icon": "i-wifi",
"status": "https://connectivitycheck.sp-codes.de/generate204",
"summary": {
"de": "Eine datenschutzfreundliches Tool, um Anmeldeseiten in WLAN-Netzwerken zu erkennen.",
"en": "A privacy friendly Service to detect captive portals in WIFI networks."
}
},
{
"id": "gotify",
"name": "Gotify",
@ -78,16 +77,6 @@
"en": "A simple service for sending and receiving messages in real-time."
}
},
{
"id": "connectivitycheck",
"name": "Captive Portal Check",
"icon": "i-wifi",
"status": "https://connectivitycheck.sp-codes.de/generate204",
"summary": {
"de": "Eine datenschutzfreundliches Tool, um Anmeldeseiten in WLAN-Netzwerken zu erkennen.",
"en": "A privacy friendly Service to detect captive portals in WIFI networks."
}
},
{
"id": "firefox-sync",
"name": "Firefox Sync",
@ -109,6 +98,17 @@
"en": "Concise, consistent, and legible badges in SVG and raster format."
}
},
{
"id": "searx",
"name": "Searx",
"icon": "i-search",
"url": "https://searx.sp-codes.de",
"status": "https://searx.sp-codes.de",
"summary": {
"de": "Eine privatsphären-respektierende, hackbare Metasuchmaschine.",
"en": "A privacy-respecting, hackable metasearch engine."
}
},
{
"id": "translate",
"name": "Translate",
@ -131,16 +131,5 @@
"de": "Ein alternatives YouTube-Frontend.",
"en": "An alternative YouTube-Frontend."
}
},
{
"id": "nitter",
"name": "Nitter",
"icon": "i-twitter",
"url": "https://nitter.sp-codes.de",
"status": "https://nitter.sp-codes.de",
"summary": {
"de": "Ein alternatives Twitter-Frontend.",
"en": "An alternative Twitter-Frontend."
}
}
]