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 cache
|
||||||
/.hugo_build.lock
|
/.hugo_build.lock
|
||||||
|
static/apt
|
||||||
|
.working
|
||||||
|
@@ -16,7 +16,7 @@ buildFuture = false
|
|||||||
|
|
||||||
enableEmoji = true
|
enableEmoji = true
|
||||||
|
|
||||||
# googleAnalytics = "G-XXXXXXXXX"
|
googleAnalytics = "G-YSHP7PL9R1"
|
||||||
|
|
||||||
[pagination]
|
[pagination]
|
||||||
pagerSize = 100
|
pagerSize = 100
|
||||||
|
@@ -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)
|
@@ -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
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