This repository serves as an example on how to deploy the ELIXIR Toolkit Theme.
This repo should demonstrate how easy it is to setup the theme, but more importantly, to show how small the amount is you need. This is really the fresh, bare bone start you want when using the theme from scratch. This way of using the theme will also make sure that your own content is not cluttered with theme files and that you can easily stay up to date when improvements to the theme are made.
Click on the Fork
button in the top right of GitHub to fork this repository.
- Go to Settings > Pages and enable GitHub Actions as a source
- Go to Environments > github-pages and remove the rule under Deployment branches if you want to deploy other branches than master or main via Workflow Dispatch (manually triggered action)
- Push a change to master/main branch and the GitHub Actions will be triggered.
Deploy using GitHub Pages (alternative)
This is the quickest way to deploy the elixir-toolkit-theme, but gives less flexibility and does not allow you to make use of the new way of tagging tools. Visit the GitHub documentation to find out more about how to setup GitHub pages.
NOTE: This way of deploying does not support the tool-tag in the text of the Markdown file to tag tools and resources.
After waiting a minute or two (deployments can take a while), you can checkout your website. THe deployment is by default served at https://USER.github.io/FORK-NAME/.
Any change to the master/main branch will automatically trigger the re-deployment of the website, so your changes come live. More information on how you can configure the theme can be found using these links:
- Changing the navigation structures
- Configuring the theme
- Applying custom branding
- Markdown cheat sheet
And many more documentation pages can be found on the original ELIXIR Toolkit Theme website.
Add a license to your repository using the GitHub instructions.