feat: add download page (#143)

3 files changed
tree: d9a4bab672f69ba1990a4aee43c3e0543e0aa6cc
  1. .github/
  2. archetypes/
  3. content/
  4. layouts/
  5. static/
  6. .asf.yaml
  7. .gitignore
  8. DISCLAIMER
  9. go.mod
  10. go.sum
  11. hugo.toml
  12. Makefile
  13. README.md
README.md

Apache HoraeDB (incubating) Website

[!IMPORTANT] Apache HoraeDB (incubating) is an effort undergoing incubation at the Apache Software Foundation (ASF), sponsored by the Apache Incubator PMC.

Please read the DISCLAIMER and a full explanation of “incubating”.

This repository stores all the source files of HoraeDB website, it's built with hugo and docsy.

All files are written in standard markdown.

How to run

# Download dependencies, only need to run at the first time
hugo mod get

# Start a local server for preview
hugo serve

By default hugo will listen on http://localhost:1313

Contributing

Welcome any contributions from the community. You can

  • Open an issue with any suggestions, or
  • Submit a pull request to improve the website (trivial fixes are welcome).