Homepage for RISC-V Global Ecosystem Forum (Hong Kong)
This is the official website for the RISC-V Global Ecosystem Forum, a gathering of RISC-V enthusiasts, developers, and industry leaders in Hong Kong. The website serves as an information hub for attendees, speakers, and sponsors.
- Static Site Generator: Hugo
- CSS Framework: Bootstrap 5.3
- Deployment: GitHub Pages via GitHub Actions
- License: Apache License 2.0
- Hugo Extended v0.121.0 or later (installation guide)
-
Clone the repository:
git clone https://github.com/rv2036/rvgef-website.git cd rvgef-website -
Start the Hugo development server:
hugo server -D
-
Open your browser to
http://localhost:1313
hugo --minifyThe built site will be in the public/ directory.
The site is automatically deployed to GitHub Pages when changes are pushed to the main branch. The deployment is handled by the GitHub Actions workflow defined in .github/workflows/hugo.yml.
.
├── config.toml # Hugo configuration
├── content/ # Markdown content files
├── layouts/ # HTML templates
│ └── index.html # Main homepage template
├── static/ # Static assets
│ ├── css/ # Custom CSS
│ ├── js/ # JavaScript files
│ └── images/ # Images and graphics
└── .github/
└── workflows/
└── hugo.yml # GitHub Actions deployment workflow
Contributions are welcome! Please feel free to submit a Pull Request.
Copyright 2025 Wei Wu and github copilot
Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at
http://www.apache.org/licenses/LICENSE-2.0
Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License.
For questions or inquiries about the event, please contact:
- General inquiries: w@rv2036.org
- Speaker submissions: w@rv2036.org
- Sponsorship opportunities: w@rv2036.org