Skip to content

Latest commit

 

History

History
19 lines (12 loc) · 757 Bytes

README.md

File metadata and controls

19 lines (12 loc) · 757 Bytes

Airflow Summit website

Repository for the Airflow Summit website. Based on the Apache Airflow website, using Hugo.

Structure

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

Steps to reproduce

  1. Clone repository and cd into it
  2. yarn install (this creates node_modules directory)
  3. npm run build (this compiles and puts the static website under docs).