2023-04-30 21:05:27 +00:00
|
|
|
site_name: Memories
|
2023-11-25 00:56:50 +00:00
|
|
|
site_url: https://memories.gallery
|
2023-04-30 20:39:32 +00:00
|
|
|
repo_url: https://github.com/pulsejet/memories
|
2023-04-30 20:42:57 +00:00
|
|
|
repo_name: pulsejet/memories
|
2023-11-25 00:59:48 +00:00
|
|
|
edit_uri: blob/master/docs/
|
2023-11-25 01:02:05 +00:00
|
|
|
copyright: Copyright © 2022 - 2023 <a href="https://github.com/pulsejet">Varun Patil</a>
|
2023-05-01 22:49:53 +00:00
|
|
|
|
|
|
|
extra:
|
|
|
|
social:
|
|
|
|
- icon: fontawesome/brands/discord
|
|
|
|
link: https://discord.gg/7Dr9f9vNjJ
|
|
|
|
- icon: fontawesome/brands/github
|
|
|
|
link: https://github.com/pulsejet/memories
|
2023-11-25 01:07:59 +00:00
|
|
|
- icon: fontawesome/brands/discourse
|
|
|
|
link: https://help.nextcloud.com/c/apps/memories/
|
2023-11-25 01:10:06 +00:00
|
|
|
- icon: fontawesome/brands/google-play
|
|
|
|
link: https://play.google.com/store/apps/details?id=gallery.memories
|
2023-04-30 20:39:32 +00:00
|
|
|
|
2023-04-30 20:29:12 +00:00
|
|
|
theme:
|
|
|
|
name: material
|
|
|
|
features:
|
|
|
|
- navigation.tabs
|
|
|
|
- navigation.tabs.sticky
|
|
|
|
- navigation.tracking
|
2023-11-25 00:59:48 +00:00
|
|
|
- content.action.edit
|
2023-04-30 20:29:12 +00:00
|
|
|
palette:
|
2023-05-01 22:59:50 +00:00
|
|
|
- scheme: default
|
|
|
|
primary: blue
|
|
|
|
toggle:
|
|
|
|
icon: material/brightness-7
|
|
|
|
name: Switch to dark mode
|
|
|
|
- scheme: slate
|
|
|
|
primary: blue
|
|
|
|
toggle:
|
|
|
|
icon: material/brightness-4
|
|
|
|
name: Switch to light mode
|
2023-08-17 02:30:33 +00:00
|
|
|
logo: assets/app.svg
|
|
|
|
favicon: assets/favicon.ico
|
2023-05-01 06:27:26 +00:00
|
|
|
custom_dir: docs/overrides
|
2023-04-30 20:29:12 +00:00
|
|
|
|
2023-05-01 22:05:59 +00:00
|
|
|
plugins:
|
|
|
|
- search
|
|
|
|
- social
|
|
|
|
|
2023-04-30 20:29:12 +00:00
|
|
|
nav:
|
|
|
|
- Home: 'index.md'
|
2023-05-01 06:27:26 +00:00
|
|
|
- Getting started:
|
2023-05-01 09:03:36 +00:00
|
|
|
- 'install.md'
|
2023-04-30 20:29:12 +00:00
|
|
|
- 'config.md'
|
|
|
|
- 'file-types.md'
|
|
|
|
- 'hw-transcoding.md'
|
2023-05-25 02:49:04 +00:00
|
|
|
- 'troubleshooting.md'
|
2023-04-30 20:29:12 +00:00
|
|
|
- 'system-config.md'
|
2023-09-29 16:50:49 +00:00
|
|
|
- 'occ-commands.md'
|
2023-05-01 06:27:26 +00:00
|
|
|
- Support:
|
2023-04-30 20:29:12 +00:00
|
|
|
- 'faq.md'
|
2023-05-01 21:53:42 +00:00
|
|
|
- 'changelog.md'
|
2023-04-30 20:29:12 +00:00
|
|
|
- 'memories-vs-photos.md'
|
2023-10-04 17:09:56 +00:00
|
|
|
- 'privacy.md'
|
2023-04-30 20:29:12 +00:00
|
|
|
|
|
|
|
markdown_extensions:
|
|
|
|
- admonition
|
|
|
|
- codehilite
|
|
|
|
- pymdownx.highlight:
|
|
|
|
use_pygments: true
|
|
|
|
anchor_linenums: true
|
|
|
|
line_spans: __span
|
|
|
|
pygments_lang_class: true
|
|
|
|
- pymdownx.inlinehilite
|
|
|
|
- pymdownx.snippets
|
|
|
|
- pymdownx.superfences
|