2021-12-20 15:21:07 +00:00
site_name : hydrus network
2022-02-19 20:53:53 +00:00
site_description : "A personal booru-style media tagger that can import files and tags from your hard drive and popular websites. Content can be shared with other users via user-run servers."
2022-02-19 22:14:12 +00:00
site_url : ''
2021-12-20 15:21:07 +00:00
repo_url : https://github.com/hydrusnetwork/hydrus
repo_name : hydrusnetwork/hydrus
use_directory_urls : false
nav :
- index.md
2021-12-23 13:53:24 +00:00
- Getting Started :
- introduction.md
2022-02-23 17:24:27 +00:00
- gettingStartedOverview.md
2021-12-23 13:53:24 +00:00
- getting_started_installing.md
- getting_started_files.md
2022-05-28 00:42:58 +00:00
- getting_started_importing.md
2022-04-23 19:06:01 +00:00
- getting_started_searching.md
2021-12-23 13:53:24 +00:00
- getting_started_tags.md
- getting_started_downloading.md
- getting_started_ratings.md
2021-12-20 15:21:07 +00:00
- PTR :
- access_keys.md
- PTR.md
2022-02-23 17:02:18 +00:00
- petitionPractices.md
2021-12-23 12:45:18 +00:00
- Next Steps :
- adding_new_downloaders.md
- getting_started_subscriptions.md
- filtering duplicates : duplicates.md
2021-12-23 13:53:24 +00:00
- Advanced :
- advanced_siblings.md
- advanced_parents.md
2022-05-18 20:18:25 +00:00
- advanced_multiple_local_file_services.md
2021-12-23 13:53:24 +00:00
- advanced.md
- reducing_lag.md
- database_migration.md
- launch_arguments.md
- ipfs.md
- local_booru.md
- server.md
- Alternate Installations :
2021-12-23 12:45:18 +00:00
- docker.md
2021-12-23 13:53:24 +00:00
- wine.md
- running_from_source.md
2021-12-23 14:52:43 +00:00
- Downloader Creation :
- Introduction : downloader_intro.md
- downloader_gugs.md
- downloader_url_classes.md
- Parsers :
- Overview : downloader_parsers.md
- Components :
- Formulae : downloader_parsers_formulae.md
- downloader_parsers_content_parsers.md
- downloader_parsers_page_parsers.md
- Walkthroughs :
- downloader_parsers_full_example_gallery_page.md
- downloader_parsers_full_example_file_page.md
- downloader_parsers_full_example_api.md
- downloader_completion.md
- Sharing : downloader_sharing.md
- downloader_login.md
2022-02-20 16:20:56 +00:00
- API :
- client_api.md
- developer_api.md
2021-12-23 13:53:24 +00:00
- Misc :
- faq.md
- privacy.md
- contact.md
- support.md
- changelog.md
2022-02-15 11:44:29 +00:00
- about_docs.md
2021-12-20 15:21:07 +00:00
theme :
name : material
palette :
2022-02-15 11:44:38 +00:00
- media : "(prefers-color-scheme: light)"
scheme : default
primary : blue grey
accent : blue
toggle :
icon : material/toggle-switch-off-outline
name : Switch to dark mode
- media : "(prefers-color-scheme: dark)"
scheme : slate
primary : black
accent : blue
toggle :
icon : material/toggle-switch
name : Switch to light mode
2021-12-20 15:21:07 +00:00
logo : assets/hydrus-white.svg
2022-03-29 04:49:54 +00:00
favicon : assets/favicon.svg
2021-12-23 01:56:43 +00:00
font : false
2021-12-20 15:21:07 +00:00
features :
- navigation.instant
- navigation.tracking
- navigation.sections
- navigation.tabs
- content.tabs.link
- navigation.top
2021-12-22 22:42:28 +00:00
- search.suggest
2021-12-23 13:53:24 +00:00
- content.code.annotate
2021-12-20 15:21:07 +00:00
#- navigation.indexes
icon :
2022-02-19 21:21:04 +00:00
repo : fontawesome/brands/github
2021-12-20 15:21:07 +00:00
extra :
social :
2022-02-19 21:21:04 +00:00
- icon : fontawesome/brands/github
link : https://github.com/hydrusnetwork/hydrus
2021-12-20 15:21:07 +00:00
- icon : fontawesome/brands/twitter
link : https://twitter.com/hydrusnetwork
- icon : fontawesome/brands/tumblr
link : https://hydrus.tumblr.com/
- icon : fontawesome/solid/envelope
link : mailto:hydrus.admin@gmail.com
- icon : fontawesome/brands/discord
link : https://discord.gg/wPHPCUZ
- icon : fontawesome/brands/patreon
link : https://www.patreon.com/hydrus_dev
extra_css :
- assets/stylesheets/extra.css
markdown_extensions :
# Python Markdown
- abbr
- admonition
- attr_list
- def_list
- footnotes
- meta
- md_in_html
- toc :
permalink : true
separator : "_"
# Python Markdown Extensions
- pymdownx.arithmatex :
generic : true
- pymdownx.betterem :
smart_enable : all
- pymdownx.caret
- pymdownx.details
- pymdownx.highlight
- pymdownx.inlinehilite
- pymdownx.keys
- pymdownx.mark
- pymdownx.smartsymbols
2022-04-17 16:45:08 +00:00
- pymdownx.superfences :
custom_fences :
- name : mermaid
class : mermaid
format : !!python/name:pymdownx.superfences.fence_code_format
2021-12-20 15:21:07 +00:00
- pymdownx.tabbed :
alternate_style : true
- pymdownx.tasklist :
custom_checkbox : true
- pymdownx.tilde
2022-02-22 23:35:58 +00:00
- pymdownx.snippets