Skip to content

Commit

Permalink
📝 Improved landing page
Browse files Browse the repository at this point in the history
  • Loading branch information
LNA-DEV committed Nov 9, 2024
1 parent bab872f commit 4c16ca0
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 36 deletions.
5 changes: 5 additions & 0 deletions .vscode/settings.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
{
"cSpell.words": [
"audiobooks"
]
}
47 changes: 11 additions & 36 deletions content/_index.en.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ layout: hextra-home

<div class="hx-mb-12">
{{< hextra/hero-subtitle >}}
Use Open Media Station to take control over your media files and stream them to your devices.
Use Open Media Station to take control over your media files and stream them to your devices. All while keeping your data **private** and **secure**!
{{< /hextra/hero-subtitle >}}
</div>

Expand All @@ -29,48 +29,23 @@ layout: hextra-home

{{< hextra/feature-grid >}}
{{< hextra/feature-card
title="Fast and Full-featured"
subtitle="Simple and easy to use, yet powerful and feature-rich."
class="hx-aspect-auto md:hx-aspect-[1.1/1] max-md:hx-min-h-[340px]"
image="images/hextra-doc.webp"
imageClass="hx-top-[40%] hx-left-[24px] hx-w-[180%] sm:hx-w-[110%] dark:hx-opacity-80"
style="background: radial-gradient(ellipse at 50% 80%,rgba(194,97,254,0.15),hsla(0,0%,100%,0));"
title="Private and secure"
subtitle="The goal of Open Media Station is to provide you with a **secure** and **private** station to manage all your movies, shows, books, audiobooks, music..."
>}}
{{< hextra/feature-card
title="Markdown is All You Need"
subtitle="Compose with just Markdown. Enrich with Shortcode components."
class="hx-aspect-auto md:hx-aspect-[1.1/1] max-lg:hx-min-h-[340px]"
image="images/hextra-markdown.webp"
imageClass="hx-top-[40%] hx-left-[36px] hx-w-[180%] sm:hx-w-[110%] dark:hx-opacity-80"
style="background: radial-gradient(ellipse at 50% 80%,rgba(142,53,74,0.15),hsla(0,0%,100%,0));"
title="Mobile and Desktop clients"
subtitle="Fully featured mobile clients for Android, IOS, Linux and Windows."
>}}
{{< hextra/feature-card
title="Full Text Search"
subtitle="Built-in full text search with FlexSearch, no extra setup required."
class="hx-aspect-auto md:hx-aspect-[1.1/1] max-md:hx-min-h-[340px]"
image="images/hextra-search.webp"
imageClass="hx-top-[40%] hx-left-[36px] hx-w-[110%] sm:hx-w-[110%] dark:hx-opacity-80"
style="background: radial-gradient(ellipse at 50% 80%,rgba(221,210,59,0.15),hsla(0,0%,100%,0));"
title="TV clients"
subtitle="Clients for AndroidTV, Linux Kiosk mode and more to come!"
>}}
{{< hextra/feature-card
title="Lightweight as a Feather"
subtitle="No dependency or Node.js is needed to use Hextra. Powered by Hugo, one of *the fastest* static site generators, building your site in just seconds with a single binary."
title="Easy deployment with Docker"
subtitle="Our server is published as Docker container and ready for your local compose file or big Kubernetes cluster."
>}}
{{< hextra/feature-card
title="Responsive with Dark Mode Included"
subtitle="Looks great on different screen sizes. Built-in dark mode support, with auto-switching based on user's system preference."
>}}
{{< hextra/feature-card
title="Build and Host for Free"
subtitle="Build with GitHub Actions, and host for free on GitHub Pages. Alternatively it can be hosted on any static hosting service."
>}}
{{< hextra/feature-card
title="Multi-Language Made Easy"
subtitle="Create multi-language pages by just adding locales suffix to the Markdown file. Adding i18n support to your site is intuitive."
>}}
{{< hextra/feature-card
title="And Much More..."
icon="sparkles"
subtitle="Syntax highlighting / Table of contents / SEO / RSS / LaTeX / Mermaid / Customizable / and more..."
title="Metadata discovery"
subtitle="Use multiple databases to identify your collection and retrieve the required metadata."
>}}
{{< /hextra/feature-grid >}}

0 comments on commit 4c16ca0

Please sign in to comment.