This repo is under the MIT License.
- Clone the repository with
--recursive
option:
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.toml
setbaseURL
to be the baseURL of your hosted website. -
(Optional) In
config.toml
setuseMath = false
if 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 !