forked from toolshed/coopcloud.tech
Compare commits
15 Commits
fedi-boots
...
homepage-r
Author | SHA1 | Date | |
---|---|---|---|
39363fb625 | |||
b9632f54d1 | |||
672f63e3b4 | |||
e3cc0e5c8f | |||
ab526d3626 | |||
a9844bba1f | |||
77e31bfbc3
|
|||
458399ca21
|
|||
8266f909f2
|
|||
c9c279d363 | |||
9f7037eebd | |||
7764c12a64 | |||
793d25f098 | |||
b522c93e7f | |||
d0c5ec8cfc |
15
config.toml
15
config.toml
@ -4,14 +4,22 @@ title = "The Co-op Cloud"
|
||||
theme = "coopcloud.tech"
|
||||
enableemoji = true
|
||||
[menu]
|
||||
[[menu.main]]
|
||||
name = "Git"
|
||||
url = "https://git.coopcloud.tech"
|
||||
weight = 1
|
||||
[[menu.main]]
|
||||
name = "Docs"
|
||||
url = "https://docs.coopcloud.tech"
|
||||
weight = 1
|
||||
weight = 2
|
||||
[[menu.main]]
|
||||
name = "Recipes"
|
||||
url = "https://recipes.coopcloud.tech"
|
||||
weight = 3
|
||||
[[menu.main]]
|
||||
name = "Blog"
|
||||
url = "/blog/"
|
||||
weight = 2
|
||||
weight = 4
|
||||
|
||||
[params]
|
||||
[params.links]
|
||||
@ -32,9 +40,6 @@ enableemoji = true
|
||||
[[params.links.footer]]
|
||||
name = "Mastodon"
|
||||
link = "https://social.coop/@coopcloud"
|
||||
[[params.links.footer]]
|
||||
name = "Twitter"
|
||||
link = "https://twitter.com/coop_cloud"
|
||||
|
||||
[Permalinks]
|
||||
code = "/:filename/"
|
||||
|
@ -35,11 +35,11 @@
|
||||
"deprecated": false,
|
||||
"description": "Modern CSS framework based on Flexbox",
|
||||
"devDependencies": {
|
||||
"autoprefixer": "^9.8.6",
|
||||
"autoprefixer": "^10.0.0",
|
||||
"clean-css-cli": "^5.0.0",
|
||||
"node-sass": "^4.14.1",
|
||||
"node-sass": "^9.0.0",
|
||||
"postcss-cli": "^7.1.2",
|
||||
"rimraf": "^4.0.0"
|
||||
"rimraf": "^5.0.0"
|
||||
},
|
||||
"files": [
|
||||
"css",
|
||||
|
Reference in New Issue
Block a user