Skip to content

Commit c339d81

Browse files
committed
Update the About page
1 parent 1398fa7 commit c339d81

3 files changed

Lines changed: 12 additions & 32 deletions

File tree

content/about/index.md

Lines changed: 5 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -1,20 +1,10 @@
11
---
2-
title: About
3-
toc: false
2+
linkTitle: "About"
3+
title: "About"
44
---
55

6-
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.
6+
We offer comprehensive solutions designed specifically for the engineering and design of ships and offshore structures. Whether you're in the early stages of conceptual design or advancing through detailed engineering, our expertise ensures smooth navigation through the complexities of the marine industry. With tailored services and a commitment to excellence, we support your projects from start to finish, helping you achieve success with confidence.
77

8-
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.
8+
## Contact us
99

10-
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.
11-
12-
## Credits
13-
14-
Hextra cannot be built without the following tools and inspirations:
15-
16-
- [Hugo](https://gohugo.io/)
17-
- [Tailwind CSS](https://tailwindcss.com/)
18-
- [Heroicons](https://heroicons.com/)
19-
- [Nextra](https://nextra.vercel.app/)
20-
- [Next.js](https://nextjs.org/)
10+
Email: [forestapps@hotmail.com](mailto:forestapps@hotmail.com)

content/about/index.zh-cn.md

Lines changed: 5 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -1,20 +1,10 @@
11
---
2-
title: 关于
3-
toc: false
2+
linkTitle: "About"
3+
title: "About"
44
---
55

6-
Hextra 是一款简洁、快速、灵活的主题,适用于构建现代化静态站点。Hextra 特别适用于文档网站,但也可用于构建博客、个人网站等各种类型的网站
6+
Forest Apps 在船舶和海洋结构物设计软件综合解决方案具有丰富的开发经验,通过专业化的定制软件服务,不断提高船舶与海洋结构物设计分析的一体化、自动化水平
77

8-
Hugo 和 Jekyll 类似,是一个静态网站生成器。但与其他生成器不同,Hugo 只有单个可执行文件,这使得它可以轻松地在各种平台上安装和运行。Hugo 的运行速度非常快且可靠性高,能够在几毫秒内渲染数千页的网站。
8+
## 联系我们
99

10-
Hextra 被设计为轻量级,具有最小化的内存占用。使用 Hextra 无需安装繁杂的依赖,比如 Node.js;相反,你只需要一个简单的 YAML 配置文件和 Markdown 内容。因此,我们可以专注于内容而非在配置环境上浪费精力。
11-
12-
## 鸣谢
13-
14-
Hextra 的设计离不开这些项目的支持和其提供的灵感:
15-
16-
- [Hugo](https://gohugo.io/)
17-
- [Tailwind CSS](https://tailwindcss.com/)
18-
- [Heroicons](https://heroicons.com/)
19-
- [Nextra](https://nextra.vercel.app/)
20-
- [Next.js](https://nextjs.org/)
10+
Email: [forestapps@hotmail.com](mailto:forestapps@hotmail.com)

hugo.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -97,7 +97,7 @@ params:
9797
displayToggle: true
9898

9999
footer:
100-
enable: false
100+
enable: true
101101
displayCopyright: false
102102
displayPoweredBy: true
103103
width: normal
@@ -119,7 +119,7 @@ params:
119119
tokenize: forward
120120

121121
editURL:
122-
enable: true
122+
enable: false
123123
base: "https://github.com/imfing/hextra/edit/main/exampleSite/content"
124124

125125
blog:

0 commit comments

Comments
 (0)