Skip to content

Commit

Permalink
Improved the description and added a sitemap
Browse files Browse the repository at this point in the history
  • Loading branch information
omanikhi committed Dec 19, 2024
1 parent 66f915a commit 993da73
Show file tree
Hide file tree
Showing 5 changed files with 9 additions and 4 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# ARCADEIA

**Arcadeia** is a self-hosted, web-based media archiving, browsing, searching and management solution designed to bring order and access
**Arcadeia** is an open-source, self-hosted and web-based media archiving, browsing, searching and management solution designed to bring order and access
to your personal media storage. It allows you to collect all your media files in one place and find, view and manage your media files on any device.

It also features **Dynamic Thumbnails** that brings your library to life by showing a quick preview of the video files without requiring any interaction whatsoever.
Expand Down
5 changes: 4 additions & 1 deletion Site/.vitepress/config.mts
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,10 @@ async function getLatestTag() {

export default defineConfig({
title: "ARCADEIA",
description: "A self-hosted and web-based media archiving, browsing, searching and management solution",
description: "An open-source, self-hosted and web-based media archiving, browsing, searching and management solution",
sitemap: {
hostname: "https://www.arcadeia.org"
},
cleanUrls: false,
lang: 'en-US',
vite: {
Expand Down
2 changes: 2 additions & 0 deletions Site/docs/getting-started.md
Original file line number Diff line number Diff line change
Expand Up @@ -53,3 +53,5 @@ chmod +x start stop restart logs exec
```bash
./start
```
3. Open **Arcadeia** in your browser by navigating to: http://localhost/
2 changes: 1 addition & 1 deletion Site/docs/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ outline: deep

# Introduction

**Arcadeia** is a self-hosted, web-based media archiving, browsing, searching and management solution designed to bring order and access
**Arcadeia** is an open-source, self-hosted and web-based media archiving, browsing, searching and management solution designed to bring order and access
to your personal media storage. It allows you to collect all your media files in one place and find, view and manage your media files on any device.

It also features **Dynamic Thumbnails** that brings your library to life by showing a quick preview of the video files without requiring any interaction whatsoever.
Expand Down
2 changes: 1 addition & 1 deletion Site/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ hero:
name: false
text: false
image: /icon.svg
tagline: "A self-hosted and web-based media archiving, browsing, searching and management solution"
tagline: "An open-source, self-hosted and web-based media archiving, browsing, searching and management solution"

actions:
- theme: brand
Expand Down

0 comments on commit 993da73

Please sign in to comment.