If you want to run this repository locally - First clone or download this repo.
If you haven't installed hugo yet, open your terminal window and run this command:
brew install hugo
To verify your install, run this command:
hugo version
To install hugo for Windows visit this link and follow the installation instructions.
If you already have Hugo, skip step 1 and go straight to step 2
In the root folder of this repo you downloaded just now, run this command:
hugo server
Then the whole content will be displayed on http://localhost:1313/training-portal/, all you have to do is open your browser and paste the given link.
For more tutorials of Hugo, you can visit https://gohugo.io/.
Have some suggestions or questions? Welcome to open an issue!
This repository uses GitHub Actions to automatically deploy any changes pushed to the master branch to GitHub Pages. The website is deployed to: http://intermine.org/training-portal/
MIT