simbleau / website

My personal website's source code

Home Page:https://spencer.imbleau.com

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Spencer C. Imbleau's Website

To view the website, click here.

last release GitHub Workflow Status

About

My website is written in Rust with a frontend framework called Yew, compiled to WebAssembly. Code is tested using GitHub Actions and deployment is automated through CI/CD with Terraform. Pushing to main will deploy to prod (AWS) and cutting a new release will attach the optimized dist/ and sh256 hashes.

🔧 Development

  • Dependencies

    • Rust
    • Trunk (cargo install trunk)
    • wasm32-unknown-unknown (rustup target add wasm32-unknown-unknown)
  • Serve:

    trunk serve --open

License

Licensed under either of

at your option

Contribution

Unless you explicitly state otherwise, any contribution intentionally submitted for inclusion in the work by you, as defined in the Apache-2.0 license, shall be dual licensed as above, without any additional terms or conditions.

About

My personal website's source code

https://spencer.imbleau.com


Languages

Language:Rust 81.5%Language:HCL 9.7%Language:HTML 7.0%Language:CSS 1.8%