Fix navigation links.

This commit is contained in:
2025-07-07 10:30:43 -07:00
parent 5127f9fd3e
commit cd4a47ca8c
6 changed files with 19 additions and 5 deletions

View File

@@ -0,0 +1,8 @@
{
"permissions": {
"allow": [
"Bash(hugo:*)"
],
"deny": []
}
}

2
.gitignore vendored
View File

@@ -5,3 +5,5 @@
# Hugo cache # Hugo cache
/.hugo_build.lock /.hugo_build.lock
static/apt
.working

View File

@@ -16,7 +16,7 @@ buildFuture = false
enableEmoji = true enableEmoji = true
# googleAnalytics = "G-XXXXXXXXX" googleAnalytics = "G-YSHP7PL9R1"
[pagination] [pagination]
pagerSize = 100 pagerSize = 100

View File

@@ -2,6 +2,6 @@
title = 'Welcome to Your Wild Cloud!' title = 'Welcome to Your Wild Cloud!'
+++ +++
Coming Soon! Coming Soon.
[Get started](/get-started) [Get started](/get-started)

View File

@@ -6,6 +6,4 @@ draft = false
_The Wild-cloud project is in active development._ _The Wild-cloud project is in active development._
```bash {{< github repo="civil-society-dev/wild-cloud" showThumbnail=true >}}
https://github.com/civil-society-dev/wild-cloud.git
```

6
scripts/deploy.sh Executable file
View File

@@ -0,0 +1,6 @@
#!/bin/bash
hugo build
docker build -t payneio/mywildcloud.org . --file ./Dockerfile
docker push payneio/mywildcloud.org
kubectl rollout restart deployment mywildcloud -n mywildcloud