Skip to content

Commit

Permalink
docs: fix resources
Browse files Browse the repository at this point in the history
  • Loading branch information
greyovo committed May 3, 2024
1 parent 5b319a0 commit a1f1034
Show file tree
Hide file tree
Showing 6 changed files with 16 additions and 12 deletions.
6 changes: 3 additions & 3 deletions website/docs/.vitepress/config.mts
Original file line number Diff line number Diff line change
Expand Up @@ -6,12 +6,12 @@ export default defineConfig({
description: "A PicQuery documentation site",
base: '/PicQuery/',
head: [
['link', { rel: 'icon', href: './logo.webp' }],
['link', { rel: 'icon', href: '/PicQuery/logo.webp' }],
],
themeConfig: {
logo: './logo.png',
logo: 'logo.png',
footer: {
message: 'Released under the MIT License, visit our <a href="/privacy-policy">Privacy Policy</a>.',
message: 'Released under the MIT License, visit our <a href="privacy-policy">Privacy Policy</a>.',
copyright: 'Copyright © 2023-present <a href="https://github.com/greyovo">Grey Liu</a>.',
},
// https://vitepress.dev/reference/default-theme-config
Expand Down
22 changes: 13 additions & 9 deletions website/docs/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@
layout: home

hero:
name: "PicQuery."
text: "Search images with natural language."
name: PicQuery
text: Search Local Images with Natural Language
# tagline: 🔍 Search local images with natural language on Android
tagline: E.g., "a laptop on the desk", "sunset by the sea", "kitty in the grass"...

Expand All @@ -13,22 +13,26 @@ hero:
text: Get on Google Play
link: https://play.google.com/store/apps/details?id=me.grey.picquery
- theme: alt
text: Github Release
text: Release
link: https://github.com/greyovo/PicQuery/releases
- theme: alt
text: Source Code
link: https://github.com/greyovo/PicQuery

image:
src: ./logo.svg
alt: PicQuery app screenshot
src: logo.svg
alt: PicQuery Logo

features:
- title: Privacy-first
- title: Privacy First
icon: 🔒
details: Indexing and searching of images works completely offline without worrying about privacy
details: Indexing and searching of images works completely offline without worrying about privacy.
- title: Optimized for Android
icon: ⚡️
details: Works on Android 10+, show results in 1 sec when searching for 8,000+ photos
details: Works on Android 10+, show results in 1 sec when searching for 8,000+ photos.
- title: Free & Open Source
icon: 🆓
details: Totally free, NO in-app purchases, supports both English and Chinese
details: Totally free, NO in-app purchases, supports both English and Chinese.
---

<style>
Expand Down
File renamed without changes
File renamed without changes
File renamed without changes.
Binary file removed website/docs/screenshot.png
Binary file not shown.

0 comments on commit a1f1034

Please sign in to comment.