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

Convert Markdown to be species independent #15

Open
1 task
schae234 opened this issue May 10, 2018 · 0 comments
Open
1 task

Convert Markdown to be species independent #15

schae234 opened this issue May 10, 2018 · 0 comments
Labels
Code - Frontend (Javascript) Issues related to Javascript Frontend good first issue Good for newcomers

Comments

@schae234
Copy link
Member

Right now the website is horse specific, but there are many species that would benefit from manual gene annotation. Make the wesbite species agnostic and code the project name and the species name as Jekyll variables.

Jekyll will take variables from _config.yml and convert them into the appropriate text when it translates markdown to HTML. An example of this is currently in contributing.md where the tag, {{site.title}}, is converted to the appropriate name in the HTML text (rendered by Jekyll).

  • Convert all instances of HorseGeneAnnotation to the {{site.title}} tag.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Code - Frontend (Javascript) Issues related to Javascript Frontend good first issue Good for newcomers
Projects
None yet
Development

No branches or pull requests

1 participant