Fix navigation links.
This commit is contained in:
8
.claude/settings.local.json
Normal file
8
.claude/settings.local.json
Normal file
@@ -0,0 +1,8 @@
|
||||
{
|
||||
"permissions": {
|
||||
"allow": [
|
||||
"Bash(hugo:*)"
|
||||
],
|
||||
"deny": []
|
||||
}
|
||||
}
|
2
.gitignore
vendored
2
.gitignore
vendored
@@ -5,3 +5,5 @@
|
||||
|
||||
# Hugo cache
|
||||
/.hugo_build.lock
|
||||
static/apt
|
||||
.working
|
||||
|
@@ -16,7 +16,7 @@ buildFuture = false
|
||||
|
||||
enableEmoji = true
|
||||
|
||||
# googleAnalytics = "G-XXXXXXXXX"
|
||||
googleAnalytics = "G-YSHP7PL9R1"
|
||||
|
||||
[pagination]
|
||||
pagerSize = 100
|
||||
|
@@ -2,6 +2,6 @@
|
||||
title = 'Welcome to Your Wild Cloud!'
|
||||
+++
|
||||
|
||||
Coming Soon!
|
||||
Coming Soon.
|
||||
|
||||
[Get started](/get-started)
|
@@ -6,6 +6,4 @@ draft = false
|
||||
|
||||
_The Wild-cloud project is in active development._
|
||||
|
||||
```bash
|
||||
https://github.com/civil-society-dev/wild-cloud.git
|
||||
```
|
||||
{{< github repo="civil-society-dev/wild-cloud" showThumbnail=true >}}
|
||||
|
6
scripts/deploy.sh
Executable file
6
scripts/deploy.sh
Executable 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
|
Reference in New Issue
Block a user