https://github.com/apache/kibble-website
Apache Kibble Website
https://github.com/apache/kibble-website
big-data kibble python
Last synced: about 1 year ago
JSON representation
Apache Kibble Website
- Host: GitHub
- URL: https://github.com/apache/kibble-website
- Owner: apache
- License: apache-2.0
- Created: 2017-10-19T10:14:34.000Z (over 8 years ago)
- Default Branch: asf-site
- Last Pushed: 2024-06-27T12:58:24.000Z (almost 2 years ago)
- Last Synced: 2025-04-03T04:17:02.542Z (about 1 year ago)
- Topics: big-data, kibble, python
- Language: HTML
- Homepage: https://kibble.apache.org/
- Size: 435 KB
- Stars: 6
- Watchers: 11
- Forks: 8
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# 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.