Repository for the Airflow Summit website. Based on the Apache Airflow website, using Hugo.
root
directory has scripts and utilities to pack the scripts together. The scripts are used for things
like animating the confetti in the cover and shuffling the members in the team/community page.
site
directory has the Hugo files including the theme.
docs
directory has the compiled website that can be run live from any web server. In this case, it is running from this repository via Github Pages.
The hugo files are under
- Clone repository and cd into it
- yarn install (this creates node_modules directory)
- npm run build (this compiles and puts the static website under docs).