Skip to content

HITSZ-OpenAuto/hoa-moe

Repository files navigation

Logo

hoa.moe

Ask DeepWiki

English | 中文

hoa.moe is the official website of HITSZ OpenAuto, built with Hugo and Hextra.


Features

  • Fast - Built with Hugo, the world's fastest framework for building websites.
  • Responsive Layout and Dark Mode - It looks great on all devices, from mobile, tablet to desktop. Dark mode is also supported to accommodate various lighting conditions.
  • Full-text Search - Built-in offline full-text search powered by FlexSearch, no additional configuration required.
  • Comments - Support comments powered by giscus.
  • Continuous integration - All of the documents are automatically fetched from the repositories of HITSZ OpenAuto, and updated without manual intervention.

Quick Start

Clone the repository

git clone https://github.com/HITSZ-OpenAuto/hoa-moe.git --recurse-submodules --depth=1
cd hoa-moe

Using Hugo

You need to install Hugo extended version to build the website. After installation, run:

hugo server

View your site at the URL displayed in your terminal. Press Ctrl + C to stop Hugo’s development server.

(Alternative) Using NPM

npm install
npm run dev # run the development server and watch for custom Tailwind CSS changes
npm run serve # simply run the development server
npm run build # build CSS and generate static pages
npm run build:css # build only CSS

Contributing

If you would like to contribute to the document, please refer to our contribution guide. We also welcome code contributions, especially those addressing existing issues.

License

The content on the project is licensed under the CC BY-NC-SA 4.0 License. The source code is licensed under MIT License.

Acknowledgements