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

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published