18 lines
256 B
TOML
18 lines
256 B
TOML
baseURL = 'http://example.org/'
|
|
languageCode = 'en-us'
|
|
title = 'cat-enby.club'
|
|
|
|
[Params.Service.Test]
|
|
name = 'Service 1'
|
|
summary = ''
|
|
link = ''
|
|
icon = ''
|
|
|
|
[Params.Service.Test2]
|
|
name = 'Another Service'
|
|
summary = ''
|
|
link = ''
|
|
icon = ''
|
|
|
|
|