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 Pages (→ Settings)
  4. Enable GitHub Actions (→ Actions)
  5. Look at the website at https://<your-username>.github.io/gitprofile/
  6. Configure gitprofile.config.ts

End of Block 🎉

Any Questions?

[🏡 Back to Overview]