For example if slide is running for example/index.md
:
- Change
https://vibhoraggarwal.github.io/slides/example/#/
tohttps://vibhoraggarwal.github.io/slides/example/?print-pdf#/
- Use
CTRL+P
- Download hugo-extended v0.84.4
- Clone academic-kickstart from the forked repository using:
$ git clone https://github.com/vibhoraggarwal/academic-kickstart.git
$ git submodule update --init --recursive
$ hugo
$ cd public
$ git add . && git commit
$ git push
$ hugo server --bind=<IP-address> for local devices to access the website