|
| 1 | +--- |
| 2 | +title: Hextra Theme |
| 3 | +layout: hextra-home |
| 4 | +--- |
| 5 | + |
| 6 | +{{< hextra/hero-badge >}} |
| 7 | + <div class="hx-w-2 hx-h-2 hx-rounded-full hx-bg-primary-400"></div> |
| 8 | + <span>Free, open source</span> |
| 9 | + {{< icon name="arrow-circle-right" attributes="height=14" >}} |
| 10 | +{{< /hextra/hero-badge >}} |
| 11 | + |
| 12 | +<div class="hx-mt-6 hx-mb-6"> |
| 13 | +{{< hextra/hero-headline >}} |
| 14 | + Build modern websites <br class="sm:hx-block hx-hidden" />with Markdown and Hugo |
| 15 | +{{< /hextra/hero-headline >}} |
| 16 | +</div> |
| 17 | + |
| 18 | +<div class="hx-mb-12"> |
| 19 | +{{< hextra/hero-subtitle >}} |
| 20 | + Fast, batteries-included Hugo theme <br class="sm:hx-block hx-hidden" />for creating beautiful static websites |
| 21 | +{{< /hextra/hero-subtitle >}} |
| 22 | +</div> |
| 23 | + |
| 24 | +<div class="hx-mb-6"> |
| 25 | +{{< hextra/hero-button text="Get Started" link="docs" >}} |
| 26 | +</div> |
| 27 | + |
| 28 | +<div class="hx-mt-6"></div> |
| 29 | + |
| 30 | +{{< hextra/feature-grid >}} |
| 31 | + {{< hextra/feature-card |
| 32 | + title="Fast and Full-featured" |
| 33 | + subtitle="Simple and easy to use, yet powerful and feature-rich." |
| 34 | + class="hx-aspect-auto md:hx-aspect-[1.1/1] max-md:hx-min-h-[340px]" |
| 35 | + image="images/hextra-doc.webp" |
| 36 | + imageClass="hx-top-[40%] hx-left-[24px] hx-w-[180%] sm:hx-w-[110%] dark:hx-opacity-80" |
| 37 | + style="background: radial-gradient(ellipse at 50% 80%,rgba(194,97,254,0.15),hsla(0,0%,100%,0));" |
| 38 | + >}} |
| 39 | + {{< hextra/feature-card |
| 40 | + title="Markdown is All You Need" |
| 41 | + subtitle="Compose with just Markdown. Enrich with Shortcode components." |
| 42 | + class="hx-aspect-auto md:hx-aspect-[1.1/1] max-lg:hx-min-h-[340px]" |
| 43 | + image="images/hextra-markdown.webp" |
| 44 | + imageClass="hx-top-[40%] hx-left-[36px] hx-w-[180%] sm:hx-w-[110%] dark:hx-opacity-80" |
| 45 | + style="background: radial-gradient(ellipse at 50% 80%,rgba(142,53,74,0.15),hsla(0,0%,100%,0));" |
| 46 | + >}} |
| 47 | + {{< hextra/feature-card |
| 48 | + title="Full Text Search" |
| 49 | + subtitle="Built-in full text search with FlexSearch, no extra setup required." |
| 50 | + class="hx-aspect-auto md:hx-aspect-[1.1/1] max-md:hx-min-h-[340px]" |
| 51 | + image="images/hextra-search.webp" |
| 52 | + imageClass="hx-top-[40%] hx-left-[36px] hx-w-[110%] sm:hx-w-[110%] dark:hx-opacity-80" |
| 53 | + style="background: radial-gradient(ellipse at 50% 80%,rgba(221,210,59,0.15),hsla(0,0%,100%,0));" |
| 54 | + >}} |
| 55 | + {{< hextra/feature-card |
| 56 | + title="Lightweight as a Feather" |
| 57 | + 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." |
| 58 | + >}} |
| 59 | + {{< hextra/feature-card |
| 60 | + title="Responsive with Dark Mode Included" |
| 61 | + subtitle="Looks great on different screen sizes. Built-in dark mode support, with auto-switching based on user's system preference." |
| 62 | + >}} |
| 63 | + {{< hextra/feature-card |
| 64 | + title="Build and Host for Free" |
| 65 | + subtitle="Build with GitHub Actions, and host for free on GitHub Pages. Alternatively it can be hosted on any static hosting service." |
| 66 | + >}} |
| 67 | + {{< hextra/feature-card |
| 68 | + title="Multi-Language Made Easy" |
| 69 | + subtitle="Create multi-language pages by just adding locales suffix to the Markdown file. Adding i18n support to your site is intuitive." |
| 70 | + >}} |
| 71 | + {{< hextra/feature-card |
| 72 | + title="And Much More..." |
| 73 | + icon="sparkles" |
| 74 | + subtitle="Syntax highlighting / Table of contents / SEO / RSS / LaTeX / Mermaid / Customizable / and more..." |
| 75 | + >}} |
| 76 | +{{< /hextra/feature-grid >}} |
0 commit comments