This repository has been archived on 2024-03-29. You can view files and clone it, but cannot push or open issues or pull requests.
services-panel/hugo.toml

29 lines
1,016 B
TOML
Raw Normal View History

2023-02-20 14:44:59 +00:00
baseURL = 'http://example.org/'
languageCode = 'en-us'
2023-02-23 21:40:16 +00:00
title = 'cat-enby.club'
2023-02-23 14:55:08 +00:00
[Params]
description = 'Services hosted by a cat for cats (=^・ω・^=) ... and any other beeings!'
2023-02-25 18:42:20 +00:00
[[Params.Service]]
name = 'Nextcloud'
summary = 'Nextcloud is a self hosted platform to share files, create documents, chat with other users and many other things'
linktext = 'cloud.cat-enby.club'
hyperlink = 'https://cloud.cat-enby.club'
icon = '/icons/nextcloud.svg'
2023-02-23 14:55:08 +00:00
2023-02-25 18:42:20 +00:00
[[Params.Service]]
name = 'Bitwarden'
summary = 'Nextcloud is a self hosted platform to share files, create documents, chat with other users and many other things'
linktext = 'vault.cat-enby.club'
hyperlink = 'https://vault.cat-enby.club'
icon = '/icons/bitwarden.svg'
[[Params.Service]]
name = 'Gitea'
summary = 'Nextcloud is a self hosted platform to share files, create documents, chat with other users and many other things'
linktext = 'dev.cat-enby.club'
hyperlink = 'https://dev.cat-enby.club'
icon = '/icons/nextcloud.svg'
2023-02-23 14:55:08 +00:00