From 8298278a426bc1b5bd24ffa2ff3f707cf28495c8 Mon Sep 17 00:00:00 2001 From: Xin Date: Sat, 19 Aug 2023 00:16:32 +0100 Subject: [PATCH] chore: rename components to shortcodes --- exampleSite/content/docs/_index.md | 16 ++++++++++------ .../{components => shortcodes}/_index.ja.md | 0 .../guide/{components => shortcodes}/_index.md | 0 .../guide/{components => shortcodes}/callouts.md | 0 .../guide/{components => shortcodes}/cards.md | 0 .../guide/{components => shortcodes}/filetree.md | 0 .../guide/{components => shortcodes}/steps.md | 0 .../guide/{components => shortcodes}/tabs.md | 0 8 files changed, 10 insertions(+), 6 deletions(-) rename exampleSite/content/docs/guide/{components => shortcodes}/_index.ja.md (100%) rename exampleSite/content/docs/guide/{components => shortcodes}/_index.md (100%) rename exampleSite/content/docs/guide/{components => shortcodes}/callouts.md (100%) rename exampleSite/content/docs/guide/{components => shortcodes}/cards.md (100%) rename exampleSite/content/docs/guide/{components => shortcodes}/filetree.md (100%) rename exampleSite/content/docs/guide/{components => shortcodes}/steps.md (100%) rename exampleSite/content/docs/guide/{components => shortcodes}/tabs.md (100%) diff --git a/exampleSite/content/docs/_index.md b/exampleSite/content/docs/_index.md index 4d43aa5..169b9d6 100644 --- a/exampleSite/content/docs/_index.md +++ b/exampleSite/content/docs/_index.md @@ -14,14 +14,18 @@ It is easy to use out of the box, and batteries are included to make your site f ## Features -- **Fast** - Hextra is built with Hugo, one of the fastest static site generators. Build and preview your site in just milliseconds. -- **Lightweight** - No need to use Node.js, npm, or any other heavy tooling to build your site. Hextra is solely dependent on Hugo, a single binary file. -- **Responsive** - Hextra looks great on mobile, tablet, and desktop. It also supports dark mode. -- **Full-text Search** - Hextra comes with built-in full-text search powered by [FlexSearch](https://github.com/nextapps-de/flexsearch). +- **Beautiful Design** - Based on Nextra, it uses Tailwind CSS to provide a modern design that makes your site look outstanding. +- **Responsive Layout and Dark Mode** - It looks great on all devices, from mobile, tablet to desktop. It also supports dark mode. +- **Lightweight and Fast** - Hextra is solely dependent on Hugo, one of the world's fastest static site generator that comes with just a single binary file. +- **Full-text Search** - Hextra offers built-in offline full-text search powered by [FlexSearch](https://github.com/nextapps-de/flexsearch). - **Battery included** - Hextra supports Markdown, syntax highlighting, LaTeX, diagrams, and comes with Shortcodes components as building blocks for your Markdown content. - **Muliti-language** - Hextra supports multi-language sites out of the box. -- **SEO friendly** - Hextra is optimized for search engines with support for Open Graph. -- **Customizable** - Hextra can be extended with your own templates and styles. +- **SEO Friendly** - Out of the box support for SEO tags, Open Graph, and Twitter Cards. +- **Customizable** - You can easily customize the theme to make the site look the way you want. + +## Next + +Explore the following sections to get started: {{< cards >}} {{< card link="/" title="Getting Started" icon="play" >}} diff --git a/exampleSite/content/docs/guide/components/_index.ja.md b/exampleSite/content/docs/guide/shortcodes/_index.ja.md similarity index 100% rename from exampleSite/content/docs/guide/components/_index.ja.md rename to exampleSite/content/docs/guide/shortcodes/_index.ja.md diff --git a/exampleSite/content/docs/guide/components/_index.md b/exampleSite/content/docs/guide/shortcodes/_index.md similarity index 100% rename from exampleSite/content/docs/guide/components/_index.md rename to exampleSite/content/docs/guide/shortcodes/_index.md diff --git a/exampleSite/content/docs/guide/components/callouts.md b/exampleSite/content/docs/guide/shortcodes/callouts.md similarity index 100% rename from exampleSite/content/docs/guide/components/callouts.md rename to exampleSite/content/docs/guide/shortcodes/callouts.md diff --git a/exampleSite/content/docs/guide/components/cards.md b/exampleSite/content/docs/guide/shortcodes/cards.md similarity index 100% rename from exampleSite/content/docs/guide/components/cards.md rename to exampleSite/content/docs/guide/shortcodes/cards.md diff --git a/exampleSite/content/docs/guide/components/filetree.md b/exampleSite/content/docs/guide/shortcodes/filetree.md similarity index 100% rename from exampleSite/content/docs/guide/components/filetree.md rename to exampleSite/content/docs/guide/shortcodes/filetree.md diff --git a/exampleSite/content/docs/guide/components/steps.md b/exampleSite/content/docs/guide/shortcodes/steps.md similarity index 100% rename from exampleSite/content/docs/guide/components/steps.md rename to exampleSite/content/docs/guide/shortcodes/steps.md diff --git a/exampleSite/content/docs/guide/components/tabs.md b/exampleSite/content/docs/guide/shortcodes/tabs.md similarity index 100% rename from exampleSite/content/docs/guide/components/tabs.md rename to exampleSite/content/docs/guide/shortcodes/tabs.md