This github project is for publishing my slides using github pages.
You can visit from here.
The index.html
of the root of this project is a symlink to the file in the slides-src/index-export
.
We can publish slides by the steps below.
- editing the file
{title}.md
in theslides-src
directory. - exporting the markdown file to html using vscode-reveal.
- adding the relative link of the exported directory to the
index.md
in theslides-src
directory. - Commiting and pushing the changes.
Note that vscode-reveal's html export function can not copy the image files. So we should copy it from slides-src/images
directory.