Apache Kibble Website

Clone this repo:
  1. 9f55b17 Add repository descriptions from Rich Bowens PR (#14) by sharanf · 3 weeks ago asf-site
  2. 613035c Update repository docs to link to Kibble-1 and add note re Kibble WIP (#13) by sharanf · 3 weeks ago
  3. 91eb748 Minor updates to website including noting that documentation refers to Kibble-1 and Kibble-Scanners (#12) by sharanf · 4 weeks ago
  4. 6fa248c Updated who we are on index and community pages (#10) by sharanf · 2 years, 1 month ago
  5. e593b1d Updated simple http server instruction (#11) by zkamen · 2 years, 1 month ago

Kibble Official Website

This project keeps all sources used for building up Kibble official website, served at https://kibble.apache.org.

Prerequisite

  • Python 3
  • Python 3 markdown module (Install by running command sudo pip3 install markdown)

Build instruction

  1. Edit or create the appropriate markdown file in kibble-website/source/ (you can have sub-dirs there)
  2. Open a shell, go to the kibble-website/source/ dir
  3. Run python3 generate.py command
  4. To verify your change locally, go to kibble-website/content directory Run python3 -m http.server command
  5. Navigate to http://localhost:8000/ to view the website.
  6. Commit the changes to git :)

Note: For production site https://kibble.apache.org, the buildbot will regenerate the site from the markdown files and publish it.