Progress
This commit is contained in:
parent
0ae3dcb9a8
commit
b5762c844b
9 changed files with 41 additions and 450 deletions
|
@ -1,5 +1,4 @@
|
||||||
+++
|
+++
|
||||||
title = '{{ replace .File.ContentBaseName "-" " " | title }}'
|
title = '{{ replace .File.ContentBaseName "-" " " | title }}'
|
||||||
date = {{ .Date }}
|
date = {{ .Date }}
|
||||||
draft = true
|
|
||||||
+++
|
+++
|
||||||
|
|
|
@ -1,7 +0,0 @@
|
||||||
/* @import url(./syntax.css);
|
|
||||||
/* @import url(./rrt.css) */
|
|
||||||
|
|
||||||
/* :root {
|
|
||||||
--primary-hue: 195deg;
|
|
||||||
--saturation: 100%
|
|
||||||
} */
|
|
|
@ -1,427 +0,0 @@
|
||||||
/* Background */
|
|
||||||
.bg {
|
|
||||||
color: #e0def4;
|
|
||||||
background-color: #232136;
|
|
||||||
}
|
|
||||||
|
|
||||||
/* PreWrapper */
|
|
||||||
.chroma {
|
|
||||||
color: #e0def4;
|
|
||||||
background-color: #232136;
|
|
||||||
}
|
|
||||||
|
|
||||||
/* Other */
|
|
||||||
.chroma .x {}
|
|
||||||
|
|
||||||
/* Error */
|
|
||||||
.chroma .err {
|
|
||||||
color: #eb6f92
|
|
||||||
}
|
|
||||||
|
|
||||||
/* CodeLine */
|
|
||||||
.chroma .cl {}
|
|
||||||
|
|
||||||
/* LineLink */
|
|
||||||
.chroma .lnlinks {
|
|
||||||
outline: none;
|
|
||||||
text-decoration: none;
|
|
||||||
color: inherit
|
|
||||||
}
|
|
||||||
|
|
||||||
/* LineTableTD */
|
|
||||||
.chroma .lntd {
|
|
||||||
vertical-align: top;
|
|
||||||
padding: 0;
|
|
||||||
margin: 0;
|
|
||||||
border: 0;
|
|
||||||
}
|
|
||||||
|
|
||||||
/* LineTable */
|
|
||||||
.chroma .lntable {
|
|
||||||
border-spacing: 0;
|
|
||||||
padding: 0;
|
|
||||||
margin: 0;
|
|
||||||
border: 0;
|
|
||||||
}
|
|
||||||
|
|
||||||
/* LineHighlight */
|
|
||||||
.chroma .hl {
|
|
||||||
background-color: #39374a
|
|
||||||
}
|
|
||||||
|
|
||||||
/* LineNumbersTable */
|
|
||||||
.chroma .lnt {
|
|
||||||
white-space: pre;
|
|
||||||
-webkit-user-select: none;
|
|
||||||
user-select: none;
|
|
||||||
margin-right: 0.4em;
|
|
||||||
padding: 0 0.4em 0 0.4em;
|
|
||||||
color: #7f7f7f
|
|
||||||
}
|
|
||||||
|
|
||||||
/* LineNumbers */
|
|
||||||
.chroma .ln {
|
|
||||||
white-space: pre;
|
|
||||||
-webkit-user-select: none;
|
|
||||||
user-select: none;
|
|
||||||
margin-right: 0.4em;
|
|
||||||
padding: 0 0.4em 0 0.4em;
|
|
||||||
color: #7f7f7f
|
|
||||||
}
|
|
||||||
|
|
||||||
/* Line */
|
|
||||||
.chroma .line {
|
|
||||||
display: flex;
|
|
||||||
}
|
|
||||||
|
|
||||||
/* Keyword */
|
|
||||||
.chroma .k {
|
|
||||||
color: #3e8fb0
|
|
||||||
}
|
|
||||||
|
|
||||||
/* KeywordConstant */
|
|
||||||
.chroma .kc {
|
|
||||||
color: #3e8fb0
|
|
||||||
}
|
|
||||||
|
|
||||||
/* KeywordDeclaration */
|
|
||||||
.chroma .kd {
|
|
||||||
color: #3e8fb0
|
|
||||||
}
|
|
||||||
|
|
||||||
/* KeywordNamespace */
|
|
||||||
.chroma .kn {
|
|
||||||
color: #c4a7e7
|
|
||||||
}
|
|
||||||
|
|
||||||
/* KeywordPseudo */
|
|
||||||
.chroma .kp {
|
|
||||||
color: #3e8fb0
|
|
||||||
}
|
|
||||||
|
|
||||||
/* KeywordReserved */
|
|
||||||
.chroma .kr {
|
|
||||||
color: #3e8fb0
|
|
||||||
}
|
|
||||||
|
|
||||||
/* KeywordType */
|
|
||||||
.chroma .kt {
|
|
||||||
color: #3e8fb0
|
|
||||||
}
|
|
||||||
|
|
||||||
/* Name */
|
|
||||||
.chroma .n {
|
|
||||||
color: #ea9a97
|
|
||||||
}
|
|
||||||
|
|
||||||
/* NameAttribute */
|
|
||||||
.chroma .na {
|
|
||||||
color: #ea9a97
|
|
||||||
}
|
|
||||||
|
|
||||||
/* NameBuiltin */
|
|
||||||
.chroma .nb {
|
|
||||||
color: #ea9a97
|
|
||||||
}
|
|
||||||
|
|
||||||
/* NameBuiltinPseudo */
|
|
||||||
.chroma .bp {
|
|
||||||
color: #ea9a97
|
|
||||||
}
|
|
||||||
|
|
||||||
/* NameClass */
|
|
||||||
.chroma .nc {
|
|
||||||
color: #9ccfd8
|
|
||||||
}
|
|
||||||
|
|
||||||
/* NameConstant */
|
|
||||||
.chroma .no {
|
|
||||||
color: #f6c177
|
|
||||||
}
|
|
||||||
|
|
||||||
/* NameDecorator */
|
|
||||||
.chroma .nd {
|
|
||||||
color: #908caa
|
|
||||||
}
|
|
||||||
|
|
||||||
/* NameEntity */
|
|
||||||
.chroma .ni {
|
|
||||||
color: #ea9a97
|
|
||||||
}
|
|
||||||
|
|
||||||
/* NameException */
|
|
||||||
.chroma .ne {
|
|
||||||
color: #3e8fb0
|
|
||||||
}
|
|
||||||
|
|
||||||
/* NameFunction */
|
|
||||||
.chroma .nf {
|
|
||||||
color: #ea9a97
|
|
||||||
}
|
|
||||||
|
|
||||||
/* NameFunctionMagic */
|
|
||||||
.chroma .fm {
|
|
||||||
color: #ea9a97
|
|
||||||
}
|
|
||||||
|
|
||||||
/* NameLabel */
|
|
||||||
.chroma .nl {
|
|
||||||
color: #ea9a97
|
|
||||||
}
|
|
||||||
|
|
||||||
/* NameNamespace */
|
|
||||||
.chroma .nn {
|
|
||||||
color: #ea9a97
|
|
||||||
}
|
|
||||||
|
|
||||||
/* NameOther */
|
|
||||||
.chroma .nx {}
|
|
||||||
|
|
||||||
/* NameProperty */
|
|
||||||
.chroma .py {
|
|
||||||
color: #ea9a97
|
|
||||||
}
|
|
||||||
|
|
||||||
/* NameTag */
|
|
||||||
.chroma .nt {
|
|
||||||
color: #ea9a97
|
|
||||||
}
|
|
||||||
|
|
||||||
/* NameVariable */
|
|
||||||
.chroma .nv {
|
|
||||||
color: #ea9a97
|
|
||||||
}
|
|
||||||
|
|
||||||
/* NameVariableClass */
|
|
||||||
.chroma .vc {
|
|
||||||
color: #ea9a97
|
|
||||||
}
|
|
||||||
|
|
||||||
/* NameVariableGlobal */
|
|
||||||
.chroma .vg {
|
|
||||||
color: #ea9a97
|
|
||||||
}
|
|
||||||
|
|
||||||
/* NameVariableInstance */
|
|
||||||
.chroma .vi {
|
|
||||||
color: #ea9a97
|
|
||||||
}
|
|
||||||
|
|
||||||
/* NameVariableMagic */
|
|
||||||
.chroma .vm {
|
|
||||||
color: #ea9a97
|
|
||||||
}
|
|
||||||
|
|
||||||
/* Literal */
|
|
||||||
.chroma .l {
|
|
||||||
color: #f6c177
|
|
||||||
}
|
|
||||||
|
|
||||||
/* LiteralDate */
|
|
||||||
.chroma .ld {
|
|
||||||
color: #f6c177
|
|
||||||
}
|
|
||||||
|
|
||||||
/* LiteralString */
|
|
||||||
.chroma .s {
|
|
||||||
color: #f6c177
|
|
||||||
}
|
|
||||||
|
|
||||||
/* LiteralStringAffix */
|
|
||||||
.chroma .sa {
|
|
||||||
color: #f6c177
|
|
||||||
}
|
|
||||||
|
|
||||||
/* LiteralStringBacktick */
|
|
||||||
.chroma .sb {
|
|
||||||
color: #f6c177
|
|
||||||
}
|
|
||||||
|
|
||||||
/* LiteralStringChar */
|
|
||||||
.chroma .sc {
|
|
||||||
color: #f6c177
|
|
||||||
}
|
|
||||||
|
|
||||||
/* LiteralStringDelimiter */
|
|
||||||
.chroma .dl {
|
|
||||||
color: #f6c177
|
|
||||||
}
|
|
||||||
|
|
||||||
/* LiteralStringDoc */
|
|
||||||
.chroma .sd {
|
|
||||||
color: #f6c177
|
|
||||||
}
|
|
||||||
|
|
||||||
/* LiteralStringDouble */
|
|
||||||
.chroma .s2 {
|
|
||||||
color: #f6c177
|
|
||||||
}
|
|
||||||
|
|
||||||
/* LiteralStringEscape */
|
|
||||||
.chroma .se {
|
|
||||||
color: #3e8fb0
|
|
||||||
}
|
|
||||||
|
|
||||||
/* LiteralStringHeredoc */
|
|
||||||
.chroma .sh {
|
|
||||||
color: #f6c177
|
|
||||||
}
|
|
||||||
|
|
||||||
/* LiteralStringInterpol */
|
|
||||||
.chroma .si {
|
|
||||||
color: #f6c177
|
|
||||||
}
|
|
||||||
|
|
||||||
/* LiteralStringOther */
|
|
||||||
.chroma .sx {
|
|
||||||
color: #f6c177
|
|
||||||
}
|
|
||||||
|
|
||||||
/* LiteralStringRegex */
|
|
||||||
.chroma .sr {
|
|
||||||
color: #f6c177
|
|
||||||
}
|
|
||||||
|
|
||||||
/* LiteralStringSingle */
|
|
||||||
.chroma .s1 {
|
|
||||||
color: #f6c177
|
|
||||||
}
|
|
||||||
|
|
||||||
/* LiteralStringSymbol */
|
|
||||||
.chroma .ss {
|
|
||||||
color: #f6c177
|
|
||||||
}
|
|
||||||
|
|
||||||
/* LiteralNumber */
|
|
||||||
.chroma .m {
|
|
||||||
color: #f6c177
|
|
||||||
}
|
|
||||||
|
|
||||||
/* LiteralNumberBin */
|
|
||||||
.chroma .mb {
|
|
||||||
color: #f6c177
|
|
||||||
}
|
|
||||||
|
|
||||||
/* LiteralNumberFloat */
|
|
||||||
.chroma .mf {
|
|
||||||
color: #f6c177
|
|
||||||
}
|
|
||||||
|
|
||||||
/* LiteralNumberHex */
|
|
||||||
.chroma .mh {
|
|
||||||
color: #f6c177
|
|
||||||
}
|
|
||||||
|
|
||||||
/* LiteralNumberInteger */
|
|
||||||
.chroma .mi {
|
|
||||||
color: #f6c177
|
|
||||||
}
|
|
||||||
|
|
||||||
/* LiteralNumberIntegerLong */
|
|
||||||
.chroma .il {
|
|
||||||
color: #f6c177
|
|
||||||
}
|
|
||||||
|
|
||||||
/* LiteralNumberOct */
|
|
||||||
.chroma .mo {
|
|
||||||
color: #f6c177
|
|
||||||
}
|
|
||||||
|
|
||||||
/* Operator */
|
|
||||||
.chroma .o {
|
|
||||||
color: #908caa
|
|
||||||
}
|
|
||||||
|
|
||||||
/* OperatorWord */
|
|
||||||
.chroma .ow {
|
|
||||||
color: #908caa
|
|
||||||
}
|
|
||||||
|
|
||||||
/* Punctuation */
|
|
||||||
.chroma .p {
|
|
||||||
color: #908caa
|
|
||||||
}
|
|
||||||
|
|
||||||
/* Comment */
|
|
||||||
.chroma .c {
|
|
||||||
color: #6e6a86
|
|
||||||
}
|
|
||||||
|
|
||||||
/* CommentHashbang */
|
|
||||||
.chroma .ch {
|
|
||||||
color: #6e6a86
|
|
||||||
}
|
|
||||||
|
|
||||||
/* CommentMultiline */
|
|
||||||
.chroma .cm {
|
|
||||||
color: #6e6a86
|
|
||||||
}
|
|
||||||
|
|
||||||
/* CommentSingle */
|
|
||||||
.chroma .c1 {
|
|
||||||
color: #6e6a86
|
|
||||||
}
|
|
||||||
|
|
||||||
/* CommentSpecial */
|
|
||||||
.chroma .cs {
|
|
||||||
color: #6e6a86
|
|
||||||
}
|
|
||||||
|
|
||||||
/* CommentPreproc */
|
|
||||||
.chroma .cp {
|
|
||||||
color: #6e6a86
|
|
||||||
}
|
|
||||||
|
|
||||||
/* CommentPreprocFile */
|
|
||||||
.chroma .cpf {
|
|
||||||
color: #6e6a86
|
|
||||||
}
|
|
||||||
|
|
||||||
/* Generic */
|
|
||||||
.chroma .g {}
|
|
||||||
|
|
||||||
/* GenericDeleted */
|
|
||||||
.chroma .gd {
|
|
||||||
color: #eb6f92
|
|
||||||
}
|
|
||||||
|
|
||||||
/* GenericEmph */
|
|
||||||
.chroma .ge {
|
|
||||||
font-style: italic
|
|
||||||
}
|
|
||||||
|
|
||||||
/* GenericError */
|
|
||||||
.chroma .gr {}
|
|
||||||
|
|
||||||
/* GenericHeading */
|
|
||||||
.chroma .gh {}
|
|
||||||
|
|
||||||
/* GenericInserted */
|
|
||||||
.chroma .gi {
|
|
||||||
color: #9ccfd8
|
|
||||||
}
|
|
||||||
|
|
||||||
/* GenericOutput */
|
|
||||||
.chroma .go {}
|
|
||||||
|
|
||||||
/* GenericPrompt */
|
|
||||||
.chroma .gp {}
|
|
||||||
|
|
||||||
/* GenericStrong */
|
|
||||||
.chroma .gs {
|
|
||||||
font-weight: bold
|
|
||||||
}
|
|
||||||
|
|
||||||
/* GenericSubheading */
|
|
||||||
.chroma .gu {
|
|
||||||
color: #c4a7e7
|
|
||||||
}
|
|
||||||
|
|
||||||
/* GenericTraceback */
|
|
||||||
.chroma .gt {}
|
|
||||||
|
|
||||||
/* GenericUnderline */
|
|
||||||
.chroma .gl {}
|
|
||||||
|
|
||||||
/* TextWhitespace */
|
|
||||||
.chroma .w {}
|
|
|
@ -15,7 +15,9 @@ This is the Lunivity Wiki. Welcome!
|
||||||
Here, you'll find detailed information and installation instructions for a variety of services and programs, including those we are hosting. Additionally, this wiki includes information about services we self-host.
|
Here, you'll find detailed information and installation instructions for a variety of services and programs, including those we are hosting. Additionally, this wiki includes information about services we self-host.
|
||||||
|
|
||||||
{{< cards >}}
|
{{< cards >}}
|
||||||
{{< card link="/docs/" title="Documentations" subtitle="Documentations for in-house tools and other programs" icon="newspaper" >}}
|
{{< card link="/docs/" title="Documentation" subtitle="Documentation for in-house tools and other programs" icon="newspaper" >}}
|
||||||
{{< card link="/services/" title="Services" subtitle="Documentations for deployed Services and other tools." icon="server" >}}
|
{{< card link="/services/" title="Services" subtitle="Documentation for deployed Services and other tools." icon="server" >}}
|
||||||
{{< card link="/guides/" title="Guides" subtitle="Guides and resources to help you along the way." icon="pencil" >}}
|
{{< card link="/guides/" title="Guides" subtitle="Guides and resources to help you along the way." icon="pencil" >}}
|
||||||
{{< /cards >}}
|
{{< /cards >}}
|
||||||
|
|
||||||
|
Check it out the repository for this wiki on [Gitpot](https://gitpot.dev/lunivity/wiki)!
|
||||||
|
|
|
@ -1,10 +1,9 @@
|
||||||
+++
|
+++
|
||||||
title = 'Documentations'
|
title = 'Documentation'
|
||||||
linkTitle = 'Documentation'
|
|
||||||
date = 2024-01-09T19:42:30+01:00
|
date = 2024-01-09T19:42:30+01:00
|
||||||
+++
|
+++
|
||||||
|
|
||||||
Here you'll find documentations for in-house tools and/or services, and their usages.
|
Here you'll find documentation for in-house tools and/or services, and their usages.
|
||||||
|
|
||||||
{{< cards >}}
|
{{< cards >}}
|
||||||
{{< card link="/docs/ansible" title="Ansible" subtitle="Docs for Ansible Roles and Playbooks" icon="cog" >}}
|
{{< card link="/docs/ansible" title="Ansible" subtitle="Docs for Ansible Roles and Playbooks" icon="cog" >}}
|
||||||
|
|
|
@ -30,7 +30,7 @@ Before you begin, ensure you have the following prerequisites:
|
||||||
{{< tab >}}
|
{{< tab >}}
|
||||||
**Using Command Line Interface (CLI):**
|
**Using Command Line Interface (CLI):**
|
||||||
|
|
||||||
```bash
|
```bash {filename="Shell"}
|
||||||
# install collection from source
|
# install collection from source
|
||||||
$ ansible-galaxy collection install git+https://gitpot.dev/lunivity/ansible-common.git
|
$ ansible-galaxy collection install git+https://gitpot.dev/lunivity/ansible-common.git
|
||||||
|
|
||||||
|
@ -38,6 +38,8 @@ $ ansible-galaxy collection install git+https://gitpot.dev/lunivity/ansible-comm
|
||||||
$ ansible-galaxy collection install git+https://gitpot.dev/lunivity/ansible-common.git,1.0.0
|
$ ansible-galaxy collection install git+https://gitpot.dev/lunivity/ansible-common.git,1.0.0
|
||||||
```
|
```
|
||||||
|
|
||||||
|
---
|
||||||
|
|
||||||
{{< /tab >}}
|
{{< /tab >}}
|
||||||
{{< tab >}}
|
{{< tab >}}
|
||||||
**Using a** `requirements.yml` **File:**
|
**Using a** `requirements.yml` **File:**
|
||||||
|
@ -45,7 +47,7 @@ $ ansible-galaxy collection install git+https://gitpot.dev/lunivity/ansible-comm
|
||||||
1. Create a file named `requirements.yml` in your workspace.
|
1. Create a file named `requirements.yml` in your workspace.
|
||||||
2. Add the following content to your `requirements.yml` file:
|
2. Add the following content to your `requirements.yml` file:
|
||||||
|
|
||||||
```yaml
|
```yaml {filename="requirements.yml"}
|
||||||
collections:
|
collections:
|
||||||
- name: https://gitpot.dev/lunivity/ansible-common.git
|
- name: https://gitpot.dev/lunivity/ansible-common.git
|
||||||
type: git
|
type: git
|
||||||
|
@ -54,10 +56,12 @@ $ ansible-galaxy collection install git+https://gitpot.dev/lunivity/ansible-comm
|
||||||
|
|
||||||
- Install the collection by running the following command in your workspace:
|
- Install the collection by running the following command in your workspace:
|
||||||
|
|
||||||
```bash
|
```bash {filename="Shell"}
|
||||||
ansible-galaxy collection install -r /path/to/requirements.yml
|
ansible-galaxy collection install -r /path/to/requirements.yml
|
||||||
```
|
```
|
||||||
|
|
||||||
|
---
|
||||||
|
|
||||||
{{< /tab >}}
|
{{< /tab >}}
|
||||||
{{< /tabs >}}
|
{{< /tabs >}}
|
||||||
|
|
||||||
|
@ -65,7 +69,7 @@ ansible-galaxy collection install -r /path/to/requirements.yml
|
||||||
|
|
||||||
- To use the collection in your Ansible playbooks, include it like this:
|
- To use the collection in your Ansible playbooks, include it like this:
|
||||||
|
|
||||||
```yaml
|
```yaml {filename="playbook.yml"}
|
||||||
---
|
---
|
||||||
- name: Example Playbook
|
- name: Example Playbook
|
||||||
hosts: localhost
|
hosts: localhost
|
||||||
|
|
|
@ -28,9 +28,10 @@ Before you begin, ensure you have the following prerequisites:
|
||||||
|
|
||||||
{{< tabs items="CLI,requirements.yml" >}}
|
{{< tabs items="CLI,requirements.yml" >}}
|
||||||
{{< tab >}}
|
{{< tab >}}
|
||||||
|
|
||||||
**Using Command Line Interface (CLI):**
|
**Using Command Line Interface (CLI):**
|
||||||
|
|
||||||
```bash
|
```bash {filename="Shell"}
|
||||||
# install collection from source
|
# install collection from source
|
||||||
$ ansible-galaxy collection install git+https://gitpot.dev/lunivity/ansible-core.git
|
$ ansible-galaxy collection install git+https://gitpot.dev/lunivity/ansible-core.git
|
||||||
|
|
||||||
|
@ -38,14 +39,17 @@ $ ansible-galaxy collection install git+https://gitpot.dev/lunivity/ansible-core
|
||||||
$ ansible-galaxy collection install git+https://gitpot.dev/lunivity/ansible-core.git,1.0.0
|
$ ansible-galaxy collection install git+https://gitpot.dev/lunivity/ansible-core.git,1.0.0
|
||||||
```
|
```
|
||||||
|
|
||||||
|
---
|
||||||
|
|
||||||
{{< /tab >}}
|
{{< /tab >}}
|
||||||
{{< tab >}}
|
{{< tab >}}
|
||||||
|
|
||||||
**Using a** `requirements.yml` **File:**
|
**Using a** `requirements.yml` **File:**
|
||||||
|
|
||||||
1. Create a file named `requirements.yml` in your workspace.
|
1. Create a file named `requirements.yml` in your workspace.
|
||||||
2. Add the following content to your `requirements.yml` file:
|
2. Add the following content to your `requirements.yml` file:
|
||||||
|
|
||||||
```yaml
|
```yaml {filename="requirements.yml"}
|
||||||
collections:
|
collections:
|
||||||
- name: https://gitpot.dev/lunivity/ansible-core.git
|
- name: https://gitpot.dev/lunivity/ansible-core.git
|
||||||
type: git
|
type: git
|
||||||
|
@ -54,10 +58,12 @@ $ ansible-galaxy collection install git+https://gitpot.dev/lunivity/ansible-core
|
||||||
|
|
||||||
- Install the collection by running the following command in your workspace:
|
- Install the collection by running the following command in your workspace:
|
||||||
|
|
||||||
```bash
|
```bash {filename="Shell"}
|
||||||
ansible-galaxy collection install -r /path/to/requirements.yml
|
ansible-galaxy collection install -r /path/to/requirements.yml
|
||||||
```
|
```
|
||||||
|
|
||||||
|
---
|
||||||
|
|
||||||
{{< /tab >}}
|
{{< /tab >}}
|
||||||
{{< /tabs >}}
|
{{< /tabs >}}
|
||||||
|
|
||||||
|
@ -65,7 +71,7 @@ ansible-galaxy collection install -r /path/to/requirements.yml
|
||||||
|
|
||||||
- To use the collection in your Ansible playbooks, include it like this:
|
- To use the collection in your Ansible playbooks, include it like this:
|
||||||
|
|
||||||
```yaml
|
```yaml {filename="playbook.yml"}
|
||||||
---
|
---
|
||||||
- name: Example Playbook
|
- name: Example Playbook
|
||||||
hosts: localhost
|
hosts: localhost
|
||||||
|
|
17
hugo.yml
17
hugo.yml
|
@ -17,6 +17,10 @@ params:
|
||||||
link: /
|
link: /
|
||||||
width: 32
|
width: 32
|
||||||
height: 32
|
height: 32
|
||||||
|
footer:
|
||||||
|
enable: true
|
||||||
|
displayCopyright: true
|
||||||
|
displayPoweredBy: true
|
||||||
# Edit URL
|
# Edit URL
|
||||||
editURL:
|
editURL:
|
||||||
enable: true
|
enable: true
|
||||||
|
@ -24,12 +28,13 @@ params:
|
||||||
# Page
|
# Page
|
||||||
page:
|
page:
|
||||||
width: wide
|
width: wide
|
||||||
|
|
||||||
menu:
|
menu:
|
||||||
main:
|
main:
|
||||||
- name: Home
|
- name: Home
|
||||||
pageRef: /
|
pageRef: /
|
||||||
weight: 1
|
weight: 1
|
||||||
- name: Documentations
|
- name: Documentation
|
||||||
pageRef: /docs
|
pageRef: /docs
|
||||||
weight: 2
|
weight: 2
|
||||||
- name: Services
|
- name: Services
|
||||||
|
@ -61,3 +66,13 @@ menu:
|
||||||
- name: "Legal ↗"
|
- name: "Legal ↗"
|
||||||
url: "https://lunivity.com/legal"
|
url: "https://lunivity.com/legal"
|
||||||
weight: 993
|
weight: 993
|
||||||
|
|
||||||
|
markup:
|
||||||
|
# allow raw html
|
||||||
|
goldmark:
|
||||||
|
renderer:
|
||||||
|
unsafe: true
|
||||||
|
|
||||||
|
# enable hextra syntax highlight
|
||||||
|
highlight:
|
||||||
|
noClasses: false
|
||||||
|
|
|
@ -11,4 +11,4 @@ onThisPage: "On this page"
|
||||||
poweredBy: "Powered by Hugo and Hextra"
|
poweredBy: "Powered by Hugo and Hextra"
|
||||||
readMore: "Read more →"
|
readMore: "Read more →"
|
||||||
searchPlaceholder: "Search the universe..."
|
searchPlaceholder: "Search the universe..."
|
||||||
copyright: "© 2024 Lunivity"
|
copyright: "© 2024, Lunivity Contributors. Content licensed under the <a href='/license' style='text-decoration: underline; color: hsl(var(--primary-hue) var(--primary-saturation) 45% / var(--tw-text-opacity))'>CC BY-NC-SA 4.0</a>, unless specified."
|
Loading…
Reference in a new issue