change to relearn theme
This commit is contained in:
parent
e46d924907
commit
5c80f88608
8 changed files with 88 additions and 36 deletions
|
@ -1,18 +1,51 @@
|
||||||
baseURL = 'https://certwarden-deploy.adora.codes/'
|
baseURL = 'https://certwarden-deploy.adora.codes/'
|
||||||
languageCode = 'en-us'
|
languageCode = 'en-us'
|
||||||
title = 'certwarden-deploy'
|
title = 'certwarden-deploy'
|
||||||
|
author = ""
|
||||||
|
|
||||||
theme = "code.lila.network/adoralaura/hugo-book-theme"
|
theme = "github.com/McShelby/hugo-theme-relearn"
|
||||||
|
repo = "https://code.lila.network/adoralaura/certwarden-deploy"
|
||||||
|
|
||||||
|
enableGitInfo = true
|
||||||
|
enableRobotsTXT = true
|
||||||
|
uniqueHomePage = false # change to false to add sidebar to homepage
|
||||||
|
|
||||||
|
|
||||||
[params]
|
[params]
|
||||||
# (Optional, default light) Sets color theme: light, dark or auto.
|
disableLandingPageButton = false
|
||||||
# Theme 'auto' switches between dark and light modes based on browser/os preferences
|
disableLanguageSwitchingButton = false
|
||||||
BookTheme = 'auto'
|
editURL = "https://code.lila.network/adoralaura/certwarden-deploy/_edit/main/docs/content/${FilePath}"
|
||||||
BookRepo = 'https://code.lila.network/adoralaura/certwarden-deploy'
|
externalLinkTarget = "_blank"
|
||||||
|
|
||||||
|
|
||||||
[module]
|
[params.author]
|
||||||
[[module.imports]]
|
name = 'Adora Laura Kalb'
|
||||||
path = "code.lila.network/adoralaura/hugo-book-theme"
|
|
||||||
|
|
||||||
|
[menu]
|
||||||
|
[[menu.shortcuts]]
|
||||||
|
identifier = 'ds'
|
||||||
|
name = "<i class='fa-fw fas fa-code-branch'></i> Git repo"
|
||||||
|
url = 'https://code.lila.network/adoralaura/certwarden-deploy'
|
||||||
|
weight = 10
|
||||||
|
|
||||||
|
[[menu.shortcuts]]
|
||||||
|
name = "<i class='fa-fw fas fa-camera'></i> Showcases"
|
||||||
|
url = 'showcase/'
|
||||||
|
weight = 11
|
||||||
|
|
||||||
|
[[menu.shortcuts]]
|
||||||
|
identifier = 'hugodoc'
|
||||||
|
name = "<i class='fa-fw fas fa-bookmark'></i> Hugo Documentation"
|
||||||
|
url = 'https://gohugo.io/'
|
||||||
|
weight = 20
|
||||||
|
|
||||||
|
[[menu.shortcuts]]
|
||||||
|
name = "<i class='fa-fw fas fa-bullhorn'></i> Credits"
|
||||||
|
url = 'more/credits/'
|
||||||
|
weight = 30
|
||||||
|
|
||||||
|
[[menu.shortcuts]]
|
||||||
|
name = "<i class='fa-fw fas fa-tags'></i> Tags"
|
||||||
|
url = 'tags/'
|
||||||
|
weight = 40
|
||||||
|
|
|
@ -1,10 +1,8 @@
|
||||||
---
|
---
|
||||||
title: Introduction
|
title: CertWarden-Deploy
|
||||||
type: docs
|
type: docs
|
||||||
---
|
---
|
||||||
|
|
||||||
## CertWarden
|
|
||||||
|
|
||||||
[CertWarden](https://www.certwarden.com/) is a self-hosted Centralized ACME Certificate Management platform. With it you can manage and aquire Let's Encrypt certificates.
|
[CertWarden](https://www.certwarden.com/) is a self-hosted Centralized ACME Certificate Management platform. With it you can manage and aquire Let's Encrypt certificates.
|
||||||
|
|
||||||
However, to deploy them to your hosts, for now there only was a docker client, and that was too bloated for me.
|
However, to deploy them to your hosts, for now there only was a docker client, and that was too bloated for me.
|
||||||
|
|
5
docs/content/configuration.md
Normal file
5
docs/content/configuration.md
Normal file
|
@ -0,0 +1,5 @@
|
||||||
|
---
|
||||||
|
title: Configuration
|
||||||
|
weight: 20
|
||||||
|
---
|
||||||
|
|
5
docs/content/installation.md
Normal file
5
docs/content/installation.md
Normal file
|
@ -0,0 +1,5 @@
|
||||||
|
---
|
||||||
|
title: Installation
|
||||||
|
weight: 10
|
||||||
|
---
|
||||||
|
|
33
docs/content/license.md
Normal file
33
docs/content/license.md
Normal file
|
@ -0,0 +1,33 @@
|
||||||
|
---
|
||||||
|
title: License
|
||||||
|
weight: 99
|
||||||
|
---
|
||||||
|
|
||||||
|
## Documentation
|
||||||
|
This documentation is available under the [CC BY-SA 4.0](https://creativecommons.org/licenses/by-sa/4.0/)
|
||||||
|
|
||||||
|
## Source Code
|
||||||
|
The source code of `certwarden-deploy` is available under the MIT license:
|
||||||
|
|
||||||
|
```plaintext
|
||||||
|
MIT License
|
||||||
|
|
||||||
|
Copyright © 2024 Adora Laura Kalb <dev@lauka.net>
|
||||||
|
|
||||||
|
Permission is hereby granted, free of charge, to any person obtaining a copy of
|
||||||
|
this software and associated documentation files (the "Software"), to deal in
|
||||||
|
the Software without restriction, including without limitation the rights to use,
|
||||||
|
copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the
|
||||||
|
Software, and to permit persons to whom the Software is furnished to do so,
|
||||||
|
subject to the following conditions:
|
||||||
|
|
||||||
|
The above copyright notice and this permission notice shall be included in all
|
||||||
|
copies or substantial portions of the Software.
|
||||||
|
|
||||||
|
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED,
|
||||||
|
INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A
|
||||||
|
PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT
|
||||||
|
HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
|
||||||
|
OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE
|
||||||
|
SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
|
||||||
|
```
|
|
@ -1,22 +0,0 @@
|
||||||
---
|
|
||||||
headless: true
|
|
||||||
---
|
|
||||||
|
|
||||||
- [**Example Site**]({{< relref "/docs/example" >}})
|
|
||||||
- [Table of Contents]({{< relref "/docs/example/table-of-contents" >}})
|
|
||||||
- [With ToC]({{< relref "/docs/example/table-of-contents/with-toc" >}})
|
|
||||||
- [Without ToC]({{< relref "/docs/example/table-of-contents/without-toc" >}})
|
|
||||||
- [Collapsed]({{< relref "/docs/example/collapsed" >}})
|
|
||||||
- [3rd]({{< relref "/docs/example/collapsed/3rd-level" >}})
|
|
||||||
- [4th]({{< relref "/docs/example/collapsed/3rd-level/4th-level" >}})
|
|
||||||
<br />
|
|
||||||
|
|
||||||
- **Shortcodes**
|
|
||||||
- [Buttons]({{< relref "/docs/shortcodes/buttons" >}})
|
|
||||||
- [Columns]({{< relref "/docs/shortcodes/columns" >}})
|
|
||||||
- [Expand]({{< relref "/docs/shortcodes/expand" >}})
|
|
||||||
- [Hints]({{< relref "/docs/shortcodes/hints" >}})
|
|
||||||
- [KaTeX]({{< relref "/docs/shortcodes/katex" >}})
|
|
||||||
- [Mermaid]({{< relref "/docs/shortcodes/mermaid" >}})
|
|
||||||
- [Tabs]({{< relref "/docs/shortcodes/tabs" >}})
|
|
||||||
<br />
|
|
|
@ -2,4 +2,4 @@ module code.lila.network/adoralaura/certwarden-deploy-docs
|
||||||
|
|
||||||
go 1.22.2
|
go 1.22.2
|
||||||
|
|
||||||
require code.lila.network/adoralaura/hugo-book-theme v0.0.0-20240712103017-55b1193ecd34 // indirect
|
require github.com/McShelby/hugo-theme-relearn v0.0.0-20240721222908-7aec99b38dc2 // indirect
|
||||||
|
|
|
@ -1,2 +1,2 @@
|
||||||
code.lila.network/adoralaura/hugo-book-theme v0.0.0-20240712103017-55b1193ecd34 h1:jgwSyEijB5R4TxGxsO6Lugm1+bcaw7Tz5rCxptmc92A=
|
github.com/McShelby/hugo-theme-relearn v0.0.0-20240721222908-7aec99b38dc2 h1:022HGVq2CBuTftLgNRiU3rxqh+w3M3ZcschnXbjgomc=
|
||||||
code.lila.network/adoralaura/hugo-book-theme v0.0.0-20240712103017-55b1193ecd34/go.mod h1:MBe0adh4WF9iMJ51BCRAeKkPUda/JB9RlGUQwmk5qc0=
|
github.com/McShelby/hugo-theme-relearn v0.0.0-20240721222908-7aec99b38dc2/go.mod h1:mKQQdxZNIlLvAj8X3tMq+RzntIJSr9z7XdzuMomt0IM=
|
||||||
|
|
Loading…
Reference in a new issue