2016-02-10 17:30:45 -05:00
|
|
|
################################################################################
|
|
|
|
# Main User Configuration #
|
|
|
|
################################################################################
|
|
|
|
|
|
|
|
# Username for anime and manga lists
|
2018-10-09 18:21:06 -04:00
|
|
|
kitsu_username = "johnsmith"
|
2016-02-10 17:30:45 -05:00
|
|
|
|
|
|
|
# Whose list is it?
|
2018-10-09 18:21:06 -04:00
|
|
|
whose_list = "Someone"
|
2016-02-10 17:30:45 -05:00
|
|
|
|
|
|
|
# do you wish to show the anime collection?
|
|
|
|
show_anime_collection = true
|
2018-10-05 14:27:07 -04:00
|
|
|
|
|
|
|
# do you wish to show the manga collection?
|
|
|
|
show_manga_collection = false
|
|
|
|
|
2023-06-28 14:22:00 -04:00
|
|
|
# what theme would you like to use? light, dark, or auto
|
|
|
|
theme = "auto"
|
|
|
|
|
2018-10-05 14:27:07 -04:00
|
|
|
################################################################################
|
|
|
|
# Default views and paths
|
|
|
|
################################################################################
|
|
|
|
|
|
|
|
# Which list should be the default?
|
|
|
|
default_list = "anime" # anime or manga
|
|
|
|
|
|
|
|
# Default pages for anime/manga
|
|
|
|
default_anime_list_path = "watching" # watching|plan_to_watch|on_hold|dropped|completed|all
|
2018-10-11 09:53:14 -04:00
|
|
|
default_manga_list_path = "reading" # reading|plan_to_read|on_hold|dropped|completed|all
|
|
|
|
|
|
|
|
################################################################################
|
|
|
|
# Not on Settings Page
|
|
|
|
#
|
|
|
|
# These settings are not available to change on the settings page
|
|
|
|
################################################################################
|
|
|
|
|
|
|
|
# Use HTTPs for URLs
|
|
|
|
# It is not recommended to change this setting
|
|
|
|
secure_urls = true
|