This project keeps all sources used for building up Kibble official website, served at https://kibble.apache.org.
- Python 3
- Python 3 markdown module (Install by running command
sudo pip3 install markdown
)
- Edit or create the appropriate markdown file in kibble-website/source/ (you can have sub-dirs there)
- Open a shell, go to the kibble-website/source/ dir
- Run
python3 generate.py
command - To verify your change locally, go to kibble-website/content directory
Run
python3 -m http.server
command - Navigate to
http://localhost:8000/
to view the website. - 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.