This repo is under the MIT License.
- Clone the repository with --recursiveoption:
git clone --recursive https://github.com/pytorch-ignite/pydata-global2021-slides.git
# or
# git submodule --init --recursive update- 
Install hugo 
- 
For development: 
hugo server- 
In config.tomlsetbaseURLto be the baseURL of your hosted website.
- 
(Optional) In config.tomlsetuseMath = falseif there is not any math in your slides.
- This slides are highly inspired from Thomas' repository: https://github.com/thomasjpfan/slides-template-hugo . Thanks, Thomas !