Compare commits

..

15 Commits

Author SHA1 Message Date
39363fb625 add Recipes link to topbar 2024-01-24 21:11:46 +01:00
b9632f54d1 Merge pull request 'Update links on the project homepage' (!47) from links into main
All checks were successful
continuous-integration/drone/push Build is passing
Reviewed-on: coop-cloud/coopcloud.tech#47
2024-01-06 17:00:52 +00:00
672f63e3b4 Remove dead Twitter link from the footer 2024-01-06 14:28:18 +01:00
e3cc0e5c8f Add git link to the top menu 2024-01-06 14:27:07 +01:00
ab526d3626 Merge pull request 'chore(deps): update dependency node-sass to v9 (main)' (#46) from renovate/main-node-sass-9.x into main
Some checks failed
continuous-integration/drone/push Build is passing
continuous-integration/drone Build is failing
Reviewed-on: coop-cloud/coopcloud.tech#46
2023-05-28 14:22:48 +00:00
a9844bba1f chore(deps): update dependency node-sass to v9 2023-05-22 07:08:31 +00:00
77e31bfbc3 Merge branch 'fedi-boots'
All checks were successful
continuous-integration/drone/push Build is passing
2023-04-24 23:08:52 +02:00
458399ca21 Merge remote-tracking branch 'origin/renovate/main-rimraf-5.x'
All checks were successful
continuous-integration/drone/push Build is passing
2023-04-24 10:16:40 +02:00
8266f909f2 Merge remote-tracking branch 'origin/renovate/main-node-sass-8.x' 2023-04-24 10:15:54 +02:00
c9c279d363 Merge branch 'main' into renovate/main-autoprefixer-10.x 2023-04-24 08:15:22 +00:00
9f7037eebd Merge branch 'main' into renovate/main-node-sass-8.x 2023-04-24 08:15:21 +00:00
7764c12a64 Merge branch 'main' into renovate/main-rimraf-5.x 2023-04-24 08:15:12 +00:00
793d25f098 chore(deps): update dependency rimraf to v5 2023-04-10 07:04:31 +00:00
b522c93e7f chore(deps): update dependency node-sass to v8 2023-01-23 08:04:09 +00:00
d0c5ec8cfc chore(deps): update dependency autoprefixer to v10 2023-01-23 08:03:59 +00:00
2 changed files with 13 additions and 8 deletions

View File

@ -4,14 +4,22 @@ title = "The Co-op Cloud"
theme = "coopcloud.tech" theme = "coopcloud.tech"
enableemoji = true enableemoji = true
[menu] [menu]
[[menu.main]]
name = "Git"
url = "https://git.coopcloud.tech"
weight = 1
[[menu.main]] [[menu.main]]
name = "Docs" name = "Docs"
url = "https://docs.coopcloud.tech" url = "https://docs.coopcloud.tech"
weight = 1 weight = 2
[[menu.main]]
name = "Recipes"
url = "https://recipes.coopcloud.tech"
weight = 3
[[menu.main]] [[menu.main]]
name = "Blog" name = "Blog"
url = "/blog/" url = "/blog/"
weight = 2 weight = 4
[params] [params]
[params.links] [params.links]
@ -32,9 +40,6 @@ enableemoji = true
[[params.links.footer]] [[params.links.footer]]
name = "Mastodon" name = "Mastodon"
link = "https://social.coop/@coopcloud" link = "https://social.coop/@coopcloud"
[[params.links.footer]]
name = "Twitter"
link = "https://twitter.com/coop_cloud"
[Permalinks] [Permalinks]
code = "/:filename/" code = "/:filename/"

View File

@ -35,11 +35,11 @@
"deprecated": false, "deprecated": false,
"description": "Modern CSS framework based on Flexbox", "description": "Modern CSS framework based on Flexbox",
"devDependencies": { "devDependencies": {
"autoprefixer": "^9.8.6", "autoprefixer": "^10.0.0",
"clean-css-cli": "^5.0.0", "clean-css-cli": "^5.0.0",
"node-sass": "^4.14.1", "node-sass": "^9.0.0",
"postcss-cli": "^7.1.2", "postcss-cli": "^7.1.2",
"rimraf": "^4.0.0" "rimraf": "^5.0.0"
}, },
"files": [ "files": [
"css", "css",