21 lines
360 B
TOML
21 lines
360 B
TOML
baseURL = 'http://example.org/'
|
|
languageCode = 'en-us'
|
|
title = 'cat-enby.club'
|
|
|
|
[Params]
|
|
description = 'Services hosted by a cat for cats (=^・ω・^=) ... and any other beeings!'
|
|
|
|
[Params.Service.Test]
|
|
name = 'Service 1'
|
|
summary = ''
|
|
link = ''
|
|
icon = ''
|
|
|
|
[Params.Service.Test2]
|
|
name = 'Another Service'
|
|
summary = ''
|
|
link = ''
|
|
icon = ''
|
|
|
|
|