Apache Kibble Website

Clone this repo:
  1. 335a84c Merge pull request #19 from niallkp/asf-site by Daniel Gruno · 8 days ago asf-site
  2. 96580a2 ATTIC-250 Update the Kibble DOAP file to change the PMC to "Attic" and add the "Retired" category by Niall Pemberton · 11 days ago
  3. 20ba9ba Merge pull request #18 from apache/rbowen-broke-the-site by Rich Bowen · 3 months ago
  4. 83c7170 I swear it worked on my computer by Rich Bowen · 3 months ago
  5. 0d9da72 Merge pull request #17 from apache/rbowen-broke-the-site by Rich Bowen · 3 months 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.