Skip to content

turbaszek/airflowsummit-website

 
 

Repository files navigation

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).

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • HTML 43.3%
  • CSS 35.9%
  • JavaScript 19.6%
  • Shell 1.2%