Website to showcase our projects and resources
Clone this repository
git clone https://github.com/embedml/embedml.github.io.git
Install Hugo for your OS
Run server on your machine
hugo server -D
Build static files
hugo -D
Github pages is used to host the website. Any push to 'main' branch will trigger the workflow in order to deploy via github pages. You can run this workflow manually if needed.
The final minified files and other assets used for the website are in the 'gh-pages' branch. As such, the gh-pages branch must be selected as the source for github pages found in the settings of this repository.