Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Pull in a copy of gorefs.yaml from go-site and build pages based on it #506

Closed
2 tasks
pkalita-lbl opened this issue Feb 14, 2024 · 0 comments · Fixed by #513
Closed
2 tasks

Pull in a copy of gorefs.yaml from go-site and build pages based on it #506

pkalita-lbl opened this issue Feb 14, 2024 · 0 comments · Fixed by #513

Comments

@pkalita-lbl
Copy link
Contributor

To be done after geneontology/go-site#2233

  • Add a mechanism to pull a copy of the latest gorefs.yaml from the master branch of the go-site repository. The file should be placed in the _data directory of this repository. This file should be added to .gitignore because it is just a transient copy of the real source of truth in the go-site repository. The most straightforward way of creating this copy is probably adding a Makefile to this repository with a target that curls a copy from GitHub.
  • Use the _data/gorefs.yaml file to generate pages for each GO_REF. If desired we could also add an index page for all GO_REFs. This Jekyll plugin can be used to generate individual pages from data entries: https://github.com/avillafiorita/jekyll-datapage_gen
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
Development

Successfully merging a pull request may close this issue.

1 participant