This repository contains the code for assembling the Knowledge Graph Hub (KG-Hub) web site.
Visit the site at https://kghub.org/.
This project uses poetry
. After cloning the repository, it may be installed by running poetry install
from its root directory.
To build the site, do the following:
- Install Poetry if needed.
- Clone the repository
- Change to the root directory of the cloned repo, then run
poetry install
. - Change to the
docs
directory and runbuild_site.sh
. This will retrieve recent metadata. - Run
mkdocs gh-deploy
to deploy the site.
To request addition of a new KG project to this site, please do one of the following:
- Open an issue on the Knowledge Graph Hub Support Repository.
- Open a pull request on this repository to add the new project details to this file.