Advanced git

Bonus Block: Deploying a Website

Jan Simson

Deploying Your Own Website

  • You can host your own website for free on GitHub / GitLab Pages
  • Also very useful for hosting technical documentation for your projects

Practical: Your Own Website

  1. Go to https://github.com/arifszn/gitprofile
  2. Fork the repository
  3. Enable GitHub Actions
  4. Look at the website at https://.github.io/gitprofile/
  5. Configure gitprofile.config.ts

End of Block 🎉

Any Questions?

[🏡 Back to Overview]