blob: 3ea1b6bedc06db5e53c10bfb55acc3728c8c04d3 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
|
baseURL = 'https://macli.vidhukant.com/'
languageCode = 'en-us'
title = 'Official macli Website.'
theme = "zt_hugo"
disableKinds = ["taxonomy", "term", "sitemap"]
enableRobotsTXT = true
[params]
projectTitle = "macli"
projectDescription = "Unofficial CLI-based MyAnimeList client."
gitURL = "https://git.vidhukant.com/macli/about"
extraNavLinks = [
["GitHub", "https://github.com/VidhuKant/macli"]
]
|