Apache Iggy (Incubating) Website

Clone this repo:
  1. 3d40fe6 Update docs by spetz · 8 hours ago main
  2. 7927361 add authors images by spetz · 4 days ago
  3. 93688dd fix spacing by spetz · 4 days ago
  4. 1df0b50 Improve blog, docs, downloads template, update all deps, fix warnings by spetz · 4 days ago
  5. 2cc8941 improve wording of introduction/about.md (#24) by Rimuksh Kansal · 4 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