Skip to content

erikvanek/erikvanek.github.io

Repository files navigation

Personal site built using eleventy.

Deployed

How to edit?

  • clone repo
  • source for site content can be found in pages folder
  • use yarn serve script to leverage live reload when editing project content locally
  • when ready to publish a new version of site build it using yarn build script
  • final output should be regenerated in docs folder
  • if everything went wrong, commit your changes and push to the master branch of this repo
  • in several seconds, new site version should be deployed

Converting videos to usable format

  • use ffmpeg bu running ffmpeg -i input.mp4 -c:v libx264 -crf 15 -preset fast -c:a aac -b:a 1080k output.mp4

Exporting slides to PDF

  • install decktape
  • run decktape [slides URL] [path/final-filename.pdf]
  • e.g. decktape --slides 1-26 http://localhost:8080/sxd-25/ pages/presentations/kisk/export/sxd-25.pdf or decktape http://localhost:8080/sdw-25-IV/ ./pages/presentations/kisk/export/sdw-25-IV.pdf
    • sadly it has some issues with https so what helps is to turn it off in .eleventy.js file for export purposes
    • text-shadow CSS property can be also problematic

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published