Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/simbleau/website
My personal website's source code
https://github.com/simbleau/website
rust website yew
Last synced: 12 days ago
JSON representation
My personal website's source code
- Host: GitHub
- URL: https://github.com/simbleau/website
- Owner: simbleau
- Created: 2022-02-12T04:06:56.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2024-05-14T01:20:57.000Z (6 months ago)
- Last Synced: 2024-10-10T20:16:34.781Z (29 days ago)
- Topics: rust, website, yew
- Language: Rust
- Homepage: https://spencer.imbleau.com
- Size: 2.19 MB
- Stars: 11
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE-APACHE
Awesome Lists containing this project
- awesome-yew - Portfolio website - A portfolio SPA with accessibility built-in by Spencer Imbleau. (Projects)
README
# Spencer C. Imbleau's Website
**To view the website, [click here](https://spencer.imbleau.com).**
[![last release](https://img.shields.io/github/release-date/simbleau/website?logo=github&label=Last%20Release)](https://github.com/simbleau/website/releases)
[![GitHub Workflow Status](https://img.shields.io/github/actions/workflow/status/simbleau/website/ci.yml?logo=github&label=CI)](https://github.com/simbleau/website/actions/workflows/ci.yml)## About
My website is written in Rust with a frontend framework called [Yew](https://yew.rs), compiled to WebAssembly. Code is tested using [GitHub Actions](https://github.com/simbleau/website/actions/workflows/ci.yml) and deployment is automated through CI/CD with Terraform. Pushing to `main` will deploy to prod (AWS) and cutting a new [release](https://github.com/simbleau/website/releases/tag/latest) will attach the optimized `dist/` and sh256 hashes.
## 🔧 Development
- **Dependencies**
- [Rust](https://www.rust-lang.org/)
- [Trunk](https://trunkrs.dev/) (`cargo install trunk`)
- `wasm32-unknown-unknown` (`rustup target add wasm32-unknown-unknown`)- **Serve**:
```bash
trunk serve --open
```## License
Licensed under either of
- Apache License, Version 2.0
([LICENSE-APACHE](LICENSE-APACHE) or )
- MIT license
([LICENSE-MIT](LICENSE-MIT) or )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.