Skip to content Skip to footer

Getting started

Please follow following steps to use the theme.

1. Fork the example repository

Go to the example repository (IMPORTANT). Click on the Fork button in the top right of GitHub to fork the repository.

2. Deploy using GitHub Actions

  1. Go to Settings > Pages and enable GitHub Actions as a source
  2. 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)
  3. 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.

3. Checking out your deployment

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/.

4. Making changes

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 on the other documentation pages:

5. Add a LICENSE file to your GitHub repository.

Add a license to your repository using the GitHub instructions.