Skip to content

Commit

Permalink
add about page
Browse files Browse the repository at this point in the history
  • Loading branch information
tankvn committed Sep 11, 2024
1 parent 80d5e04 commit 5912fc4
Show file tree
Hide file tree
Showing 6 changed files with 58 additions and 9 deletions.
8 changes: 2 additions & 6 deletions content/_index.md
Original file line number Diff line number Diff line change
Expand Up @@ -29,10 +29,6 @@ layout: hextra-home
</div>
{{< /hextra/hero-container >}}

<br/><br/>

<p>a</p>

<div class="hx-mt-6 hx-mb-6">
{{< hextra/hero-section >}}
Our Services
Expand All @@ -50,8 +46,8 @@ layout: hextra-home
style="background: radial-gradient(ellipse at 50% 80%,rgba(194,97,254,0.15),hsla(0,0%,100%,0));"
>}}
{{< hextra/feature-card
title="Hệ thống thị giác máy tính"
subtitle="Ứng dụng sử dụng công nghệ DeepFace."
title="Computer Vision"
subtitle="Applications developed with DeepFace."
class="hx-aspect-auto md:hx-aspect-[1.1/1] max-md:hx-min-h-[340px]"
image="/images/screenshot.webp"
imageClass="hx-top-[20%] hx-left-[24px] hx-w-[180%] sm:hx-w-[110%] dark:hx-opacity-80"
Expand Down
4 changes: 2 additions & 2 deletions content/_index.vi.md
Original file line number Diff line number Diff line change
Expand Up @@ -46,8 +46,8 @@ layout: hextra-home
style="background: radial-gradient(ellipse at 50% 80%,rgba(194,97,254,0.15),hsla(0,0%,100%,0));"
>}}
{{< hextra/feature-card
title="Computer Vision"
subtitle="Project for applications deployed with DeepFace."
title="Hệ thống thị giác máy tính"
subtitle="Ứng dụng sử dụng công nghệ DeepFace."
class="hx-aspect-auto md:hx-aspect-[1.1/1] max-md:hx-min-h-[340px]"
image="/images/screenshot.webp"
imageClass="hx-top-[20%] hx-left-[24px] hx-w-[180%] sm:hx-w-[110%] dark:hx-opacity-80"
Expand Down
20 changes: 20 additions & 0 deletions content/about/index.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
---
title: About
toc: false
---

Hextra is designed to be a simple, fast, and flexible theme for building modern static websites. It is especially well-suited for documentation websites but can also be used for various types of sites, such as blogs, portfolios, and more.

Hugo, like Jekyll, is a static site generator. What sets Hugo apart is that it is a single binary, making it easy to install and run on various platforms. It is also extremely fast and reliable, capable of rendering a site with thousands of pages in milliseconds.

Hextra is built with a mindset focused on having a minimal footprint. To get started, no extra dependencies like Node.js packages are required; all you need is a single YAML configuration file, along with your Markdown content. Thus, we can focus on writing quality content instead of setting up tooling.

## Credits

Hextra cannot be built without the following tools and inspirations:

- [Hugo](https://gohugo.io/)
- [Tailwind CSS](https://tailwindcss.com/)
- [Heroicons](https://heroicons.com/)
- [Nextra](https://nextra.vercel.app/)
- [Next.js](https://nextjs.org/)
20 changes: 20 additions & 0 deletions content/about/index.vi.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
---
title: Giới thiệu
toc: false
---

Hextra is designed to be a simple, fast, and flexible theme for building modern static websites. It is especially well-suited for documentation websites but can also be used for various types of sites, such as blogs, portfolios, and more.

Hugo, like Jekyll, is a static site generator. What sets Hugo apart is that it is a single binary, making it easy to install and run on various platforms. It is also extremely fast and reliable, capable of rendering a site with thousands of pages in milliseconds.

Hextra is built with a mindset focused on having a minimal footprint. To get started, no extra dependencies like Node.js packages are required; all you need is a single YAML configuration file, along with your Markdown content. Thus, we can focus on writing quality content instead of setting up tooling.

## Credits

Hextra cannot be built without the following tools and inspirations:

- [Hugo](https://gohugo.io/)
- [Tailwind CSS](https://tailwindcss.com/)
- [Heroicons](https://heroicons.com/)
- [Nextra](https://nextra.vercel.app/)
- [Next.js](https://nextjs.org/)
14 changes: 13 additions & 1 deletion hugo.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,11 @@ baseURL: https://cva4.com/
languageCode: en-us
title: CVA4
theme: hextra

defaultContentLanguage: en
enableInlineShortcodes: true
enableGitInfo: false
enableRobotsTXT: true
languages:
en:
languageName: English
Expand All @@ -20,4 +25,11 @@ params:
displayCopyright: true
displayPoweredBy: false
enable: true
width: normal
width: normal

menu:
main:
- identifier: about
name: About
pageRef: /about
weight: 1
1 change: 1 addition & 0 deletions i18n/vi.yaml
Original file line number Diff line number Diff line change
@@ -1 +1,2 @@
copyright: '&copy; 2024 Bản quyền thuộc về CVA4.com'
about: "Giới thiệu"

0 comments on commit 5912fc4

Please sign in to comment.