How to develop and deploy a multi-page website written in Rust with Yew, with Serde for automatic page generation from a JSON file, automatically built and deployed onto GitHub Pages with a GitHub Workflow.
My website: https://www.mathkimchi.org
The link to this project: https://www.mathkimchi.org/project/math-kimchi-homepage
Source code: https://github.com/mathkimchi/mathkimchi.github.io
Resources that helped me:
https://github.com/Ja-sonYun/yew-template-for-github-io/blob/main/.github/workflows/publish_gh_pages.yml
https://yew.rs/docs/getting-started/introduction
https://docs.github.com/en/pages/getting-started-with-github-pages/configuring-a-publishing-source-for-your-github-pages-site
https://emilymdubois.medium.com/using-a-squarespace-domain-with-github-pages-438951d4f5b7
Download
0 formats
No download links available.
Deploying a Website with Rust on GitHub Pages | NatokHD