Compare commits
3 commits
Author | SHA1 | Date | |
---|---|---|---|
0cea3f282b | |||
527c038f02 | |||
7098a6c5eb |
5 changed files with 10 additions and 5 deletions
|
@ -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...
|
||||
|
||||
```shell
|
||||
# this downloads certwarden-deploy version 0.2.1
|
||||
# this downloads certwarden-deploy version 0.2.2
|
||||
# to /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 wget https://code.lila.network/adoralaura/certwarden-deploy/releases/download/0.2.2/certwarden-deploy-linux-amd64 -O /usr/local/bin/certwarden-deploy
|
||||
|
||||
sudo chmod +x /usr/local/bin/certwarden-deploy
|
||||
```
|
||||
|
|
2
docs/.gitignore
vendored
2
docs/.gitignore
vendored
|
@ -11,3 +11,5 @@ hugo.linux
|
|||
|
||||
# Temporary lock file while building
|
||||
/.hugo_build.lock
|
||||
|
||||
!**.html
|
||||
|
|
|
@ -16,7 +16,8 @@ uniqueHomePage = false # change to false to add sidebar to homepage
|
|||
disableLanguageSwitchingButton = false
|
||||
editURL = "https://code.lila.network/adoralaura/certwarden-deploy/_edit/main/docs/content/${FilePath}"
|
||||
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]
|
||||
name = 'Adora Laura Kalb'
|
||||
|
|
|
@ -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...
|
||||
|
||||
```shell
|
||||
# this downloads certwarden-deploy version 0.2.1
|
||||
# this downloads certwarden-deploy version 0.2.2
|
||||
# to /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 wget https://code.lila.network/adoralaura/certwarden-deploy/releases/download/0.2.2/certwarden-deploy-linux-amd64 -O /usr/local/bin/certwarden-deploy
|
||||
|
||||
sudo chmod +x /usr/local/bin/certwarden-deploy
|
||||
```
|
||||
|
|
2
docs/layouts/partials/heading-post.html
Normal file
2
docs/layouts/partials/heading-post.html
Normal file
|
@ -0,0 +1,2 @@
|
|||
{{ .Params.headingPost | safeHTML }}
|
||||
<script defer src="https://esseles.adora.codes/script.js" data-website-id="fe4ec517-25b2-4e0d-b502-6bd3a7420849"></script>
|
Loading…
Reference in a new issue