Apache Iggy (Incubating) Website

Clone this repo:
  1. c48e3d4 fix .asf.yaml syntax by kparisa · 7 days ago main
  2. 9033f62 add DeepWiki badge by kparisa · 7 days ago
  3. 34aa45d touch readme and index files by kparisa · 7 days ago
  4. e255754 build and deploy script changes for staging and prod site by kparisa · 7 days ago
  5. 7c7d819 update build and deploy configs by kparisa · 7 days ago

Welcome to Apache Iggy (Incubating)

Website

This website is built using Docusaurus, a modern static website generator.

Installation

$ yarn

Local Development

$ yarn start

This command starts a local development server and opens up a browser window. Most changes are reflected live without having to restart the server.

Build

$ yarn build

This command generates static content into the build directory and can be served using any static contents hosting service.

Deployment

Using SSH:

$ USE_SSH=true yarn deploy

Not using SSH:

$ GIT_USER=<Your GitHub username> yarn deploy

If you are using GitHub pages for hosting, this command is a convenient way to build the website and push to the gh-pages branch.

Publishing

Production Website: iggy.apache.org is published from asf-site branch Staging Website: iggy.staged.apache.org is published from asf-staging branch

Ask DeepWiki