From eabbef372ffa6dfbbce41245b38845dcad38bbb7 Mon Sep 17 00:00:00 2001 From: Sangelo Date: Mon, 8 Apr 2024 14:54:54 +0200 Subject: [PATCH] [c] Migrate to gitpot.org --- README.md | 2 +- archetypes/default.md | 2 +- content/_index.md | 2 +- content/docs/_index.md | 5 ++++- content/docs/ansible/_index.md | 2 +- content/docs/ansible/common/_index.md | 14 +++++++------- content/docs/ansible/core/_index.md | 14 +++++++------- content/docs/ansible/services.md | 2 +- content/docs/services/_index.md | 2 +- content/docs/services/authentik/_index.md | 2 +- go.mod | 2 +- hugo.yml | 4 ++-- 12 files changed, 28 insertions(+), 25 deletions(-) diff --git a/README.md b/README.md index 5cab187..2be8cda 100644 --- a/README.md +++ b/README.md @@ -21,7 +21,7 @@ Or you can clone the repo and edit manually. You'll need `hugo` and `go` install ```bash # clone the repo -$ git clone git@gitpot.dev:lunivity/wiki.git lunivity-wiki +$ git clone git@gitpot.org:lunivity/wiki.git lunivity-wiki # launch preview web server $ hugo server --disableFastRender --noHTTPCache diff --git a/archetypes/default.md b/archetypes/default.md index 4e42334..6eec3fa 100644 --- a/archetypes/default.md +++ b/archetypes/default.md @@ -1,4 +1,4 @@ +++ title = '{{ replace .File.ContentBaseName "-" " " | title }}' -date = {{ .Date }} +date = {{ .Date | time.Format "2006-01-02" }} +++ diff --git a/content/_index.md b/content/_index.md index f2c19ca..04d49e2 100644 --- a/content/_index.md +++ b/content/_index.md @@ -20,4 +20,4 @@ Here, you'll find detailed information and installation instructions for a varie {{< card link="/guides/" title="Guides" subtitle="Guides and resources to help you along the way." icon="pencil" >}} {{< /cards >}} -Check out the repository for this wiki on [Gitpot](https://gitpot.dev/lunivity/wiki)! +Check out the repository for this wiki on [Gitpot](https://gitpot.org/lunivity/wiki)! diff --git a/content/docs/_index.md b/content/docs/_index.md index 6739c9b..98be4a8 100644 --- a/content/docs/_index.md +++ b/content/docs/_index.md @@ -1,6 +1,9 @@ +++ title = 'Documentation' -date = 2024-01-09T19:42:30+01:00 +date = 2024-01-09 + +[cascade] +type = "docs" +++ Here you'll find documentation for in-house tools and/or services, and their usages. diff --git a/content/docs/ansible/_index.md b/content/docs/ansible/_index.md index 0b81c9b..8d56449 100644 --- a/content/docs/ansible/_index.md +++ b/content/docs/ansible/_index.md @@ -1,6 +1,6 @@ +++ title = 'Ansible' -date = 2024-01-09T19:48:22+01:00 +date = 2024-01-09 next = "/docs/ansible/core" +++ diff --git a/content/docs/ansible/common/_index.md b/content/docs/ansible/common/_index.md index 5c0f0d0..427bdb2 100644 --- a/content/docs/ansible/common/_index.md +++ b/content/docs/ansible/common/_index.md @@ -1,7 +1,7 @@ +++ title = 'Ansible: Common' linkTitle = 'Common' -date = 2024-01-09T19:49:13+01:00 +date = 2024-01-09 next = "/docs/ansible/services" prev = "/docs/ansible/core" weight = 2 @@ -32,10 +32,10 @@ Before you begin, ensure you have the following prerequisites: ```bash {filename="Shell"} # install collection from source -$ ansible-galaxy collection install git+https://gitpot.dev/lunivity/ansible-common.git +$ ansible-galaxy collection install git+https://gitpot.org/lunivity/ansible-common.git # install collection from tagged release 1.0.0 (currently unavailable) -$ ansible-galaxy collection install git+https://gitpot.dev/lunivity/ansible-common.git,1.0.0 +$ ansible-galaxy collection install git+https://gitpot.org/lunivity/ansible-common.git,1.0.0 ``` --- @@ -49,7 +49,7 @@ $ ansible-galaxy collection install git+https://gitpot.dev/lunivity/ansible-comm ```yaml {filename="requirements.yml"} collections: - - name: https://gitpot.dev/lunivity/ansible-common.git + - name: https://gitpot.org/lunivity/ansible-common.git type: git version: latest ``` @@ -85,12 +85,12 @@ There are multiple roles included in this collection. To view their advanced usa ## Repository -You can find this project's repository [here](https://gitpot.dev/lunivity/ansible-common). +You can find this project's repository [here](https://gitpot.org/lunivity/ansible-common). ### Contributions -You're welcome to contribute to this website if you have a Lunivity account (see Gitpot's [homepage](https://gitpot.dev) for details if registrations aren't open yet). +You're welcome to contribute to this website if you have a Lunivity account (see Gitpot's [homepage](https://gitpot.org) for details if registrations aren't open yet). ### License -This project is licensed under the [GNU General Public License v3.0 (GPL-3.0)](https://gitpot.dev/lunivity/ansible-common/src/branch/main/LICENSE.md). Refer to the [LICENSE](https://gitpot.dev/lunivity/ansible-common/src/branch/main/LICENSE.md) file for more details. +This project is licensed under the [GNU General Public License v3.0 (GPL-3.0)](https://gitpot.org/lunivity/ansible-common/src/branch/main/LICENSE.md). Refer to the [LICENSE](https://gitpot.org/lunivity/ansible-common/src/branch/main/LICENSE.md) file for more details. diff --git a/content/docs/ansible/core/_index.md b/content/docs/ansible/core/_index.md index ac777e5..d1b3f2a 100644 --- a/content/docs/ansible/core/_index.md +++ b/content/docs/ansible/core/_index.md @@ -1,7 +1,7 @@ +++ title = 'Ansible: Core' linkTitle = 'Core' -date = 2024-01-09T19:48:35+01:00 +date = 2024-01-09 next = "/docs/ansible/common" prev = "/docs/ansible" weight = 1 @@ -33,10 +33,10 @@ Before you begin, ensure you have the following prerequisites: ```bash {filename="Shell"} # install collection from source -$ ansible-galaxy collection install git+https://gitpot.dev/lunivity/ansible-core.git +$ ansible-galaxy collection install git+https://gitpot.org/lunivity/ansible-core.git # install collection from tagged release 1.0.0 (currently unavailable) -$ ansible-galaxy collection install git+https://gitpot.dev/lunivity/ansible-core.git,1.0.0 +$ ansible-galaxy collection install git+https://gitpot.org/lunivity/ansible-core.git,1.0.0 ``` --- @@ -51,7 +51,7 @@ $ ansible-galaxy collection install git+https://gitpot.dev/lunivity/ansible-core ```yaml {filename="requirements.yml"} collections: - - name: https://gitpot.dev/lunivity/ansible-core.git + - name: https://gitpot.org/lunivity/ansible-core.git type: git version: latest ``` @@ -87,12 +87,12 @@ There are multiple roles included in this collection. To view their advanced usa ## Repository -You can find this project's repository [here](https://gitpot.dev/lunivity/ansible-core). +You can find this project's repository [here](https://gitpot.org/lunivity/ansible-core). ### Contributions -You're welcome to contribute to this website if you have a Lunivity account (see Gitpot's [homepage](https://gitpot.dev) for details if registrations aren't open yet). +You're welcome to contribute to this website if you have a Lunivity account (see Gitpot's [homepage](https://gitpot.org) for details if registrations aren't open yet). ### License -This project is licensed under the [GNU General Public License v3.0 (GPL-3.0)](https://gitpot.dev/lunivity/ansible-core/src/branch/main/LICENSE.md). Refer to the [LICENSE](https://gitpot.dev/lunivity/ansible-core/src/branch/main/LICENSE.md) file for more details. +This project is licensed under the [GNU General Public License v3.0 (GPL-3.0)](https://gitpot.org/lunivity/ansible-core/src/branch/main/LICENSE.md). Refer to the [LICENSE](https://gitpot.org/lunivity/ansible-core/src/branch/main/LICENSE.md) file for more details. diff --git a/content/docs/ansible/services.md b/content/docs/ansible/services.md index b50869a..ead1ec0 100644 --- a/content/docs/ansible/services.md +++ b/content/docs/ansible/services.md @@ -1,7 +1,7 @@ +++ title = 'Ansible: Services' linkTitle = 'Services' -date = 2024-01-09T22:39:54+01:00 +date = 2024-01-09 prev = "/docs/ansible/common" weight = 3 +++ diff --git a/content/docs/services/_index.md b/content/docs/services/_index.md index 4018744..0ea3436 100644 --- a/content/docs/services/_index.md +++ b/content/docs/services/_index.md @@ -1,6 +1,6 @@ +++ title = 'Services' -date = 2024-02-15T09:47:30+01:00 +date = 2024-02-15 +++ {{< callout type="warning" >}} diff --git a/content/docs/services/authentik/_index.md b/content/docs/services/authentik/_index.md index f6ba671..864c930 100644 --- a/content/docs/services/authentik/_index.md +++ b/content/docs/services/authentik/_index.md @@ -1,4 +1,4 @@ +++ title = 'Authentik' -date = 2024-01-09T22:07:42+01:00 +date = 2024-01-09 +++ diff --git a/go.mod b/go.mod index d3e96bf..8d590c1 100644 --- a/go.mod +++ b/go.mod @@ -1,4 +1,4 @@ -module gitpot.dev/lunivity/wiki +module gitpot.org/lunivity/wiki go 1.21 diff --git a/hugo.yml b/hugo.yml index 41b57b1..e45bd20 100644 --- a/hugo.yml +++ b/hugo.yml @@ -24,7 +24,7 @@ params: # Edit URL editURL: enable: true - base: "https://gitpot.dev/lunivity/wiki/_edit/main/content/" + base: "https://gitpot.org/lunivity/wiki/_edit/main/content/" # Page page: width: wide @@ -46,7 +46,7 @@ menu: type: search # - name: Gitpot # weight: 5 - # url: "https://gitpot.dev/lunivity" + # url: "https://gitpot.org/lunivity" # params: # icon: git sidebar: