Compare commits

..

No commits in common. "main" and "0.2.2" have entirely different histories.
main ... 0.2.2

5 changed files with 5 additions and 10 deletions

View file

@ -12,9 +12,9 @@ Installation of the required CertWarden instance is out of scope of this documen
To quickly get started with `certwarden-deploy`, just download the binary... To quickly get started with `certwarden-deploy`, just download the binary...
```shell ```shell
# this downloads certwarden-deploy version 0.2.2 # this downloads certwarden-deploy version 0.2.1
# to /usr/local/bin/certwarden-deploy # to /usr/local/bin/certwarden-deploy
sudo wget https://code.lila.network/adoralaura/certwarden-deploy/releases/download/0.2.2/certwarden-deploy-linux-amd64 -O /usr/local/bin/certwarden-deploy sudo wget https://code.lila.network/adoralaura/certwarden-deploy/releases/download/0.2.1/certwarden-deploy-0.2.1-linux-amd64 -O /usr/local/bin/certwarden-deploy
sudo chmod +x /usr/local/bin/certwarden-deploy sudo chmod +x /usr/local/bin/certwarden-deploy
``` ```

2
docs/.gitignore vendored
View file

@ -11,5 +11,3 @@ hugo.linux
# Temporary lock file while building # Temporary lock file while building
/.hugo_build.lock /.hugo_build.lock
!**.html

View file

@ -16,8 +16,7 @@ uniqueHomePage = false # change to false to add sidebar to homepage
disableLanguageSwitchingButton = false disableLanguageSwitchingButton = false
editURL = "https://code.lila.network/adoralaura/certwarden-deploy/_edit/main/docs/content/${FilePath}" editURL = "https://code.lila.network/adoralaura/certwarden-deploy/_edit/main/docs/content/${FilePath}"
externalLinkTarget = "_blank" externalLinkTarget = "_blank"
headingPre = '<script defer src="https://esseles.adora.codes/script.js" data-website-id="fe4ec517-25b2-4e0d-b502-6bd3a7420849"></script>'
disableExplicitIndexURLs = true
[params.author] [params.author]
name = 'Adora Laura Kalb' name = 'Adora Laura Kalb'

View file

@ -17,9 +17,9 @@ Installation of the required CertWarden instance is out of scope of this documen
To quickly get started with `certwarden-deploy`, just download the binary... To quickly get started with `certwarden-deploy`, just download the binary...
```shell ```shell
# this downloads certwarden-deploy version 0.2.2 # this downloads certwarden-deploy version 0.2.1
# to /usr/local/bin/certwarden-deploy # to /usr/local/bin/certwarden-deploy
sudo wget https://code.lila.network/adoralaura/certwarden-deploy/releases/download/0.2.2/certwarden-deploy-linux-amd64 -O /usr/local/bin/certwarden-deploy sudo wget https://code.lila.network/adoralaura/certwarden-deploy/releases/download/0.2.1/certwarden-deploy-0.2.1-linux-amd64 -O /usr/local/bin/certwarden-deploy
sudo chmod +x /usr/local/bin/certwarden-deploy sudo chmod +x /usr/local/bin/certwarden-deploy
``` ```

View file

@ -1,2 +0,0 @@
{{ .Params.headingPost | safeHTML }}
<script defer src="https://esseles.adora.codes/script.js" data-website-id="fe4ec517-25b2-4e0d-b502-6bd3a7420849"></script>